//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", "give it to us straight.", "", 1); //HEADER OPTION
addList("First-Select", "ready to get this party started", "", "party");
addList("First-Select", "like gary busey on a sunday afternoon", "", "gary");

addOption("party", "what's the M.O., bro?", "", 1); //HEADER OPTION
addList("party", "pick up a philly that isn’t ugly", "", "party-philly");
addList("party", "score a killer gig", "", "party-gig");
addList("party", "make things official", "", "party-official");

addOption("party-philly", "you're a...", "", 1); //HEADER OPTION
addOption("party-philly", "#1 stunna rocker", "streaker.html");
addOption("party-philly", "nerdy nerd", "chucacabra.html");
addOption("party-philly", "pretty boy", "conan.html");

addOption("party-gig", "you're a...", "", 1); //HEADER OPTION
addOption("party-gig", "#1 stunna rocker", "blacktop.html");
addOption("party-gig", "nerdy nerd", "kilttilter.html");
addOption("party-gig", "pretty boy", "lycanthrope.html");

addOption("party-official", "you're a...", "", 1); //HEADER OPTION
addOption("party-official", "#1 stunna rocker", "conspiracy.html");
addOption("party-official", "nerdy nerd", "ballchain.html");
addOption("party-official", "pretty boy", "roxbury.html");

addOption("gary", "what's the M.O., bro?", "", 1); //HEADER OPTION
addList("gary", "pick up a philly that isn’t ugly", "", "gary-philly");
addList("gary", "score a killer gig", "", "gary-gig");
addList("gary", "make things official", "", "gary-official");

addOption("gary-philly", "you're a...", "", 1); //HEADER OPTION
addOption("gary-philly", "#1 stunna rocker", "chucacabra.html");
addOption("gary-philly", "nerdy nerd", "devilsadvocate.html");
addOption("gary-philly", "pretty boy", "streaker.html");

addOption("gary-gig", "you're a...", "", 1); //HEADER OPTION
addOption("gary-gig", "#1 stunna rocker", "lycanthrope.html");
addOption("gary-gig", "nerdy nerd", "ballchain.html");
addOption("gary-gig", "pretty boy", "ballchain.html");

addOption("gary-official", "you're a...", "", 1); //HEADER OPTION
addOption("gary-official", "#1 stunna rocker", "blacktop.html");
addOption("gary-official", "nerdy nerd", "kilttilter.html");
addOption("gary-official", "pretty boy", "conspiracy.html");
