/*--------------------------------------------------------
   ECP schools JS
   August 2003
   eric williams
---------------------------------------------------------*/


function rollOn(myId, newImg){
	//newImg = "/images/"+newImg;
	//document.getElementById(myId).src = newImg;
}

function popup(url,width,height) {
	var properties = "toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=yes,resizable=yes,width=" + width + ",height=" + height;
	var myPopup = window.open(url, "myPopup", properties);
	myPopup.focus();
}

function resizeIt() {
	//theHeight = 540;
	//if (document.getElementById("leftSide").style.height < theHeight){
	//	newHeight = theHeight +"px";
 	//	document.getElementById("leftSide").style.height = newHeight;
 //	}
}