//contact popup window

function popcontact()
	{
	winLoc = "/contact.htm"
	newwindow = window.open(winLoc, "popup", "width=510,height=300");
	}
