//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", "SELECT TOUR SEASON", "", 1); //HEADER OPTION
addList("First-Select", "Summer 2011 Tour Season", "", "Summer");
addList("First-Select", "Winter 2012 Tour Season", "", "Winter");

addOption("Winter", "SELECT CONCERT GETAWAY", "", 1); //HEADER OPTION
addList("Winter", "S-N-P, McLyte, Rock", "", "FreshFest2k12");
addList("Winter", "Isley's, Mills", "", "GrownSexxy");
addList("Winter", "Maze w/Frankie Beverly", "", "GoAgain");
addList("Winter", "Ross, Mill, Kim", "", "MMG&Friends");
addList("Winter", "Lloyd, DeVaughn, Michele", "", "LayItDown");

addOption("Summer", "SELECT CONCERT GETAWAY", "", 1); //HEADER OPTION
addList("Summer", "I AM Hip-Hop Weekend Concert Getaway", "", "HipHopS11");
addList("Summer", "R&B Legends Funtastic Weekend Concert Getaway", "", "LegendsS11");
addList("Summer", "Welcome Back Weekend Concert Getaway", "", "WelcomeS11");



addOption("FreshFest2k12", "SELECT TOUR DATE", "", 1); //HEADER OPTION
addOption("FreshFest2k12", "FEB 10-12 Weekend", "http://www.yourtripinfo.com/winterski_FreshFest2K12.php");

addOption("GrownSexxy", "SELECT TOUR DATE", "", 1); //HEADER OPTION
addOption("GrownSexxy", "FEB 17-19 Weekend", "http://www.yourtripinfo.com/winterski_GrownSexxy.php");

addOption("GoAgain", "SELECT TOUR DATE", "", 1); //HEADER OPTION
addOption("GoAgain", "FEB 17-19 Weekend", "http://www.yourtripinfo.com/winterski_GoAgain.php");

addOption("MMG&Friends", "SELECT TOUR DATE", "", 1); //HEADER OPTION
addOption("MMG&Friends", "FEB 24-26 Weekend", "http://www.yourtripinfo.com/winterski_MMG&Friends.php");

addOption("LayItDown", "SELECT TOUR DATE", "", 1); //HEADER OPTION
addOption("LayItDown", "MAR 02-04 Weekend", "http://www.yourtripinfo.com/winterski_LayItDown.php");


addOption("LegendsS11", "SELECT TOUR DATE", "", 1); //HEADER OPTION
addOption("LegendsS11", "AUG 12-14 Weekend", "http://www.yourtripinfo.com/crab_legends.php");
addOption("LegendsS11", "AUG 13 Day Trip", "http://www.yourtripinfo.com/crab_legendsDAYTRIP.php");

addOption("HipHopS11", "SELECT TOUR DATE", "", 1); //HEADER OPTION
addOption("HipHopS11", "JULY 29-31 Weekend","http://www.yourtripinfo.com/crab_hiphop.php");

addOption("WelcomeS11", "SELECT TOUR DATE", "", 1); //HEADER OPTION
addOption("WelcomeS11", "AUG 05-07 Weekend", "http://www.yourtripinfo.com/crab_welcomeback.php");

