<!--hide this script from non-javascript-enabled browsers

if (document.images) {       //if image object is available     
img1on = new Image();		// MouseOver Images
img1on.src = "images/ma_overview2.jpg"; 
img2on = new Image();
img2on.src = "images/ma_major2.jpg";  
img3on = new Image();
img3on.src = "images/ma_faculty2.jpg";
img4on = new Image();
img4on.src = "images/ma_facility2.jpg";
img5on = new Image();
img5on.src = "images/ma_events2.jpg";


img1off = new Image();		  	// MouseOut Images
img1off.src = "images/ma_overview.jpg"; 
img2off = new Image();          
img2off.src = "images/ma_major.jpg";
img3off = new Image();
img3off.src = "images/ma_faculty.jpg";
img4off = new Image();
img4off.src = "images/ma_facility.jpg";
img5off = new Image();
img5off.src = "images/ma_events.jpg";

}

function imgOn(imgName) {        if (document.images) {
            document[imgName].src = eval(imgName + "on.src");
        }}
			
function imgOff(imgName) {        if (document.images) {
            document[imgName].src = eval(imgName + "off.src");
        }}

function PopWindow(mypage, myname, w, h, scroll, resize) {
var winl = (screen.width - w) / 2;
var wint = (screen.height - h) / 2;
winprops = 'height='+h+',width='+w+',top='+wint+',left='+winl+',scrollbars='+scroll+',resizable'
win = window.open(mypage, myname, winprops)
if (parseInt(navigator.appVersion) >= 4) { win.window.focus(); }
}	

var win;
function CloseChildWindows()
{
    if (win && !(win.closed))
        win.close();
}	
					

function MM_reloadPage(init) {  //reloads the window if Nav4 resized
  if (init==true) with (navigator) {if ((appName=="Netscape")&&(parseInt(appVersion)==4)) {
    document.MM_pgW=innerWidth; document.MM_pgH=innerHeight; onresize=MM_reloadPage; }}
  else if (innerWidth!=document.MM_pgW || innerHeight!=document.MM_pgH) location.reload();
}
MM_reloadPage(true);

// stop hiding -->