function pollSubPop (earl, name, widgets, specialsURL) 
{
	var url = earl;
	popupWin = window.open(url, name, widgets);
	popupWin.opener.top.name = "opener";
	popupWin.focus();
}