function swapImage(oldImage, newImage) { var oldImage = document.getElementById(oldImage).src = 'images/'+newImage; }
function privacy() {
	window.open("privacy.html",null, "height=650, width=450,status=no,toolbar=no,menubar=no,location=no, scrollbars=yes");
}
