//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", "Blount Boats, Inc.", "", "Water-Blount");
addList("First-Select", "Equitable Equipment Co.", "", "Water-Equitable");
addList("First-Select", "Gulf Craft Inc.", "", "Water-Gulf");
addList("First-Select", "Levingston Shipbuilding", "", "Water-Levingston");
addList("First-Select", "Manitowoc Marine Group", "", "Water-Manitowoc");
addList("First-Select", "Scopinich Boat Works", "", "Water-Scopinich");//END OF THIS NODE

addOption("Water-Blount", "Select An Operator", "", 0); //HEADER OPTION
addOption("Water-Blount", "Fire Island Ferries", "/pages/blount/fif-blount.html");

addOption("Water-Equitable", "Select An Operator", "", 0); //HEADER OPTION
addOption("Water-Equitable", "NYC DOT/Staten Island Ferry", "/pages/equitable/sif-equitable.html");

addOption("Water-Gulf", "Select An Operator", "", 0); //HEADER OPTION
addOption("Water-Gulf", "Fire Island Ferries", "/pages/gulfcraft/fif-gulfcraft.html");

addOption("Water-Levingston", "Select An Operator", "", 0); //HEADER OPTION
addOption("Water-Levingston", "NYC DOT/Staten Island Ferry", "/pages/levingston/sif-levingston.html");

addOption("Water-Manitowoc", "Select An Operator", "", 0); //HEADER OPTION
addOption("Water-Manitowoc", "NYC DOT/Staten Island Ferry", "/pages/manitowoc/sif-manitowoc.html");

addOption("Water-Scopinich", "Select An Operator", "", 0); //HEADER OPTION
addOption("Water-Scopinich", "Fire Island Ferries", "/pages/scopinich/fif-scopinich.html");
