//contact popup window

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

function popwin(winLoc,w,h,name) {
  newwindow = window.open(winLoc, name, "width="+w+",height="+h);
}

function askprevious()
	{
	winLoc = "/cgi-bin/askprevious.pl"
	newwindow = window.open(winLoc, "popup", "width=510,height=400,scrollbars=yes");
	}
