//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", "Quick Links", "", 1); //HEADER OPTION
addList("First-Select", "Churches", "", "Churches");
addList("First-Select", "Ministries", "", "Ministries");
addList("First-Select", "People", "", "People");
addList("First-Select", "Communicate", "", "Communicate");

addOption("Churches", "Select an item", "", 1); //HEADER OPTION
addList("Churches", "Find-a-Church", "", "Find-a-Church");
addList("Churches", "Districts", "", "Districts");
addOption("Churches", "Historical Register", "http://www.iscuo.org/hr.htm"); //END OF THIS NODE

addOption("Find-a-Church", "Select an item", "", 1); //HEADER OPTION
addOption("Find-a-Church", "Text Search", "http://www.la-umc.org/???.htm");
addOption("Find-a-Church", "Zip Code Search", "http://www.la-umc.org/???.htm");
addOption("Find-a-Church", "Map Search", "http://www.la-umc.org/???.htm");
addOption("Find-a-Church", "Full Listing", "http://www.la-umc.org/???.htm");

addOption("Districts", "Select an item", "", 1); //HEADER OPTION
addOption("Districts", "Acadiana", "http://www.la-umc.org/ac/");
addOption("Districts", "Alexandria", "http://www.la-umc.org/al/");
addOption("Districts", "Baton Rouge", "http://www.la-umc.org/br/");
addOption("Districts", "Lake Charles", "http://www.la-umc.org/lc/");
addOption("Districts", "Monroe", "http://www.la-umc.org/mo/");
addOption("Districts", "New Orleans", "http://www.la-umc.org/no/");
addOption("Districts", "Shreveport", "http://www.la-umc.org/sh/");

addOption("Ministries", "Select an item", "", 1); //HEADER OPTION
addList("Ministries", "Age-Level", "", "Age-Level");
addList("Ministries", "Conference-Wide", "", "Conference-Wide");

addOption("Age-Level", "Select an item", "", 1); //HEADER OPTION
addOption("Age-Level", "Children", "http://www.la-umc.org/children/");
addOption("Age-Level", "Youth", "http://www.la-umc.org/youth/");
addOption("Age-Level", "Young Adult", "http://www.la-umc.org/youngadult/");
addOption("Age-Level", "Adult", "http://www.la-umc.org/adult/");
addOption("Age-Level", "Seniors", "http://www.la-umc.org/senior/");

addOption("Conference-Wide", "Select an item", "", 1); //HEADER OPTION
addOption("Conference-Wide", "Missions", "http://www.la-umc.org/missions/");
addOption("Conference-Wide", "UMM", "http://www.la-umc.org/umm/");
addOption("Conference-Wide", "UMW", "http://www.la-umc.org/umw/");

addOption("People", "Select an item", "", 1); //HEADER OPTION
addList("People", "Clergy", "", "Clergy");
addList("People", "Laity", "", "Laity");
addList("People", "Youth", "", "Youth");

addOption("Clergy", "Select an item", "", 1); //HEADER OPTION
addOption("Clergy", "Find-a-Pastor", "http://www.la-umc.org/???.htm");
addOption("Clergy", "Conference Office", "http://www.la-umc.org/???.htm");
addOption("Clergy", "Resources", "http://www.la-umc.org/???.htm");
addOption("Clergy", "Bishop", "http://www.la-umc.org/bishop.htm");

addOption("Laity", "Select an item", "", 1); //HEADER OPTION
addOption("Laity", "Database", "http://www.www.la-umc.org/???.htm");
addOption("Laity", "Leadership", "http://www.la-umc.org/laity/leaders.htm");

addOption("Youth", "Select an item", "", 1); //HEADER OPTION
addOption("Youth", "Calendar", "http://www.www.la-umc.org/???.htm");
addOption("Youth", "News", "http://www.la-umc.org/youth/news.htm");
addOption("Youth", "Registration", "http://www.la-umc.org/youth/reg.htm");

addOption("Communicate", "Select an item", "", 1); //HEADER OPTION
addOption("Communicate", "Blog", "http://www.la-umc.org/blog");
addOption("Communicate", "Chat", "http://www.la-umc.org/chat/"); 
addOption("Communicate", "E-Cards", "http://www.la-umc.org/ecards.htm"); 
addOption("Communicate", "Email", "http://www.la-umc.org/emails.htm"); 
addOption("Communicate", "Email Lists", "http://www.la-umc.org/lists.htm");
addOption("Communicate", "Forums", "http://www.la-umc.org/cgi-bin/discus/discus.cgi"); 
