//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("list-group-name", "first-list-name") //addList("first-list-name", "option text", "option value", "sub-list-name", default-selected) //addOption("first-list-name", "option text", "option value", default-selected) addListGroup("chainedmenu", "0"); addOption("0", "Select an item", "", 1); //HEADER OPTION addList("0", "Off Road Accessories", "", "50"); addOption("50", "Select an item", "", 1); //HEADER OPTION addList("50", "Lighting", "", "142"); addOption("142", "Select an item", "", 1); //HEADER OPTION addList("142", "LED Lighting", "143", "143"); addList("50", "Performance Accessories", "", "140"); addOption("140", "Select an item", "", 1); //HEADER OPTION addList("140", "Programmers", "141", "141"); addList("0", "Styling", "", "1"); addOption("1", "Select an item", "", 1); //HEADER OPTION addList("1", "Interior", "", "4"); addOption("4", "Select an item", "", 1); //HEADER OPTION addList("4", "Seat Belts & Accessories", "42", "42");