function openPopup(){
	var newwin = window.open("/popup.html","terms","width=400,height=550,scrollbars=yes,noResize=true");
}

function navOver(imgName, id)
{
	var theImage = document.getElementById(id);
	theImage.src = imgName;
}