<!--
function newWindow (htmFile, winName,w,h) {
var options="menubar=yes,width="+w+",height="+h;
msgWindow = window.open(htmFile, winName, "menubar=no,width="+w+",height="+h+",resizable=no,scrollbars=no,screenX=100,screenY=100");
}
//-->