<!--

function MM_jumpMenu(targ,selObj,restore){ //v3.0
  eval(targ+".location='"+selObj.options[selObj.selectedIndex].value+"'");
  if (restore) selObj.selectedIndex=0;
}

	<!-- Hide script from old browsers

Pix_stu_R = new Array("/acaf/images/mainpic1.jpg","/acaf/images/mainpic2.jpg","/acaf/images/mainpic3.jpg","/acaf/images/mainpic4.jpg","/acaf/images/mainpic5.jpg")
imgCt = Pix_stu_R.length 

function choosePic() {
	if (document.images) {
		randomNum = Math.floor((Math.random() * imgCt))
		document.mainpic.src = Pix_stu_R[randomNum]
	}
			
}


-->