//contact popup window

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

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