// 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],#,ADVERTISING,_self,[sub1],tcd_advert_tv.html,&nbsp;&middot;&nbsp;TV & VIDEO,_self,[sub1],tcd_advert_cat.html, &nbsp;&middot;&nbsp;CATALOGUES,_self,[sub1],tcd_advert_rad.html,&nbsp;&middot;&nbsp;RADIO,_self,[sub1],tcd_advert_print.html,&nbsp;&middot;&nbsp;PRINT,_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],#,DESIGN,_self,[sub1],tcd_design_package.html,&nbsp;&middot;&nbsp;PACKAGING,_self,[sub1],tcd_design_visid.html, &nbsp;&middot;&nbsp;VISUAL IDENTITY,_self,[sub1],tcd_design_enviro.html,&nbsp;&middot;&nbsp;ENVIRONMENT,_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],#,FILM PRODUCTION,_self,[sub1],tcd_filmp_direct.html,&nbsp;&middot;&nbsp;DIRECTION,_self,[sub1],tcd_filmp_artdir.html, &nbsp;&middot;&nbsp;ART DIRECTION,_self,[sub1],tcd_filmp_wardrobe.html,&nbsp;&middot;&nbsp;WARDROBE,_self,[sub1],tcd_filmp_makeup.html,&nbsp;&middot;&nbsp;MAKEUP,_self,[end]";

// End of Variables -----------------------------------------------------------------------------------------------------
