// JavaScript Document
		function openRecMsg(){
			mywin=window.open("RecMsg/recMes1.html","Rector&rsquo;s Message","width=600,height=500,scrollbars=1,directories=0,status=0,toolbar=0,location=1");
			mywin.moveTo(280,120);
		}
