//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", "Please Select", "", 1); //HEADER OPTION
addList("First-Select", "Formal Education", "", "fe");
addList("First-Select", "Professional Education", "", "pe");
addList("First-Select", "Management Education", "", "me");
addList("First-Select", "Urban & Rural Development", "", "urd");
addList("First-Select", "Social Service Institutes", "", "ssi");
addList("First-Select", "Art & Culture", "", "ac");
addList("First-Select", "Publications", "", "p");
addList("First-Select", "Trusts", "", "t");
addList("First-Select", "Patronised Institutes", "", "pi");
addList("First-Select", "Co-operative Societies", "", "cs");

addOption("fe", "Select", "", 1); //HEADER OPTION
addList("fe", "School Education", "", "fe1");
addList("fe", "College Education", "", "fe2");
addList("fe", "Technical Education", "", "fe3"); 
addList("fe", "Medical Education", "", "fe4"); //END OF THIS NODE

addOption("fe1", "Select", "", 1); //HEADER OPTION
addList("fe1", "Creches", "", "#");
addList("fe1", "Nursery Schools", "", "#");
addList("fe1", "Primary School", "", "#");
addList("fe1", "High School", "", "#");
addList("fe1", "JSS Public Schools", "", "#");
addList("fe1", "Sanskrit Patashalas","",  "#");
addList("fe1", "Veda Agama & Jyothishya Patashalas", "", "#");


addOption("fe2", "Select", "", 1); //HEADER OPTION
addList("fe2", "Pre-University Colleges", "", "#");
addList("fe2", "Degree Colleges", "", "#");

addOption("fe3", "Select", "", 1); //HEADER OPTION
addList("fe3", "Colleges", "", "#");
addList("fe3", "Polytechnics", "", "#");
addList("fe3", "Industrial Training Centers", "", "#");
addList("fe3", "International Institutions", "", "#");

addOption("fe4", "Select", "", 1); //HEADER OPTION
addList("fe4", "Medical/Dental/Ayurvedic", "", "#");
addList("fe4", "Pharmacy","",  "#");
addList("fe4", "Nursing", "", "#");
addList("fe4", "Speech & Hearing","",  "#");
addList("fe4", "Naturopathy & Physiotherapy", "", "#");