<!--

function newWindow (htmFile, winName,w,h) {

var options="menubar=no,width="+w+",height="+h;

msgWindow = window.open(htmFile, winName, "menubar=no,width="+w+",height="+h+",resizable=no,scrollbars=no,screenX=500,screenY=100");

}

//-->
