// Configuration Script

// Menu Configuration
// see Main1.css in the css folder to manipluate menu colours, menu box sizes etc

// 1st Menu Variables --------------------------------------------------------------------------------------------------
  // MenuString format: [Menu Posotion (eg Heading, Sub1 or Sub2)],Menu Link (# has no link),Menu Text,Window to open in (_self(open link in the same window) or _blank (open link in a new window)),[end - only listed at the end of the menu]
  // MenuString items are listed in the order they appear from top to bottom, as if all menus were expanded
  var MenuString1 = "[heading],#,collections,_self,[sub1],style10.asp, &middot; style 10,_self,[sub1],style9.asp, &middot; style 9,_self,[end]";

// 2nd Menu Variables --------------------------------------------------------------------------------------------------
  // MenuString format: [Menu Posotion (eg Heading, Sub1 or Sub2)],Menu Link (# has no link),Menu Text,Window to open in (_self(open link in the same window) or _blank (open link in a new window)),[end - only listed at the end of the menu]
  // MenuString items are listed in the order they appear from top to bottom, as if all menus were expanded
  var MenuString2 = "[heading],#,what's new,_self,[sub1],idc_organic.asp, &middot; organic ranges,_self,[end]";

  // 3rd Menu Variables --------------------------------------------------------------------------------------------------
  // MenuString format: [Menu Posotion (eg Heading, Sub1 or Sub2)],Menu Link (# has no link),Menu Text,Window to open in (_self(open link in the same window) or _blank (open link in a new window)),[end - only listed at the end of the menu]
  // MenuString items are listed in the order they appear from top to bottom, as if all menus were expanded
  var MenuString3 = "[heading],#,stockists,_self,[sub1],idc_stockists.asp?country=Australia&state=ACT, &middot; australian capital territory,_self,[sub1],idc_stockists.asp?country=Australia&state=NSW, &middot; new south wales,_self,[sub1],idc_stockists.asp?country=Australia&state=NT, &middot; northern territory,_self,[sub1],idc_stockists.asp?country=Australia&state=QLD, &middot; queensland,_self,[sub1],idc_stockists.asp?country=Australia&state=SA, &middot; south australia,_self,[sub1],idc_stockists.asp?country=Australia&state=TAS, &middot; tasmania,_self,[sub1],idc_stockists.asp?country=Australia&state=VIC, &middot; victoria,_self,[sub1],idc_stockists.asp?country=Australia&state=WA, &middot; western australia,_self,[sub1],idc_stockists.asp?country=International&state=INT, &middot; international,_self,[end]";

  // 4th Menu Variables --------------------------------------------------------------------------------------------------
  // MenuString format: [Menu Posotion (eg Heading, Sub1 or Sub2)],Menu Link (# has no link),Menu Text,Window to open in (_self(open link in the same window) or _blank (open link in a new window)),[end - only listed at the end of the menu]
  // MenuString items are listed in the order they appear from top to bottom, as if all menus were expanded
  var MenuString4 = "[heading],#,member services,_self,[sub1],idc_members_reg.asp, &middot; join IDC,_self,[sub1],idc_web_terms.asp#CustomerService, &middot; customer service,_self,[sub1],idc_web_terms.asp#PrivacyPolicy, &middot; privacy policy,_self,[sub1],idc_web_terms.asp#Guarantees, &middot; guarantee,_self,[sub1],idc_web_terms.asp#TermsofUse, &middot; terms of use,_self,[end]";

// End of Variables -----------------------------------------------------------------------------------------------------