<!--
function popUp(strURL,strType,strHeight,strWidth) {
var strOptions="";
if (strType=="console") {strOptions="status=no,location=no,scrollbars=yes,resizable=no,width="+strWidth+",height="+strHeight+""}
window.open(strURL, 'newWin', strOptions);
}
//-->