// 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||Group||Tip
// Security levels - ass below, eg. All, Member, Manager, Webmaster
// These can further be -L, for items that are displayed prior to login
// Then -X, inverts the security and -L tests
//MENU_DATA-BEGIN
    "About Weezle||info/about.htm||All||||About Weezle Diving Services Ltd.",
    "Login||sys_admin/sys_login.htm||SiteManager-L||||Login to use the more advanced facilities of this web site",
    "News||info/news.htm||All||||News about Weezle Diving Services Ltd and Weezle products.",
    "Undersuits||products/undersuits.htm||All||||Product line - the award winning Weezle undersuit.",
    "Weezle Skin||products/skin.htm||All||||Product line - Weezle Skin base layers.",
    "Weezle Wear||products/weezle_wear.htm||All||||Product line - Weezle Wear clothing.",
    "Accessories||products/accessories.htm||All||||Product line - Accessories.",
    "FAQ||info/faq.htm||All||||Frequently Asked Questions",
    "Diving Reports||info/diving_reports.htm||All||||Reports from Weezle users.",
    "Weezle Retailers||dealers/introduction.htm||All||||Weezle dealers and retailers worldwide",
    "Contact||admin/contact.htm||All||||How to Contact Weezle Diving Services Ltd.",
    "Report a Problem||admin/report.htm||All||||Please report any problems you encounter with this site.",
    "&copy; Copyright||admin/copyright.htm||All||||The text, photographs and graphic designs of this web site are copyright Weezle Diving Services Ltd.",
//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",
   	"Dealer",
   	"AssistantManager",
    "SiteManager",
    "Webmaster",
//SECURITY_LEVELS-END
//
//
	""
	]
