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

if (document.images) {       //if image object is available     
img1on = new Image();		// MouseOver Images
img1on.src = "images/facil_overview2.jpg"; 
img2on = new Image();
img2on.src = "images/facil_major2.jpg";  
img3on = new Image();
img3on.src = "images/facil_faculty2.jpg";
img4on = new Image();
img4on.src = "images/facil_facility2.jpg";
img5on = new Image();
img5on.src = "images/facil_events2.jpg";


img1off = new Image();		  	// MouseOut Images
img1off.src = "images/facil_overview.jpg"; 
img2off = new Image();          
img2off.src = "images/facil_major.jpg";
img3off = new Image();
img3off.src = "images/facil_faculty.jpg";
img4off = new Image();
img4off.src = "images/facil_facility.jpg";
img5off = new Image();
img5off.src = "images/facil_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 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 -->