//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=1 //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", "-> scegli una voce", "", 1); //HEADER OPTION
addList("First-Select", "i denti del giudizio", "", "dentigiudizio");
addList("First-Select", "il mal di testa e i denti", "", "malditesta");
addList("First-Select", "le radiografie", "", "radiografie");


addOption("dentigiudizio", "-> scegli una voce", "", 1); //HEADER OPTION
addOption("dentigiudizio", "denti del giudizio: toglierli o tenerli?", "http://www.paoleschi.it/paoleschi/denti/a24.asp");
//END OF THIS NODE

addOption("malditesta", "-> scegli una voce", "", 1); //HEADER OPTION
addOption("malditesta", "mal di testa: e se fosse colpa...", "http://www.paoleschi.it/paoleschi/denti/a28.asp");
//END OF THIS NODE

addOption("radiografie", "-> scegli una voce", "", 1); //HEADER OPTION
addOption("radiografie", "radiografie: come, quando e perché", "http://www.paoleschi.it/paoleschi/denti/a31.asp");
//END OF THIS NODE