//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 a gear guide", "", 1); //HEADER OPTION
addList("First-Select", "BAGS", "", "BAGS");
addList("First-Select", "BOOKS", "", "BOOKS");
addList("First-Select", "CDS", "", "CDS");
addList("First-Select", "CLOTHING", "", "CLOTHING");
addList("First-Select", "DVDS", "", "DVDS");
addList("First-Select", "EQUIPMENT", "", "EQUIPMENT");
addList("First-Select", "FOOTWEAR", "", "FOOTWEAR");
addList("First-Select", "GAMES", "", "GAMES");
addList("First-Select", "NUTRITION", "", "NUTRITION");
addList("First-Select", "VIDEOS", "", "VIDEOS");

/////BAGS/////
addOption("BAGS", "select a bag type", "", 1); //HEADER OPTION
addOption("BAGS", "ALL BAGS", "gearguide/bags.php");

/////BOOKS/////
addOption("BOOKS", "select a book type", "", 1); //HEADER OPTION
addOption("BOOKS", "ALL BOOKS", "gearguide/books.php");

/////CDS/////
addOption("CDS", "select a cd type", "", 1); //HEADER OPTION
addOption("CDS", "ALL CDS", "gearguide/cds.php");

/////CLOTHING/////
addOption("CLOTHING", "select a clothing type", "", 1); //HEADER OPTION
addOption("CLOTHING", "ALL CLOTHING", "gearguide/clothing.php");

/////DVDS/////
addOption("DVDS", "select a dvd type", "", 1); //HEADER OPTION
addOption("DVDS", "ALL DVDS", "gearguide/dvds.php");

/////EQUIPMENT/////
addOption("EQUIPMENT", "select a equipment type", "", 1); //HEADER OPTION
addOption("EQUIPMENT", "ALL EQUIPMENT", "gearguide/equipment.php");

/////FOOTWEAR/////
addOption("FOOTWEAR", "select a footwear type", "", 1); //HEADER OPTION
addOption("FOOTWEAR", "ALL FOOTWEAR", "gearguide/footwear.php");
addOption("FOOTWEAR", "FLIP-FLOPS", "gearguide/footwear-flipflops.php");

/////GAMES/////
addOption("GAMES", "select a game type", "", 1); //HEADER OPTION
addOption("GAMES", "ALL GAMES", "gearguide/games.php");

/////NUTRITION/////
addOption("NUTRITION", "select a nutrition type", "", 1); //HEADER OPTION
addOption("NUTRITION", "ALL NUTRITION", "gearguide/nutrition.php");

/////VIDEOS/////
addOption("VIDEOS", "select a video type", "", 1); //HEADER OPTION
addOption("VIDEOS", "ALL VIDEOS", "gearguide/videos.php");
