//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 an item", "", 1); //HEADER OPTION
addList("First-Select", "PLUMBING & SANITARY WORKS", "", "PLUMBING & SANITARY WORKS");
addList("First-Select", "CIVIL WORKS", "", "CIVIL WORKS");
addList("First-Select", "FABRICATION WORKS", "", "FABRICATION WORKS");
addList("First-Select", "Project Execution", "", "ProjectExecution");
addList("First-Select", "Services (Electrical/ HVAC/ Low-voltage)", "", "Services");
addList("First-Select", "Vendor Management", "", "VendorManagement");
addList("First-Select", "Facilities Management", "", "FacilitiesManagement");
addList("First-Select", "Finance / Accounts / Administration", "", "Finance");
addList("First-Select", "Corporate Communication", "", "CorporateCommunication");
addList("First-Select", "HR", "", "HR");
addList("First-Select", "Quality Assurance", "", "QualityAssurance");
addList("First-Select", "Others", "", "Others");
addList("First-Select", "Trainees", "", "Trainees");



addOption("PLUMBING & SANITARY WORKS", "Select an item", "", 1); //HEADER OPTION
addOption("PLUMBING & SANITARY WORKS", "Fresh water & Sanitary line", " ");
addOption("PLUMBING & SANITARY WORKS", "Sanitary fixtures & accessories", " ");

addOption("CIVIL WORKS", "Select an item", "", 1); //HEADER OPTION
addOption("CIVIL WORKS", "Architect", " ");
addOption("CIVIL WORKS", "Interior designing", " ");
addOption("CIVIL WORKS", "Auto Cad operation", " ");
addOption("CIVIL WORKS", "Visualising / Graphic designing ", " ");

addOption("FABRICATION WORKS", "Select an item", " ", 1); //HEADER OPTION
addOption("FABRICATION WORKS", "Quantity Survey", " ");
addOption("FABRICATION WORKS", "Costing & Estimation", " ");
addOption("FABRICATION WORKS", "Scheduling and Coordination", " ");
addOption("FABRICATION WORKS", "Measurement and Billing", " ");

addOption("ProjectExecution", "Select an item", " ", 1); //HEADER OPTION
addOption("ProjectExecution", "Site Management", " ");
addOption("ProjectExecution", "Site Supervision", " ");

addOption("Services", "Select an item", "", 1); //HEADER OPTION
addOption("Services", "Design and Estimation", " ");
addOption("Services", "Planning", " ");
addOption("Services", "Execution", " ");

addOption("VendorManagement", "Select an item", " ", 1); //HEADER OPTION
addOption("VendorManagement", "Vendor Development", " ");
addOption("VendorManagement", "Materials / Purchase", " ");
addOption("VendorManagement", "Sub-contracting", " ");
addOption("VendorManagement", "Measurements and Bill Passing", " ");

addOption("FacilitiesManagement", "Select an item", " ", 1); //HEADER OPTION
addOption("FacilitiesManagement", "Executives", " ");
addOption("FacilitiesManagement", "Supervisors", " ");
addOption("FacilitiesManagement", "Technicians", " ");

addOption("Finance", "Select an item", " ", 1); //HEADER OPTION
addOption("Finance", "Finance and Accounts", " ");
addOption("Finance", "Administration", " ");
addOption("Finance", "Systems", " ");

addOption("CorporateCommunication", "Corporate Communication", " ", 1); //HEADER OPTION

addOption("HR", "Select an item", " ", 1); //HEADER OPTION
addOption("HR", "Executive", " ");
addOption("HR", "Manager", " ");

addOption("QualityAssurance", "Quality Assurance", " ", 1); //HEADER OPTION

addOption("Others", "Please specify in the text box below", " ", 1); //HEADER OPTION

addOption("Trainees", "Please specify in the text box below", " ", 1); //HEADER OPTION