\n'); } function openPDF(path) { if ( navigator.appVersion.indexOf("Windows") != -1 ) { //window.open(path, "","width='100%',height='100%',menubar=yes,scrollbars=no,resizable=yes,status=no"); var myWin = window.open(path, "","width='100%',height='100%',menubar=yes,scrollbars=no,resizable=yes,status=no"); myWin.moveTo(0,0); myWin.resizeTo(screen.availWidth,screen.availHeight); } else if ( navigator.appVersion.indexOf("Macintosh") != -1 ) { window.location.replace(path, "","width='100%',height='100%',menubar=yes,scrollbars=no,resizable=yes,status=no"); } else { window.open(path, "","width='100%',height='100%',menubar=yes,scrollbars=no,resizable=yes,status=no"); } } ///////////////////////// /*function closeMe(){ if (navigator.userAgent.indexOf("Firefox")!=-1){ netscape.security.PrivilegeManager.enablePrivilege("UniversalBrowserWrite"); window.opener=self; window.close(); } if (navigator.userAgent.indexOf("MSIE")!=-1){ window.opener=self; window.close(); } }*/ /////////////////////////// //-->