function popWindow_hp(theURL,vars,winName,htmlName,features)
{
	eval(winName+"=window.open('"+theURL+'?'+vars+"','"+htmlName+"','"+features+"')");
	if (window.focus) val(winName + ".focus()");
}