<!--
function popupremotewindow(strURL, strName, strProp) {
	window.open(strURL, strName, strProp);
}

//-->
