// 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],style12.asp, &middot; style 12,_self,[sub1],style10-decorator.asp, &middot; S10-decorator,_self,[sub1],style10.asp, &middot; style 10,_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],jane-barrington.asp, &middot; jane barrington,_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],idc_stockists.asp,stockists,_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 -----------------------------------------------------------------------------------------------------
