function MM_jumpMenu(targ,selObj,restore)
{ //v3.0
    var jump=(selObj.options[selObj.selectedIndex].value)
    if (jump == "http://www.devrywh.bkstr.com/") 
    {
      window1=window.open('http://www.devrywh.bkstr.com/')
    }
    if (jump == "http://www.devry.edu/locations/campuses/loc_shermanoakscampus_map.jsp") 
    {
      window1=window.open('http://www.devry.edu/locations/campuses/loc_shermanoakscampus_map.jsp')
    }
    if (jump == "http://www.devry.edu/programs/academic_calendar.html") 
    {
      window1=window.open('http://www.devry.edu/programs/academic_calendar.html')
    }
    if (jump == "http://www.pom.devry.edu/support/wh.htm") 
    {
      window1=window.open('http://www.pom.devry.edu/support/wh.htm')
    }
    if ((jump != "http://www.devrywh.bkstr.com/") && (jump != "http://www.devry.edu/locations/campuses/loc_shermanoakscampus_map.jsp") && (jump != "http://www.devry.edu/programs/academic_calendar.html") && (jump != "http://www.pom.devry.edu/support/wh.htm")) 
    {
      eval(targ+".location='"+selObj.options[selObj.selectedIndex].value+"'");
      if (restore) selObj.selectedIndex=0;
    }
}