//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="alert" //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");

addList("First-Select", "All in one", "", "d"); //HEADER OPTION
addList("First-Select", "Color Laser", "", "l");
addList("First-Select", "Consumer Inkjet", "", "s");
addList("First-Select", "Monochrome Laser", "", "e");
addList("First-Select", "Multifunction", "", "p");
addList("First-Select", "Network Printer Device ", "", "a");
addList("First-Select", "Impact", "", "b");


addList("d", "All in one", "", "da"); //HEADER OPTION

//END OF THIS NODE

addList("l", "Color Laser", "", "la"); //HEADER OPTION

//END OF THIS NODE

addList("s", "Consumer Inkjet", "", "se"); //HEADER OPTION

//END OF THIS NODE

addList("e", "Monochrome Laser", "", "ea"); //HEADER OPTION

//END OF THIS NODE

addOption("p", "Multifunction", ""); //HEADER OPTION

addOption("a", "Network Printer Device", "area3500"); //HEADER OPTION

addOption("b", "Impact", "area3500"); //HEADER OPTION


