//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");

addOption("First-Select", "Selezione tipologia", "", 1); //HEADER OPTION
addList("First-Select", "Heavy", "", "heavy");
addList("First-Select", "Medium", "", "medium");
addList("First-Select", "Light", "", "light");
addList("First-Select", "Integrated Logistic", "", "log-int");

addOption("heavy", "- Modello -", "", 1); //HEADER OPTION
addList("heavy", "Porta Pallet Master", "porta-pallet-master.html");
addList("heavy", "Porta Pallet Variant", "porta-pallet-variant.html");
addOption("heavy", "Soppalco", "soppalco.html");
addList("heavy", "Drive-in Master", "drive-in-master.html");
addList("heavy", "Drive-in Variant", "drive-in-variant.html");
addList("heavy", "CantilSigma", "cantilsigma.html");
 //END OF THIS NODE

addOption("medium", "- Modello -", "", 1); //HEADER OPTION
addOption("medium", "Mito Euro", "mito-euro.html");
addOption("medium", "Genius", "genius.html");

addOption("light", "- Modello -", "", 1); //HEADER OPTION
addOption("light", "Kit incastro", "kit-incastro.html");
addOption("light", "kit bullone", "kit-bullone.html");
addOption("light", "Incastro sfuso", "incastro-sfuso.html");
addOption("light", "Bullone sfuso", "bullone-sfuso.html");
addOption("light", "kit armadio", "kit-armadio.html");
addOption("light", "kit colonna", "kit-colonna.html");

addOption("log-int", "- Modello -", "", 1); //HEADER OPTION
addOption("log-int", "Magazzini a gravità", "magazzini-gravita.html");
addOption("log-int", "Trasloelevatori", "trasloelevatori.html");


