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.

/////DEFINE YOUR MENU LISTS and ITEMS below/////////////////

addListGroup("chainedmenu", "First-Select");

addOption("First-Select", "Select your Location        ", "", 1); //HEADER OPTION
addList("First-Select", "Sydney", "", "Sydney");
addList("First-Select", "Melbourne", "", "Melbourne");
addList("First-Select", "Abu Dhabi", "", "Abu Dhabi");
addList("First-Select", "Dubai", "", "Dubai");
addList("First-Select", "Hong Kong", "", "Hong Kong");
addList("First-Select", "London", "", "London");
addList("First-Select", "Singapore", "", "Singapore");




addOption("Sydney", "Select your Services", "", 1); //HEADER OPTION

addOption("Sydney", "Partnership", "http://www.charterhouse.jobs/index.php?display=partnership");
addOption("Sydney", "Professional Support", "http://www.charterhouse.jobs/index.php?display=support");
//addOption("Sydney", "Professional Support", "http://www.charterhousesupport.com.au");
//END OF THIS NODE

addOption("Melbourne", "Select your Services", "", 1); //HEADER OPTION

addOption("Melbourne", "Partnership", "http://www.charterhouse.jobs/index.php?display=melpartnership");
addOption("Melbourne", "Professional Support", "http://www.charterhouse.jobs/index.php?display=melsupport");
//END OF THIS NODE

addOption("Singapore", "Select your Services", "", 1); //HEADER OPTION

addOption("Singapore", "Partnership", "http://www.charterhouse.com.sg");

//END OF THIS NODE

addOption("Hong Kong", "Select your Services", "", 1); //HEADER OPTION

addOption("Hong Kong", "Partnership", "http://www.charterhouse.com.hk");

//END OF THIS NODE

addOption("Dubai", "Select your Services", "", 1); //HEADER OPTION

addOption("Dubai", "Partnership", "http://www.charterhouseme.ae");

//END OF THIS NODE

addOption("Abu Dhabi", "Select your Services", "", 1); //HEADER OPTION

addOption("Abu Dhabi", "Partnership", "http://www.charterhouseme.ae");

//END OF THIS NODE

addOption("London", "Select your Services", "", 1); //HEADER OPTION

addOption("London", "Partnership", "http://www.charterhousepartnership.co.uk");

//END OF THIS NODE



