// 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
    "Home||index.htm||All||||",
    "Lilies||flowers/lilies/introduction.htm||All||||",
    "Martagons||flowers/lilies/martagons/introduction.htm||All||||",
    "Chelsea 2011.||info/chelsea_2011.htm||All||||",
    "New introductions.||info/new_introductions/new_introductions.htm||All||||",
    "Tulips||flowers/tulips/introduction.htm||All||||",
    "Latest News||info/news.htm||All||||",
    "Garden gallery||info/gardens.htm||All||||",
    "Gift Certificates||flowers/gardening_products/gift_certificates.htm||All||||",
    "Exhibits||info/displays.htm||All||||",
    "Show dates 2010||info/shows.htm||All||||",
    "Shortlist||flowers/shortlist.htm||All||||",
    "Shopping Basket||flowers/shopping_basket.htm||All||||",
    "Flower Finder||flowers/flower_finder.htm||All||||",
    "Cultural Advice||advice/introduction.htm||All||||",
    "Members Forum||forums/lily_forum.htm||All||||",
    "FAQ||advice/faq.htm||All||||",
    "About Us||info/about.htm||All||||",
    "Ordering||info/ordering.htm||All||||",
    "Contact Us||info/contact.htm||All||||",
    "Management Resources||resources/management_information/overview.htm||SiteManager||||",
    "Help||sys_help/help.htm||Editor||||",
    "User Registration||sys_admin/user_registration.htm||RegisteredUser-L-X||||",
    "Login||sys_admin/sys_login.htm||RegisteredUser-L||||",
    "Links||info/links.htm||All||||",
    "&copy; Copyright||info/copyright.htm||All||||",
//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",
   	"Gardener",
    "CutFlowerCustomer",
  	"CutFlowerGrower",
  	"BulbSupplier",
   	"Editor",
    "SiteManager",
    "Webmaster",
//SECURITY_LEVELS-END
//
//
	""
	]