//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 MENU LISTS/////

addListGroup("chainedmenu", "First-Select");

addOption("First-Select", "Select an item", "", 1); //HEADER OPTION
addList("First-Select", "General Inquiry", "", "General");
addList("First-Select", "Support Request", "", "Support");
addList("First-Select", "Comments", "", "Comments");

addOption("General", "Select an item", "", 1); //HEADER OPTION
addList("General", "Business Solutions", "", "General-Buisness");
addList("General", "Residential Solutions", "", "General-Residential"); //END OF THIS NODE

addOption("General-Buisness", "Select an item", "", 1); //HEADER OPTION
addOption("General-Buisness", "SOS Comprehensive", "General Inquiry --> Business Solutions --> SOS Comprehensive");
addOption("General-Buisness", "Remote", "General Inquiry --> Business Solutions --> Remote");
addOption("General-Buisness", "Customized", "General Inquiry --> Business Solutions --> Customized");
addOption("General-Buisness", "Hourly", "General Inquiry --> Business Solutions --> Hourly");
addOption("General-Buisness", "Optional Solutions", "General Inquiry --> Business Solutions --> Optional Solutions");
addOption("General-Buisness", "Project Management Services", "General Inquiry --> Business Solutions --> Project Management Services");
addOption("General-Buisness", "Referral Program", "General Inquiry --> Business Solutions --> Referral Program");

addOption("General-Residential", "Select an item", "", 1); //HEADER OPTION
addOption("General-Residential", "Onsite/Hourly", "General Inquiry --> Residential Solutions --> Onsite/Hourly");
addOption("General-Residential", "Remote", "General Inquiry --> Residential Solutions --> Remote");
addOption("General-Residential", "Training", "General Inquiry --> Residential Solutions --> Training");
addOption("General-Residential", "Consultation", "General Inquiry --> Residential Solutions --> Consultation");

addOption("Support", "Select an item", "", 1); //HEADER OPTION
addList("Support", "Hardware", "", "Support-Hardware");
addList("Support", "Operating Systems", "", "Support-Operating");
addList("Support", "Software", "", "Support-Software");
addList("Support", "Networking", "", "Support-Networking");
addList("Support", "How To/Instructional", "", "Support-How");
addList("Support", "Consultation/Training", "", "Support-Consultation");
addList("Support", "Other", "", "Support-Other");

addOption("Support-Hardware", "Select an item", "", 1); //HEADER OPTION
addOption("Support-Hardware", "Desktop", "Support Request --> Harware --> Desktop");
addOption("Support-Hardware", "Laptop", "Support Request --> Harware --> Laptop");
addOption("Support-Hardware", "Monitor", "Support Request --> Harware --> Monitor");
addOption("Support-Hardware", "Printer/Fax/Scanner", "Support Request --> Harware --> Printer/Fax/Scanner");
addOption("Support-Hardware", "Network Device", "Support Request --> Harware --> Network Device");
addOption("Support-Hardware", "Peripheral Device", "Support Request --> Harware --> Peripheral Device");
addOption("Support-Hardware", "Other", "Support Request --> Harware --> Other");

addOption("Support-Operating", "Select an item", "", 1); //HEADER OPTION
addOption("Support-Operating", "Windows", "Support Request --> Operating Systems --> Windows");
addOption("Support-Operating", "Mac OS", "Support Request --> Operating Systems --> Mac OS");
addOption("Support-Operating", "Linux", "Support Request --> Operating Systems --> Linux");

addOption("Support-Software", "Select an item", "", 1); //HEADER OPTION
addOption("Support-Software", "MS Office/Works", "Support Request --> Software --> MS Office/Works");
addOption("Support-Software", "Mac", "Support Request --> Software --> Mac");
addOption("Support-Software", "Web Browser", "Support Request --> Software --> Web Browser");
addOption("Support-Software", "Other", "Support Request --> Software --> Other");

addOption("Support-Networking", "Select an item", "", 1); //HEADER OPTION
addOption("Support-Networking", "Connectivity", "Support Request --> Networking --> Connectivity");
addOption("Support-Networking", "Service Degradation", "Support Request --> Networking --> Service Degradation");
addOption("Support-Networking", "Setup", "Support Request --> Networking --> Setup");
addOption("Support-Networking", "Wireless", "Support Request --> Networking --> Wireless");
addOption("Support-Networking", "Other", "Support Request --> Networking --> Other");

addOption("Support-How", "Select an item", "", 1); //HEADER OPTION
addOption("Support-How", "Hardware", "Support Request --> How To/Instructional --> Hardware");
addOption("Support-How", "Software", "Support Request --> How To/Instructional --> Software");
addOption("Support-How", "PC Setup", "Support Request --> How To/Instructional --> PC Setup");
addOption("Support-How", "Peripheral Devices", "Support Request --> How To/Instructional --> Peripheral Devices");
addOption("Support-How", "Blackberry", "Support Request --> How To/Instructional --> Blackberry");
addOption("Support-How", "I-POD/I-Phone", "Support Request --> How To/Instructional --> I-POD/I-Phone");
addOption("Support-How", "Gaming Stations", "Support Request --> How To/Instructional --> Gaming Stations");
addOption("Support-How", "Printers/Fax Machines", "Support Request --> How To/Instructional --> Printers/Fax Machines");
addOption("Support-How", "Cell Phones", "Support Request --> How To/Instructional --> Cell Phones");
addOption("Support-How", "Other", "Support Request --> How To/Instructional --> Other");

addOption("Support-Consultation", "Select an item", "", 1); //HEADER OPTION
addOption("Support-Consultation", "Hardware/Software Purchasing", "Support Request --> Consultation/Training --> Hardware/Software Purchasing");
addOption("Support-Consultation", "Project Management", "Support Request --> Consultation/Training --> Project Management");

addOption("Support-Other", "Select an item", "", 1); //HEADER OPTION
addOption("Support-Other", "Other", "Support Request --> Other");

addOption("Comments", "Select an item", "", 1); //HEADER OPTION
addList("Comments", "General", "", "Comments-General");
addList("Comments", "Services", "", "Comments-Services");

addOption("Comments-General", "Select an item", "", 1); //HEADER OPTION
addOption("Comments-General", "", "Comments --> General");

addOption("Comments-Services", "Select an item", "", 1); //HEADER OPTION
addOption("Comments-Services", "", "Comments --> Services");