// 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],personal_training.asp,personal,_self,[sub1],personal_training.asp#Outdoor,outdoor cross training,_self,[sub1],personal_training.asp#Boxing,boxing,_self,[end]";

// 2nd Menu Variables --------------------------------------------------------------------------------------------------
  // Width and Height variables for menu container
// 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],group_training.asp,group,_self,[sub1],group_training.asp#Outdoor,outdoor cross training,_self,[sub1],group_training.asp#Boxing,boxing,_self,[sub1],champ_campl.asp,champ camp,_self,[sub1],group_training.asp#Million,million dollar babies,_self,[sub1],group_training.asp#BBrides,boxing brides,_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],boxing_training.asp#Competitive,boxing,_self,[sub1],pdf/CFBC09.pdf,boxing club,_blank,[sub1],boxing_training.asp#Competitive,competitive,_self,[sub1],boxing_training.asp#Boxing,fitness,_self,[sub1],champ_camp.asp,champ camp,_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],sport_specific_training.asp#Individual,sport specific,_self,[sub1],sport_specific_training.asp#Individual,individual,_self,[sub1],sport_specific_training.asp#Contender,sporting teams,_self,[sub1],sport_specific_training.asp#Running,running groups,_self,[end]";

// 5th 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 MenuString5 = "[heading],corporate_wellness.asp,corporate,_self,[sub1],corporate_wellness.asp,corporate wellness,_self,[end]";

// 6th 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 MenuString6 = "[heading],about_contender_fitness.asp#About,about,_self,[sub1],about_contender_fitness.asp#About,contender fitness,_self,[sub1],about_contender_fitness.asp#Contact,contact,_self,[end]";

// End of Menu Variables ------------------------------------------------------------------------------------------------