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", "Start");

addOption("Start", "Home", "index2.htm", 1); //HEADER OPTION
addList("Start", "About Us", "", "About"); 
addList("Start", "Programs and Services", "", "Programs");
addList("Start", "Partners and Supporters", "", "Partners");
addOption("Start", "Planned Giving", "http://optimist.giftlegacy.com");
addList("Start", "Donations", "", "Donations");

addOption("About", "Home", "about/index.htm", 1); //HEADER OPTION
addOption("About", "History and Mission", "about/history.htm");
addOption("About", "Financial Information", "about/financial.htm");
addOption("About", "Board of Directors", "about/board.htm");
addOption("About", "Planned Giving Committee", "about/Planned_Giving_Committee.html");
addOption("About", "Women's Philanthropy", "about/Women's_Philanthropy_Council.html"); 
addOption("About", "Staff Directory", "about/staff.htm"); //END OF THIS NODE

addOption("Programs", "Home", "programs/index.htm", 1); //HEADER OPTION
addOption("Programs", "Club Fund Raising", "programs/clubfund.htm");
addOption("Programs", "Funds and Campaigns", "programs/fundcamp.htm");
addOption("Programs", "Club Grant Program", "programs/clubfund.htm#grant");
addOption("Programs", "DFR/CFR Services", "programs/reps.htm"); //END OF THIS NODE

addOption("Partners", "Home", "partners/index.htm", 1); //HEADER OPTION
addOption("Partners", "Corporate Donors", "partners/corporate.htm");
addOption("Partners", "William H. Harrison Society", "partners/harrison.htm");
addOption("Partners", "Individual Donors", "partners/individual.htm"); 
addOption("Partners", "Christian D. Larson Partners", "partners/larson.htm"); //END OF THIS NODE

AddOption("Donations", "Home", "donate/index.htm", 1); //HEADER OPTION
addOption("Donations", "Donate Online", "donorlink.htm");
addOption("Donations", "Donate by Mail", "donate/index.htm#mail");
addOption("Donations", "Corporate Donations", "partners/corporate.htm"); //END OF THIS NODE 
