
function popWindow_hp(theURL,winName,htmlName,features) {
	winName=window.open(theURL,htmlName,features);
	//eval(winName+"=window.open('"+theURL+"','"+htmlName+"','"+features+"')");
	}

					