//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 A Manufacturer", "", 0); //HEADER OPTION
addList("First-Select", "Airbus Industrie", "", "Air-Airbus");
addList("First-Select", "Boeing", "", "Air-Boeing");
addList("First-Select", "Bombardier Aerospace", "", "Air-Bombardier");
addList("First-Select", "Embraer", "", "Air-Embraer");//END OF THIS NODE

addOption("Air-Airbus", "Select An Operator", "", 0); //HEADER OPTION
addOption("Air-Airbus", "jetBlue Airways", "/pages/airbus/jetblue-airbus.html");
addOption("Air-Airbus", "US Airways", "/pages/airbus/usa-airbus.html");

addOption("Air-Boeing", "Select An Operator", "", 0); //HEADER OPTION
addOption("Air-Boeing", "Continental Airlines", "/pages/boeing/continental-boeing.html");
addOption("Air-Boeing", "Southwest Airlines", "/pages/boeing/southwest-boeing.html");

addOption("Air-Bombardier", "Select An Operator", "", 0); //HEADER OPTION
addOption("Air-Bombardier", "CommutAir", "/pages/bombardier/commutair-bombardier.html");

addOption("Air-Embraer", "Select An Operator", "", 0); //HEADER OPTION
addOption("Air-Embraer", "ExpressJet Airlines", "/pages/embraer/xjet-embraer.html");
