//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 a Catogery", "", 1); //HEADER OPTION
addList("First-Select", "CTR Series", "", "Webmaster");
addList("First-Select", "LCD Series", "", "News");
addList("First-Select", "Internal TV Card Series", "", "Cars");
addList("First-Select", "CRT USB Series", "", "Cars2");
addList("First-Select", "PC to TV Converter", "", "Cars3");
addList("First-Select", "USB TV Series", "", "Cars4");
addList("First-Select", "Digital Photo Frame Series", "", "Cars5");
addList("First-Select", "LCD Vehicle TV Series", "", "Cars6");
addList("First-Select", "Gadmei Media Player", "", "Cars7");
addList("First-Select", "Video Box", "", "Cars8");
addList("First-Select", "Gadmei Digital Speakers", "", "Cars9");

addOption("Webmaster", "Select a Model", "", 1); //HEADER OPTION
addOption("Webmaster", "TV 3820 E", "search.php?m=TV 3820 E&img=3820e&url=3820e#stop");
addOption("Webmaster", "TV 3850 E", "search.php?m=TV 3850 E&img=3850e&url=3820e#stop");
addOption("Webmaster", "TV 3488 B", "search.php?m=TV 3488 E&img=3488b&url=3820e#stop"); 
addOption("Webmaster", "TV 3810 E", "search.php?m=TV 3810 E&img=3810e&url=3820e#stop"); 
addOption("Webmaster", "TV 3830 E", "search.php?m=TV 3830 E&img=3830e&url=3820e#stop"); //END OF THIS NODE

addOption("News", "Select a Model", "", 1); //HEADER OPTION
addOption("News", "TV 5803 E ", "search.php?m=TV 5803 E &img=5803e&url=5803e#stop");
addOption("News", "TV 5830 E ", "search.php?m=TV 5830 E &img=5830e&url=tv5830#stop");
addOption("News", "TV 5821 E ", "search.php?m=TV 5821 E &img=5821e&url=l5821e#stop");
addOption("News", "TV 2810 E ", "search.php?m=TV 2810 E &img=2810e&url=2810e#stop");

addOption("Cars", "Select a Model", "", 1); //HEADER OPTION
addOption("Cars", "PT 208 / 218 F ", "search.php?m=PT 208 / 218 F &img=pt208&url=internal_tv#stop");
addOption("Cars", "PT 228 F ", "search.php?m=PT 228 F &img=pt228&url=internal_tv_228#stop");
addOption("Cars", "UTV258E (USB) ", "search.php?m=UTV258E (USB) &img=usb&url=internal_tv_258e#stop");

addOption("Cars2", "Select a Model", "", 1); //HEADER OPTION
addOption("Cars2", "TV 5880 E ", "search.php?m=TV 5880 E &img=5880e&url=5880e#stop");

addOption("Cars3", "Select a Model", "", 1); //HEADER OPTION
addOption("Cars3", "VC 100 ", "search.php?m=VC 100 &img=vc100&url=vc100#stop");
addOption("Cars3", "VC 101 ", "search.php?m=VC 101 &img=vc101&url=vc101#stop");
addOption("Cars3", "GM 2848 ", "search.php?m=GM 2848 &img=gm2848&url=gm2848#stop");

addOption("Cars4", "Select a Model", "", 1); //HEADER OPTION
addOption("Cars4", "UTV 330 + ", "search.php?m=UTV 330 + &img=utv330&url=utv330#stop");
addOption("Cars4", "UTV 380 ", "search.php?m=UTV 380 &img=utv380&url=380#stop");
addOption("Cars4", "UTV 332 E ", "search.php?m=UTV 332 E &img=utv332&url=332#stop");
addOption("Cars4", "UTV 302 E ", "search.php?m=UTV 302 E &img=utv302&url=utv302#stop");
addOption("Cars4", "UTV 382 F ", "search.php?m=UTV 382 F &img=utv382&url=utv382#stop");

addOption("Cars5", "Select a Model", "", 1); //HEADER OPTION
addOption("Cars5", "PF 7060 ", "search.php?m=PF 7060 &img=pf7060&url=pf7060#stop");

addOption("Cars6", "Select a Model", "", 1); //HEADER OPTION
addOption("Cars6", "PL 7006 ", "search.php?m=PL 7006 &img=pl7006&url=pl7006#stop");
addOption("Cars6", "PL 8508 ", "search.php?m=PL 8508 &img=pl8508&url=pl8508#stop");
addOption("Cars6", "PL 8036 ", "search.php?m=PL 8036 &img=pl8508&url=pl8036#stop");

addOption("Cars7", "Select a Model", "", 1); //HEADER OPTION
addOption("Cars7", "MB 700 F ", "search.php?m=MB 700 F &img=mb700f&url=mb700f#stop");

addOption("Cars8", "Select a Model", "", 1); //HEADER OPTION
addOption("Cars8", "GVB923", "search.php?m=Video Box &img=VideoBox&url=gadmei_video_box#stop");

addOption("Cars9", "Select a Model", "", 1); //HEADER OPTION
addOption("Cars9", "M20 ", "search.php?m=M20 &img=m20&url=m20#stop");
addOption("Cars9", "D10 ", "search.php?m=D10 &img=d10&url=d10#stop");
addOption("Cars9", "M10 ", "search.php?m=M10 &img=m10&url=m10#stop");
addOption("Cars9", "Kids Speakers ", "search.php?m=KIDS &img=kids&url=kids_speakers#stop");




