
//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","root");

addOption("root","Select a Product Line","",1);  // HEADER OPTION
addList("root","Defense Electronics","http://www.whiteedc.com/defense.html","10");
addList("root","Electromechanical Products","http://www.whiteedc.com/mechintro.html","20");

	
		//// DEFENSE ELECTRONICS
	addOption("10","Select a Category","",1);  // HEADER OPTION
	addList("10","Memory","http://www.whiteedc.com/defense_memory.html","101");
	addList("10","Microprocessors","http://www.whiteedc.com/microprocessors.html","102");
	
				
		addOption("101","Select a Category!","",1);  // HEADER OPTION
		addOption("101","DDR3 SDRAM","http://www.whiteedc.com/electronic_contract_manufacturer/ddr3_sdram.html");
		addOption("101","DDR2 SDRAM","http://www.whiteedc.com/electronic_contract_manufacturer/ddr2_sdram.html");
		addOption("101","DDR SDRAM","http://www.whiteedc.com/electronic_contract_manufacturer/ddr_sdram.html");
		addOption("101","SDRAM","http://www.whiteedc.com/electronic_contract_manufacturer/sdram.html");
		addOption("101","SSRAM","http://www.whiteedc.com/electronic_contract_manufacturer/sram_ssram.html");
		addOption("101","SRAM","http://www.whiteedc.com/electronic_contract_manufacturer/sram_sram.html");
		addOption("101","Flash","http://www.whiteedc.com/electronic_contract_manufacturer/flash_mcp.html");
		addOption("101","EEPROM","http://www.whiteedc.com/electronic_contract_manufacturer/eeprom.html");
		addOption("101","Compact Flash Cards","http://www.whiteedc.com/electronic_contract_manufacturer/industrial_grade_cf_cards.html");
		addOption("101","Mixed Memory","http://www.whiteedc.com/electronic_contract_manufacturer/mixed_memory.html");

		addOption("102","Select a Category","",1);  // HEADER OPTION
		addOption("102","Power PC","http://www.whiteedc.com/electronic_contract_manufacturer/power_pc.html");
		addOption("102","68000 Processors","http://www.whiteedc.com/electronic_contract_manufacturer/68000_processors.html");



	

		//addList("root","Defense Micro","http://www.whiteedc.com/defense.html","20");

		addOption("20","Select Product Type","",1); //HEADER OPTION
		addOption("20","Counters & Magnetic Wheels","http://www.whiteedc.com/counters.html");
		addOption("20","Differentials","http://www.whiteedc.com/differentials.html");
		addOption("20","Dual Speed Drivers","http://www.whiteedc.com/dualspeed.html");
		addOption("20","Gear Heads & Speed Reducers","http://www.whiteedc.com/gearheads.html");
		addOption("20","Joysticks","http://www.whiteedc.com/joystick.html");





