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");

//************************ Level 1 *********************************//
addOption("First-Select", "Select an item", ""); //HEADER OPTION
addOption("First-Select", "* All Cards", "/recommended/rolodex.cfm");
addOption("First-Select", "Camera",  "?kw=camera");
addList("First-Select", "Computer", "Computer", "Computer");
addOption("First-Select", "Gaming",  "?kw=gaming");
addList("First-Select", "Internet / Cloud", "Internet / Cloud", "Internet / Cloud");
addOption("First-Select", "Local Location", "?kw=local");
addList("First-Select", "Printers", "Printers", "Printers");
addOption("First-Select", "Network Products", "?kw=network");
addOption("First-Select", "Online Shopping Malls", "?kw=mall", "Online Shopping Malls");
addOption("First-Select", "Tech Gadgets",  "?kw=tech");

//************************ End Level 1 *********************************//

//************************ Level 2 *********************************//
addOption("Computer", "Font Licenses",  "?kw=fonts")
addOption("Computer", "Hardware / Peripherals",  "?kw=hardware");  
addOption("Computer", "Mac Stores",  "?kw=mac")
addOption("Computer", "Monitors",  "?kw=monitors")
addList("Computer", "Memory", "Memory",  "Memory");
addList("Computer", "Recovery / Repair",  "Recovery / Repair", "Recovery / Repair");
addList("Computer", "PC Stores",  "PC Stores", "PC Stores");
addList("Computer", "Security",  "Security", "Security");
addOption("Computer", "Servers",  "?kw=servers")
addOption("Computer", "Serverless Options",  "?kw=Serverless");
addOption("Computer", "Software",  "?kw=software");
addOption("Computer", "Synchronization",  "?kw=Synchronization");

addOption("Internet / Cloud", "Online Backup",  "?kw=OnlineBackup");
addOption("Internet / Cloud", "Domain Names",  "?kw=Domain");
addOption("Internet / Cloud", "Email",  "?kw=Email");
addOption("Internet / Cloud", "Fax",  "?kw=Fax");
addOption("Internet / Cloud", "Internet Service Providers",  "?kw=ISP");
addOption("Internet / Cloud", "Web Hoasting",  "?kw=Web");

addOption("Printers", "Ink / Toner",  "?kw=ink");
addOption("Printers", "Store",  "?kw=printer");

//************************ End Level 2 *********************************//





//************************  Level 3 *********************************//
addOption("PC Stores", "Desktops",  "?kw=PC");
addOption("PC Stores", "Laptops / Netbooks",  "?kw=laptops")

addOption("Memory",  "RAM",  "?kw=ram");
addOption("Memory",  "Hard Drives",  "?kw=hd");
addOption("Memory",  "Flash Drives",  "?kw=flashdrive");

addOption("Recovery / Repair", "Advanced Data Recovery", "?kw=CleanroomR");
addOption("Recovery / Repair", "Boot-Up", "?kw=boot");
addOption("Recovery / Repair", "Data", "?kw=Data");
addOption("Recovery / Repair", "Disk Cloning / Imaging", "?kw=Imaging");
addOption("Recovery / Repair", "Operating System", "?kw=repairOS");

addOption("Security", "Antivirus / Antimalware", "?kw=av");
addOption("Security", "Backup", "?kw=backup");
addOption("Security", "Parental Control", "?kw=Parental");
addOption("Security", "Spam Guards", "?kw=spam");

//************************ End Level 3 *********************************//









