function MM_jumpMenu(targ,selObj,restore)
{ //v3.0
    var jump=(selObj.options[selObj.selectedIndex].value)
    if (jump == "http://webstg.devry.edu/locations/campuses/loc_ftwashingtoncampus_map.jsp") 
    {
      window1=window.open('http://webstg.devry.edu/locations/campuses/loc_ftwashingtoncampus_map.jsp')
    }
    if (jump == "http://www.devry.edu./calendar.html") 
    {
      window1=window.open('http://www.devry.edu./calendar.html')
    }
    if ((jump != "http://webstg.devry.edu/locations/campuses/loc_ftwashingtoncampus_map.jsp") && (jump != "http://www.devry.edu./calendar.html")) 
    {
      eval(targ+".location='"+selObj.options[selObj.selectedIndex].value+"'");
      if (restore) selObj.selectedIndex=0;
    }
}