var x = new Array();
x[0] = new Image();
x[0].src = "/uploadedImages/MicroBio/splashbottom5_os.png";
x[1] = new Image();
x[1].src = "/uploadedImages/MicroBio/splashbottom5_fac.png";
x[2] = new Image();
x[2].src = "/uploadedImages/MicroBio/splashbottom5_stu.png";
x[3] = new Image();
x[3].src = "/uploadedImages/MicroBio/splashbottom5_rf.png";
x[4] = new Image();
x[4].src = "/uploadedImages/MicroBio/splashbottom5_ai.png";
x[5] = new Image();
x[5].src = "/uploadedImages/MicroBio/splashbottom5.png";
x[6] = new Image();
x[6].src = "/uploadedImages/MicroBio/splashtop_intro.png";
x[7] = new Image();
x[7].src = "/uploadedImages/MicroBio/splashtop_fac.png";
x[8] = new Image();
x[8].src = "/uploadedImages/MicroBio/splashtop_training.png";
x[9] = new Image();
x[9].src = "/uploadedImages/MicroBio/splashtop_events.png";
x[10] = new Image();
x[10].src = "/uploadedImages/MicroBio/splashtop_none.png";


function BoxHover(linknum)
{
	if (linknum<6)
{
document.images.contactboximg.src = x[linknum].src; 
}
else 
{
document.images.splashtopimg.src = x[linknum].src; 
}
}