//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 an item", "", 1); //HEADER OPTION
addList("First-Select", "Antivirus", "", "Antivirus");
addList("First-Select", "Computers", "", "Computers");
addList("First-Select", "Data Security", "", "Data Security");
addList("First-Select", "Hard Drives", "", "Hard Drives");
addList("First-Select", 'Memory "RAM" ', "", 'Memory "RAM" ');
addList("First-Select", "Network Products", "", "Network Products");
addList("First-Select", "Online Stores", "", "Online Stores");
addList("First-Select", "Printers and Printer Supplies", "", "Printers and Printer Supplies");
addList("First-Select", "Productivity", "", "Productivity");
addList("First-Select", "Videocards", "", "Videocards");

addOption("Antivirus", "Select an item", "", 1); //HEADER OPTION
addOption("Antivirus", "ESET", "javascript:featuredcontentglider.glide(glidersettings, 5)");
addOption("Antivirus", "Kaspersky Lab", "javascript:featuredcontentglider.glide(glidersettings, 10)");

addOption("Computers", "Select an item", "", 1); //HEADER OPTION
addOption("Computers", "Geeks.com", "javascript:featuredcontentglider.glide(glidersettings, 2)");
addOption("Computers", "Hewlett-Packard Company", "javascript:featuredcontentglider.glide(glidersettings, 9)");
addOption("Computers", "Staples", "javascript:featuredcontentglider.glide(glidersettings, 21)");


addOption("Data Security", "Select an item", "", 1); //HEADER OPTION
addList("Data Security", "Backup Products", "", "Backup Products"); 
addList("Data Security", "Data Recovery", "", "Data Recovery");

addOption("Backup Products", "Select an item", "", 1); //HEADER OPTION
addOption("Backup Products", "MOZY Remote Backup", "javascript:featuredcontentglider.glide(glidersettings, 11)");
addOption("Backup Products", "Paragon Software Group", "javascript:featuredcontentglider.glide(glidersettings, 14)");
addOption("Backup Products", "PC Tools", "javascript:featuredcontentglider.glide(glidersettings, 16)");
addOption("Backup Products", "Spotmau", "javascript:featuredcontentglider.glide(glidersettings, 20)");

addOption("Data Recovery", "Select an item", "", 1); //HEADER OPTION
addOption("Data Recovery", "Ontrack Data Recovery", "javascript:featuredcontentglider.glide(glidersettings, 13)");
addOption("Data Recovery", "Paragon Software Group", "javascript:featuredcontentglider.glide(glidersettings, 14)");
addOption("Data Recovery", "PC Tools", "javascript:featuredcontentglider.glide(glidersettings, 16)");
addOption("Data Recovery", "Spotmau", "javascript:featuredcontentglider.glide(glidersettings, 20)");

addOption("Hard Drives", "Select an item", "", 1); //HEADER OPTION
addOption("Hard Drives", "Buy.com", "javascript:featuredcontentglider.glide(glidersettings, 1)");
addOption("Hard Drives", "Newegg.com", "javascript:featuredcontentglider.glide(glidersettings, 12)");
addOption("Hard Drives", "Staples", "javascript:featuredcontentglider.glide(glidersettings, 21)");
addOption("Hard Drives", "Compuvest", "javascript:featuredcontentglider.glide(glidersettings, 3)");
 
addOption('Memory "RAM" ', "Select an item", "", 1); //HEADER OPTION
addOption('Memory "RAM" ', "Crucial Technology", "javascript:featuredcontentglider.glide(glidersettings, 4)");

addOption("Network Products", "Select an item", "", 1); //HEADER OPTION
addList("Network Products", "Routers", "", "Routers"); 
addList("Network Products", "Switches", "", "Switches");
addList("Network Products", "Modems", "", "Modems");

addOption("Online Stores", "Select an item", "", 1); //HEADER OPTION
addOption("Online Stores", "Buy.com", "javascript:featuredcontentglider.glide(glidersettings, 1)");
addOption("Online Stores", "Geeks.com", "javascript:featuredcontentglider.glide(glidersettings, 2)");
addOption("Online Stores", "Compuvest", "javascript:featuredcontentglider.glide(glidersettings, 3)");
addOption("Online Stores", "Newegg.com", "javascript:featuredcontentglider.glide(glidersettings, 12)");
addOption("Online Stores", "PC Mall", "javascript:featuredcontentglider.glide(glidersettings, 15)");
addOption("Online Stores", "SHOP.com", "javascript:featuredcontentglider.glide(glidersettings, 18)");
addOption("Online Stores", "Shoplet.com", "javascript:featuredcontentglider.glide(glidersettings, 19)");
addOption("Online Stores", "Staples", "javascript:featuredcontentglider.glide(glidersettings, 21)");

addOption("Printers and Printer Supplies", "Select an item", "", 1); //HEADER OPTION
addList("Printers and Printer Supplies", "Printers", "", "Printers");
addList("Printers and Printer Supplies", "Toner and Ink Cartridges", "", "Toner and Ink Cartridges");

addOption("Printers", "Select an item", "", 1); //HEADER OPTION
addOption("Printers", "Hewlett-Packard Company", "javascript:featuredcontentglider.glide(glidersettings, 9)");
addOption("Printers", "Staples", "javascript:featuredcontentglider.glide(glidersettings, 21)");

addOption("Toner and Ink Cartridges", "Select an item", "", 1); //HEADER OPTION
addOption("Toner and Ink Cartridges", "Buy.com", "javascript:featuredcontentglider.glide(glidersettings, 1)");
addOption("Toner and Ink Cartridges", "Newegg.com", "javascript:featuredcontentglider.glide(glidersettings, 12)");

addOption("Productivity", "Select an item", "", 1); //HEADER OPTION
addOption("Productivity", "Fonts.com" , "javascript:featuredcontentglider.glide(glidersettings, 6)");
addOption("Productivity", "4Team", "javascript:featuredcontentglider.glide(glidersettings, 7)");
addOption("Productivity", "GoDaddy.com", "javascript:featuredcontentglider.glide(glidersettings, 8)");
addOption("Productivity", "PowerSquid.com", "javascript:featuredcontentglider.glide(glidersettings, 17)");

addOption("Videocards", "Select an item", "", 1); //HEADER OPTION
addOption("Videocards", "Newegg.com", "javascript:featuredcontentglider.glide(glidersettings, 12)");
addOption("Videocards", "ZipZoomfly,com", "javascript:featuredcontentglider.glide(glidersettings, 22)");







