addListGroup("mainmenu", "First-Select"); addList("First-Select", "All", "ALL", "ALL"); addList("First-Select", "St. Louis, MO", "STL", "STL"); addOption("ALL", "All", "all", 1) addOption("ALL", "Engineering", "e") addOption("STL", "All", "all", 1) addOption("STL", "Engineering", "e") //The following function overrides the blank one called in the onload.js script function page_function() { initListGroup("mainmenu", document.getElementById("location"), document.getElementById("department"), "cs"); }