//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 Technology", "", 1); //HEADER OPTION
addList("First-Select", "Embedded Flash Storage", "", "Webmaster");
addList("First-Select", "Industrial DRAM Module", "", "News");
addList("First-Select", "Consumer Flash Storage", "", "Cars");

addOption("Webmaster", "Select an Interface", "", 1); //HEADER OPTION
addOption("Webmaster", "SATA SSD", "flashstorage.jsp#ssd");
addOption("Webmaster", "ATA SSD", "flashstorage.jsp#ssd");
addOption("Webmaster", "IDE 40/44pin(D.O.M.)", "flashstorage.jsp#EDC");
addOption("Webmaster", "Compact Flash (CF)", "flashstorage.jsp#icf");
addOption("Webmaster", "USB 10pin(Female)", ""); //END OF THIS NODE

addOption("News", "Select an Application", "", 1); //HEADER OPTION
addList("News", "Embedded Motherboard", "", "News-General");
addList("News", "Wide Temp.", "", "wide");
addList("News", "Low Profile (VLP)", "", "Low-Pro");
addList("News", "Server/Work Station", "", "server");
addList("News", "Printer", "", "print");
addList("News", "Over Clocking", "", "other");

addOption("News-General", "Select an Interface ", "", 1); //HEADER OPTION
addOption("News-General", "SDRAM", "productionn.jsp?flashid=58");
addOption("News-General", "DDR", "productionn.jsp?flashid=57");
addOption("News-General", "DDR2", "productionn.jsp?flashid=56");
addOption("News-General", "DDR3", "productionn.jsp?flashid=55");

addOption("wide", "Select an Interface ", "", 1); //HEADER OPTION
addOption("wide", "SDRAM", "productionn.jsp?flashid=61");
addOption("wide", "DDR", "productionn.jsp?flashid=60");
addOption("wide", "DDR2", "productionn.jsp?flashid=59");

addOption("Low-Pro", "Select an Interface ", "", 1); //HEADER OPTION
addOption("Low-Pro", "SDRAM", "productionn.jsp?flashid=75");
addOption("Low-Pro", "DDR", "productionn.jsp?flashid=72");
addOption("Low-Pro", "DDR2", "productionn.jsp?flashid=71");

addOption("server", "Select an Interface ", "", 1); //HEADER OPTION
addOption("server", "SDRAM", "dram-module.jsp#server");
addOption("server", "DDR", "dram-module.jsp#server");
addOption("server", "DDR2", "dram-module.jsp#server");

addOption("print", "Select an Interface ", "", 1); //HEADER OPTION
addOption("print", "SDRAM", "productionn.jsp?flashid=50");
addOption("print", "DDR", "productionn.jsp?flashid=51");

addOption("other", "Select an Interface ", "", 1); //HEADER OPTION
addOption("other", "DDR2", "productionn.jsp?flashid=68");
addOption("other", "DDR3", "productionn.jsp?flashid=69");


addOption("Cars", "Select a Product", "", 1); //HEADER OPTION
addOption("Cars", "Nano USB Flash Disk", "productionnn.jsp?flashid=88");
addOption("Cars", "USB Flash Disk", "productionnn.jsp?flashid=35");
