//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    40145cc64523d519fdeb68c56c6b925e/////////////////

addListGroup("chainedmenu", "First-Select");

addOption("First-Select", "- Select -", "", 1); //HEADER OPTION
addList("First-Select", "1-on-1 Training", "", "Personal");
addList("First-Select", "Training for Two", "", "Couple");
addList("First-Select", "Group Training", "", "Group");

//==================================================================

addOption("Personal", "- Select -", "", 1); //HEADER OPTION
addOption("Personal", "Individual Session", "/contracts/contract.php?cid=1&mid=7FC0D2DB-209A-4B2F-A7D5-BCE91C9D1B2F&pid=40145cc64523d519fdeb68c56c6b925e");                                                                                                                                                            addList("Personal", "Standard", "", "Standard-Session");
addOption("Personal", "40 Session Package", "/contracts/contract.php?cid=3&mid=75187&pid=2651219");
addOption("Personal", "Gift Certificates", "/contracts/contract.php?cid=1&mid=7FC0D2DB-209A-4B2F-A7D5-BCE91C9D1B2F&pid=18b2f1aef6023740e89f76e9a9a30cc2");

addOption("Standard-Session", "- Select -", "", 1); //HEADER OPTION
addList("Standard-Session", "Once Per Week", "/contracts/contract.php?cid=2&mid=75187&pid=3288058");
addList("Standard-Session", "Twice Per Week", "/contracts/contract.php?cid=2&mid=75187&pid=2845207");
addList("Standard-Session", "Three Times Per Week", "/contracts/contract.php?cid=2&mid=75187&pid=2845960");
addList("Standard-Session", "Four Times Per Week", "/contracts/contract.php?cid=2&mid=75187&pid=2847776");
addList("Standard-Session", "Five Times Per Week", "/contracts/contract.php?cid=2&mid=75187&pid=3299069");

//==================================================================

addOption("Couple", "- Select -", "", 1); //HEADER OPTION
addOption("Couple", "Individual Session", "/contracts/contract.php?cid=1&mid=7FC0D2DB-209A-4B2F-A7D5-BCE91C9D1B2F&pid=4f266effa18f7916cc1d0553e7d9504b");
addList("Couple", "Standard", "", "Couple-Standard-Session");
addOption("Couple", "40 Session Package", "/contracts/contract.php?cid=3&mid=75187&pid=2651214");
addOption("Couple", "Gift Certificates", "/contracts/contract.php?cid=1&mid=7FC0D2DB-209A-4B2F-A7D5-BCE91C9D1B2F&pid=6b40fb9aea007eac0112bb32e3f9e3b9");

addOption("Couple-Standard-Session", "- Select -", "", 1); //HEADER OPTION
addList("Couple-Standard-Session", "Once Per Week", "/contracts/contract.php?cid=2&mid=75187&pid=3288057");
addList("Couple-Standard-Session", "Twice Per Week", "/contracts/contract.php?cid=2&mid=75187&pid=2845969");
addList("Couple-Standard-Session", "Three Times Per Week","/contracts/contract.php?cid=2&mid=75187&pid=2847777");
addList("Couple-Standard-Session", "Four Times Per Week", "/contracts/contract.php?cid=2&mid=75187&pid=2847778");
addList("Couple-Standard-Session", "Five Times Per Week", "/contracts/contract.php?cid=2&mid=75187&pid=3299068");

//==================================================================

addOption("Group", "- Select -", "", 1); //HEADER OPTION
addOption("Group", "Individual Session", "/contracts/contract.php?cid=1&mid=7FC0D2DB-209A-4B2F-A7D5-BCE91C9D1B2F&pid=8012773aefe4e3457a0b7d567905ecbe");
addList("Group", "Standard", "", "Group-Standard-Session");
addOption("Group", "40 Session Package", "/contracts/contract.php?cid=3&mid=75187&pid=2651377");
addOption("Group", "Gift Certificates", "/contracts/contract.php?cid=3&mid=7FC0D2DB-209A-4B2F-A7D5-BCE91C9D1B2F&pid=ea9ff898fa00a92ed6d414a4ae11eb90");

addOption("Group-Standard-Session", "- Select -", "", 1); //HEADER OPTION
addList("Group-Standard-Session", "Once Per Week", "/contracts/contract.php?cid=2&mid=75187&pid=3288055");
addList("Group-Standard-Session", "Twice Per Week", "/contracts/contract.php?cid=2&mid=75187&pid=2848571");
addList("Group-Standard-Session", "Three Times Per Week", "/contracts/contract.php?cid=2&mid=75187&pid=2848574");
addList("Group-Standard-Session", "Four Times Per Week", "/contracts/contract.php?cid=2&mid=75187&pid=2848577");
addList("Group-Standard-Session", "Five Times Per Week", "/contracts/contract.php?cid=2&mid=75187&pid=3299067");
