//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", "Select an item", "", 1); //HEADER OPTION
addList("First-Select", "Surgery", "Surgery", "Surgery");
addList("First-Select", "Laser Treatment", "Laser Treatment", "Laser");
addList("First-Select", "Facial Rejuvenation", "Facial Rejuvenation", "Facial");
addList("First-Select", "Other", "Other", "Other");

addOption("Surgery", "Select an item", "", 1); //HEADER OPTION
addList("Surgery", "Breast", "Breast", "Breast");
addList("Surgery", "Tummy", "Tummy", "Tummy");
addList("Surgery", "Facial", "Facial", "Facial");
addList("Surgery", "Body Contouring", "Body", "Body");

addOption("Laser", "Select an item", "", 1); //HEADER OPTION
addList("Laser", "Hair Reduction", "Hair Reduction", "Hair Reduction");
addList("Laser", "Sun Damage", "Sun Damage", "Sun Damage");
addList("Laser", "Wrinkles", "Wrinkles", "Wrinkles");


addOption("Facial", "Select an item", "", 1); //HEADER OPTION
addList("Facial", "Botox", "Botox", "Botox");
addList("Facial", "Juvederm", "Juvederm", "Juvederm");
addList("Facial", "Skin Care", "Skin Care", "Skin Care");


addOption("Other", "Select an item", "", 1); //HEADER OPTION
addList("Other", "Other", "Other", "Other");

