//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");
	}

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

function popchart()
	{
	winLoc = "/satphone_comparison.htm";
	newwindow = window.open(winLoc, "popchart", "width=700,height=450");
	}
