<!--
function getPopUp(strFileName, intWidth, intHeight) {
	featuresString = "height=" + intHeight + ",width=" + intWidth + ",resizable=yes,top=50,left=50"
	window.open(strFileName, "PopUp", featuresString);
}
//-->

<!--
function getDebugPopUp(strFileName, intWidth, intHeight) {
	featuresString = "height=" + intHeight + ",width=" + intWidth + ",resizable=yes,top=50,left=50,status=yes"
	window.open(strFileName, "PopUp", featuresString);
}
//-->