function goto_page() {
    if (document.menuform.elements[0].selectedIndex == 0)
  window.parent.self.status=" Select Class Year";
    else if (document.menuform.elements[0].selectedIndex == 1)
  window.parent.self.status=" Select Class Year";
    else if (document.menuform.elements[0].selectedIndex == 2)
  window.open("http://stlawu.edu/career/whatshappening/index.php?classyear=2009", target="MainFrame")
    else if (document.menuform.elements[0].selectedIndex == 3)
  window.open("http://stlawu.edu/career/whatshappening/index.php?classyear=2008", target="MainFrame");
 }