// 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
    "All||||All||Groups||Pages of interest to everyone",
    "Anglers||||All||Groups||Pages of interest to anglers",
    "Divers||||All||Groups||Pages of interest to divers",
    "Skippers||||All||Groups||Pages of interest to skippers and boat owners",
    "Usr||||All||Groups||Configure a menu to suit yourself",


    "Home Page||home_page.htm||All||||Return to the www.deepsea.co.uk home page",

    "What&rsquo;s New||admin/whatsnew.htm||All||All||Show lists of new members, recently updated schedules and boards",
    "News||admin/deepsea_news.htm||All||All||News from the deepsea management team",
    "User Guide||admin/howto.htm||All||All||Guidance on how to use and get the most from deepsea",
    "Leisure Charters||boats/leisure.htm||All||All||Index of boats available for general leisure charters from thrill rides to bird watching",
    "Quiz||correspondents/quizmaster/quiz_notes.htm||All||All||Test your angling, diving and trivia knowledge with a deepsea quiz",
    "Your Comments||forum/comments/comments_forum.htm||All||All||Message board for general comments about deepsea",
    "Message Boards||forum/message_boards.htm||All||All||Discussion forums and message boards, including the fishy forum for anglers and the diving form for divers",
    "Links||admin/links.htm||All||All||Links to other pages, including weather for sea users",

    "Angling Boats||boats/angling.htm||All||Anglers||Index of angling boats available for angling charter",
    "Spaces & Availability||boats/angling_spaces.htm||All||Anglers||Search our database for spaces on an angling charter",
    "Late availability & promotions||boats/angling_promotions.htm||All||Anglers||Skippers selected last minute and special promotion dates",
    "Ports||ports/ports.htm||All||Anglers||Boats and other members listed by the port they operate from",
    "Pubs, Food & Accomm||pubfoodaccom/pubfoodaccom.htm||All||Anglers||Index of places to eat, drink and sleep",
    "Shops & Tackle||shops/shops.htm||All||Anglers||Index of angling tackle shops",
    "Quiz||correspondents/quizmaster/quiz_notes.htm||All||Anglers||Test your angling knowledge with a deepsea quiz",
    "Fishy Message Board||forum/fishy/fishy_forum.htm||All||Anglers||Message board for anything to do with angling",
    "Correspondents||correspondents/about.htm||All||Anglers||Thoughts from the deepsea correpsondents",

    "Diving Boats||boats/diving.htm||All||Divers||Index of angling boats available for diving charter",
    "Spaces & Availability||boats/diving_spaces.htm||All||Divers||Search our database for spaces on an diving charter",
    "Late availability and promotions||boats/diving_promotions.htm||All||Divers||Skippers selected late availability and special promotions",
    "Ports||ports/ports.htm||All||Divers||Boats and other members listed by the port they operate from",
    "Pubs, Food & Accomm||pubfoodaccom/pubfoodaccom.htm||All||Divers||Index of places to eat, drink and sleep",
    "Shops & Kit||shops/shops.htm||All||Divers||Index of dive shops and dive centres",
    "Quiz||correspondents/quizmaster/quiz_notes.htm||All||Divers||Test your diving knowledge with a deepsea quiz",
    "Diving Message Board||forum/diving/diving_forum.htm||All||Divers||Message board for anything to do with angling",
    "Correspondents||correspondents/about.htm||All||Divers||Thoughts from the deepsea correspondents",

    "Skipper Index||boats/skippers.htm||All||Skippers||Index of all deepsea skippers",
    "Commercial Charters||boats/commercial.htm||All||Skippers||Index of boats available for light commercial charter",
    "Ports||ports/ports.htm||All||Skippers||Boats and other members listed by the port they operate from",
    "Marine Services||boatyard/index.htm||All||Skippers||Index of businesses, facilities and services supporting skippers and boat owners",
    "Buy & Sell Boats||advertising/index.htm||All||Skippers||Free advertising of boats for sale",
    "Testimonials||admin/testimonial.htm||All||Skippers||Deepsea members talk about how deepsea has helped their businesses",
    "How to Join deepsea.co.uk||admin/join.htm||All||Skippers||More information about the services and facilities deepsea provides and how to join.",
    "User Config||admin/custom.htm||Skippers-X||Skippers||Configure this button to remember your favourite deepsea page",
    "Member&rsquo;s Area||members.htm||Skipper-L||Skippers||Information for deepsea members and skippers",
    "Correspondents||correspondents/about.htm||All||Skippers||Thoughts from the deepsea correspondents",

    "User Config||admin/custom.htm||All||Usr||Configure this button to remember your favourite deepsea page",
    "User Config||admin/custom.htm||All||Usr||Configure this button to remember your favourite deepsea page",
    "User Config||admin/custom.htm||All||Usr||Configure this button to remember your favourite deepsea page",
    "User Config||admin/custom.htm||All||Usr||Configure this button to remember your favourite deepsea page",
    "User Config||admin/custom.htm||All||Usr||Configure this button to remember your favourite deepsea page",
    "User Config||admin/custom.htm||All||Usr||Configure this button to remember your favourite deepsea page",
    "User Config||admin/custom.htm||All||Usr||Configure this button to remember your favourite deepsea page",
    "User Config||admin/custom.htm||All||Usr||Configure this button to remember your favourite deepsea page",

    "User Config||admin/custom.htm||All||||Configure this button to remember your favourite deepsea page",
    "Affiliate Scheme||affiliate/index.htm||All||All||Free deepsea content to other web sites from the deepsea affiliate scheme",
    "Contact||admin/contact.htm||All||||How to contact deepsea.co.uk",
    "&copy; Copyright||admin/copyright.htm||All||||All deepsea pages, information, code and images are copyright",
    "Help||sys_help/help.htm||ClubMember||||Help and advice on how to use the login facilities",
    "Login||sys_admin/sys_login.htm||RegisteredUser-L||||Login for registered users, members and skippers",


//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",
   	"ClubMember",
   	"Skipper",
   	"Member",
   	"AssistantManager",
    "SiteManager",
    "Webmaster",
//SECURITY_LEVELS-END
//
//
	""
	]
