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

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

addOption("First-Select", "Select an item", "", 1); //HEADER OPTION
addList("First-Select", "Motherboard", "", "Motherboard");
addList("First-Select", "Video Card", "", "VC");
addList("First-Select", "Sound Card", "", "SC");

addOption("Motherboard", "Select an item", "", 1); //HEADER OPTION
addOption("Motherboard", "Nvidia Nforce Series", "http://www.nvidia.com/content/drivers/drivers.asp");
addOption("Motherboard", "Intel Chipsets", "http://support.intel.com/support/chipsets/inf");
addOption("Motherboard", "VIA Chipsets", "http://www.viaarena.com/?PageID=2"); //END OF THIS NODE


addOption("VC", "Select an item", "", 1); //HEADER OPTION
addOption("VC", "ATI Chipsets", "http://www.ati.com/support/driver.html");
addOption("VC", "Nvidia Chipsets", "http://www.nvidia.com/content/drivers/drivers.asp");
addOption("VC", "Alternate Drivers (Omega)", "http://www.omegadrivers.net");

addOption("SC", "Select an item", "", 1); //HEADER OPTION
addOption("SC", "Creative Labs", "http://us.creative.com/support/downloads");



