<!--
function popup (OpenURL, strHt, strWd) {
	window.open(OpenURL,'','location=no,toolbar=yes,scrollbars=yes,directories=yes,resizable=yes,menubar=yes,status=no,height=' + strHt + ',width=' + strWd + ',copyhistory=no');
}
//-->