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 Activity", "SelectActivity", 1); //HEADER OPTION
addList("First-Select", "Aerobics", "Aerobics", "Aerobics");
addList("First-Select", "Backpacking", "Backpacking", "Backpacking");
addList("First-Select", "Baseball", "Baseball", "Baseball");
addList("First-Select", "Basketball", "Basketball", "Basketball");
addList("First-Select", "Boxing", "Boxing", "Boxing");
addList("First-Select", "Canoeing", "Canoeing", "Canoeing");
addList("First-Select", "Cycling", "Cycling", "Cycling");
addList("First-Select", "Football", "Football", "Football");
addOption("First-Select", "Ice Hockey", "Ice Hockey");
addOption("First-Select", "Mountain Climbing", "Mountain Climbing");
addList("First-Select", "Rowing", "Rowing", "Rowing");
addOption("First-Select", "Running (Cross Country)", "Running_Cross_Country");
addList("First-Select", "Running (Flat Surface)", "Running_Flat_Surface", "Running_Flat_Surface");
addOption("First-Select", "Soccer", "Soccer");
addOption("First-Select", "Softball", "Softball");
addOption("First-Select", "Squash", "Squash");
addList("First-Select", "Skiing (Cross Country, Hard Snow)", "Skiing", "Skiing");
addList("First-Select", "Swimming", "Swimming", "Swimming");
addList("First-Select", "Tennis", "Tennis", "Tennis");
addList("First-Select", "Volleyball", "Volleyball", "Volleyball");
addList("First-Select", "Walking (Leisure, Outdoors)", "Walking", "Walking");

// Aerobics Sub List
addOption("Aerobics", "Select Intensity", "SelectIntensity", 1); //HEADER OPTION
addOption("Aerobics", "Easy", "Easy");
addOption("Aerobics", "Medium", "Medium");
addOption("Aerobics", "Intense", "Intense"); //END OF THIS NODE

// Backpacking Sub List
addOption("Backpacking", "Select Intensity", "SelectIntensity", 1); //HEADER OPTION
addOption("Backpacking", "No Load", "NoLoad");
addOption("Backpacking", "With 11 lb ( 5 kg) Load", "11-lb");
addOption("Backpacking", "With 22 lb (10 kg) Load", "22-lb");
addOption("Backpacking", "With 44 lb (20 kg) Load", "44-lb");//END OF THIS NODE

// Baseball Sub List
addOption("Baseball", "Select Intensity", "", 1); //HEADER OPTION
addOption("Baseball", "Fielder", "Fielder");
addOption("Baseball", "Pitcher", "Pitcher");//END OF THIS NODE

// Basketball Sub List
addOption("Basketball", "Select Intensity", "", 1); //HEADER OPTION
addOption("Basketball", "Game", "Game");
addOption("Basketball", "Practice", "Practice");//END OF THIS NODE

// Boxing Sub List
addOption("Boxing", "Select Intensity", "", 1); //HEADER OPTION
addOption("Boxing", "Match", "Match");
addOption("Boxing", "Sparring, Practice", "Sparring_Practice");//END OF THIS NODE

// Canoeing Sub List
addOption("Canoeing", "Select Intensity", "", 1); //HEADER OPTION
addOption("Canoeing", "Leisure (2.5 mph)", "Leisure");
addOption("Canoeing", "Racing", "Racing");//END OF THIS NODE

// Cycling Sub List
addOption("Cycling", "Select Intensity", "", 1); //HEADER OPTION
addOption("Cycling", "Leisure (5.5 mph)", "Leisure55");
addOption("Cycling", "Leisure (9.4 mph)", "Leisure94");
addOption("Cycling", "Racing", "Racing");//END OF THIS NODE

// Football Sub List
addOption("Football", "Select Intensity", "", 1); //HEADER OPTION
addOption("Football", "Game", "Game");//END OF THIS NODE

// Rowing Sub List
addOption("Rowing", "Select Intensity", "", 1); //HEADER OPTION
addOption("Rowing", "Machine (Moderate)", "MachineModerate");
addOption("Rowing", "Machine (Race Pace)", "MachineRace");
addOption("Rowing", "Skull (Leisure)", "SkullLeisure");
addOption("Rowing", "Skull (Race Pace)", "SkullRace");//END OF THIS NODE

// Running_Flat_Surface Sub List
addOption("Running_Flat_Surface", "Select Intensity", "", 1); //HEADER OPTION
addOption("Running_Flat_Surface", "11 min 30 sec/mile (7 min 9 sec/km)", "11-30");
addOption("Running_Flat_Surface", "9 min (5 min 36 sec/km)", "9");
addOption("Running_Flat_Surface", "8 min/mile (5 min/km)", "8");
addOption("Running_Flat_Surface", "7 min/mile (4 min 21 sec/km)", "7");
addOption("Running_Flat_Surface", "6 min/mile (3 min 44 sec/km)", "6");
addOption("Running_Flat_Surface", "5 min 30 sec/mile (3 min 25 sec/km)", "5-30");//END OF THIS NODE

// Skiing Sub List
addOption("Skiing", "Select Intensity", "", 1); //HEADER OPTION
addOption("Skiing", "Level, Moderate Speed", "ModerateSpeed");
addOption("Skiing", "Level, Walking Speed", "WalkingSpeed");
addOption("Skiing", "Uphill, Fast Speed", "FastSpeed");//END OF THIS NODE

// Swimming Sub List
addOption("Swimming", "Select Intensity", "", 1); //HEADER OPTION
addOption("Swimming", "Crawl, Fast", "FastCrawl");
addOption("Swimming", "Crawl, Slow", "SlowCrawl");//END OF THIS NODE

// Tennis Sub List
addOption("Tennis", "Select Intensity", "", 1); //HEADER OPTION
addOption("Tennis", "Competition", "Competition");
addOption("Tennis", "Recreational", "Recreational");//END OF THIS NODE

// Volleyball Sub List
addOption("Volleyball", "Select Intensity", "", 1); //HEADER OPTION
addOption("Volleyball", "Competition", "Competition");
addOption("Volleyball", "Recreational", "Recreational");//END OF THIS NODE

// Walking Sub List
addOption("Walking", "Select Intensity", "", 1); //HEADER OPTION
addOption("Walking", "Asphalt Road", "AsphaltRoad");
addOption("Walking", "Fields & Hillsides", "FieldsHillside");//END OF THIS NODE
