// Menu data array - EDIT AT EXTREME PERIL !!!!!!
// may be automatically re-written to configure the menu items
var Menu_Data = [
// format is NAME||LINK||SECURITY
// Security levels - ass below, eg. All, Member, Manager, Webmaster
// These can further be -L, for items that are displayed
// prior to login
//MENU_DATA-BEGIN
    "About PSAI||info/about.htm||All||||",
    "News||info/news.htm||All||||",
    "Contact||info/contact.htm||All||||",
    "Login||sys_admin/sys_login.htm||RegisteredUser-L||||",
    "Regions, Facilities and Instructors||regions/about.htm||All||||",
    "Training||training/overview.htm||All||||",
    "Instructor Resources||training/standards_and_procedure/instructor_resources.htm||Instructor||||",
    "Diver Registration||training/standards_and_procedure/online_forms/diver_registration.htm||Instructor||||Online Diver Registration and Certification Card Order Form",
    "Manager Resources||resources/management_information/index.htm||PSAManager||||",
    "Discussion Forums||info/forums_list.htm||All||||",
    "Report a Problem||info/report.htm||All||||",
    "&copy; Copyright||info/copyright.htm||All||||",
    "User Registration||sys_admin/user_registration.htm||RegisteredUser-L-X||||",
//MENU_DATA-END//
	""
	]//
// security levels array - EDIT AT EXTREME PERIL !!!!!!
// may be automatically re-written to configure the security levels
var Security_Levels = [
// format is NAME||LINK||SECURITY
// eg All, Member, Manager, Webmaster
//SECURITY_LEVELS-BEGIN
    "All",
   	"RegisteredUser",
   	"Student",
    "Member",
    "Divemaster",
  	"AssistantInstructor",
  	"Instructor",
   	"InstructorTrainer",
  	"InstructorEvaluator",
    "PSAManager",
    "PSADirector",
    "SiteManager",
    "Webmaster",
//SECURITY_LEVELS-END
//
//
	""
	]
