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...", "", 1); //HEADER OPTION
addOption("First-Select", "Alumni Association", "Alumni Association");
addList("First-Select", "Athletics", "Athletics:", "Athletics");
addOption("First-Select", "Art Gallery", "Art Gallery");
addOption("First-Select", "Beier Auditorium", "Beier Auditorium");
addOption("First-Select", "Bulldog Booster Club", "Bulldog Booster Club");
addOption("First-Select", "Faculty Development", "Faculty Development");
addList("First-Select", "Scholarships", "Scholarships:", "Scholarships");
addOption("First-Select", "The Greatest Need", "The Greatest Need");

addOption("Scholarships", "Select...", "", 1); //HEADER OPTION
addOption("Scholarships", "General Fund", "General Fund");
addOption("Scholarships", "Zac Marold Memorial", "Zac Marold Memorial");
addOption("Scholarships", "Michael Guelff Scholarship", "Michael Scholarship");

//END OF THIS NODE

addOption("Athletics", "Select...", "", 1); //HEADER OPTION
addOption("Athletics", "General Fund", "General Fund");
addOption("Athletics", "Volleyball", "Volleyball");
addOption("Athletics", "Women's Basketball", "Women's Basketball");
addOption("Athletics", "Men's Basketball", "Men's Basketball");
addOption("Athletics", "Football", "Football");
addOption("Athletics", "Rodeo", "Rodeo");
addOption("Athletics", "Golf", "Golf");
addOption("Athletics", "Equestrian", "Equestrian");
