 <!--  var    newWindow  function openWindow(ahtmlpath) {  newWindow = window.open(ahtmlpath, "mywindow", "resizable=yes,scrollbars=yes,width=470,height=554")if (navigator.appName.indexOf("Netscape") != -1) { newWindow.window.focus(); }else if (navigator.appVersion.indexOf("5") != -1) {newWindow.window.focus();} }  function DoEmail(ahtmlpath) {  newWindow = window.open(ahtmlpath, "mywindow", "resizable=yes,scrollbars=yes,width=542,height=542")if (navigator.appName.indexOf("Netscape") != -1) { newWindow.window.focus(); } }  function openChgWindow(ahtmlpath) {  chngWindow = window.open(ahtmlpath, "chngmywindow", "resizable=yes,scrollbars=yes,width=300,height=300") if (window.focus) { chngWindow.window.focus(); } }  function openSearchWindow(ahtmlpath) {  srchWindow = window.open(ahtmlpath, "srchmySearch", "resizable=yes,scrollbars=auto,width=390,height=350") if (window.focus) { srchWindow.window.focus(); } }  function openSearchTime(ahtmlpath) {  srchWindow = window.open(ahtmlpath, "srchtime", "resizable=yes,scrollbars=yes,width=510,height=480") if (window.focus) { srchWindow.window.focus(); } }  function openFilterWindow(ahtmlpath) {  filterWindow = window.open(ahtmlpath, "filterWindow", "scrollbars=yes,width=210,height=425") if (window.focus) { filterWindow.window.focus(); } }  function GetThisCalendar(selectObject) { parent.location=selectObject.options[selectObject.selectedIndex].value} // -->