//var hide_empty_list=true; //uncomment this line to hide empty selection lists
var disable_empty_list=true; //uncomment this line to disable empty selection lists

var onclickaction="goto" //set to "alert" or "goto". Former is for debugging purposes, to tell you the value of the final selected list that will be used as the destination URL. Set to "goto" when below configuration is all set up as desired. 

var newwindow=0 //Open links in new window or not? 1=yes, 0=no.

var urlDirect="http://www.rocksteadyadventure.co.uk"
//var urlDirect="http://www.rocksteadyadventure.co.uk/new_site"
//var urlDirect="http://ccgi.rstltd.plus.com/rsa"
/////DEFINE YOUR MENU LISTS and ITEMS below/////////////////

addListGroup("chainedmenu", "First-Select");

addOption("First-Select", "Select an area", "", 1); //HEADER OPTION
addList("First-Select", "Schools & Youth Groups", "", "Schools");
addList("First-Select", "Adult Adventure", "", "Adult");
addList("First-Select", "Youth Development", "", "Youth");
addList("First-Select", "Corporate Adventure", "", "Corporate");
addList("First-Select", "Skills Based Training", "", "Skills");

addOption("Schools", "Select an item", "", 1); //HEADER OPTION
addOption("Schools", "Summer Camps", urlDirect+"/content/schools/summercamp.htm");
addOption("Schools", "Residentials", urlDirect+"/content/schools/residentials.htm");
addOption("Schools", "Adventure Days", urlDirect+"/content/schools/adventuredays.htm");
addOption("Schools", "Safety", urlDirect+"/content/schools/safety.htm"); //END OF THIS NODE

addOption("Adult", "Select an item", "", 1); //HEADER OPTION
addOption("Adult", "Stag & Hen Events", urlDirect+"/content/adult/stag_hen.htm");
addOption("Adult", "Adventure Days", urlDirect+"/content/adult/adventuredays.htm");
addOption("Adult", "Prices", urlDirect+"/content/adult/prices.htm"); //END OF THIS NODE

addOption("Youth", "Select an item", "", 1); //HEADER OPTION
addOption("Youth", "Residentials", urlDirect+"/content/youth/residential.htm");
addOption("Youth", "Adventure Days", urlDirect+"/content/youth/adventuredays.htm");
addOption("Youth", "Residentials", urlDirect+"/content/youth/developmentdays.htm");
addOption("Youth", "Wilderness Experience", urlDirect+"/content/youth/wildernessexperience.htm"); //END OF THIS NODE

addOption("Corporate", "Select an item", "", 1); //HEADER OPTION
addOption("Corporate", "Pure Adventure", urlDirect+"/content/corporate/pureadventure.htm");
addOption("Corporate", "Residentials", urlDirect+"/content/corporate/residentials.htm");
addOption("Corporate", "Team Building", urlDirect+"/content/corporate/teambuilding.htm");
addOption("Corporate", "RST Consulting", urlDirect+"/content/corporate/rstconsulting.htm"); //END OF THIS NODE

addOption("Skills", "Select an item", "", 1); //HEADER OPTION
addOption("Skills", "BOB MTB Training", urlDirect+"/content/skills/otc.htm");
addOption("Skills", "Course Dates", urlDirect+"/content/skills/coursedates.htm");
addOption("Skills", "Locations", urlDirect+"/content/skills/location.htm");
addOption("Skills", "Book Online", urlDirect+"/content/skills/bookonline.htm"); //END OF THIS NODE