\n'); } function fullScreenPopup(url) { width = screen.width - 12; height = screen.height - (2*32); if(navigator.appVersion.indexOf("Mac") != -1) height -= 5; if(navigator.appVersion.indexOf("Mac") != -1 && document.all){ if(screen.width == 1280 && screen.height == 1024) height +=12; if(screen.width == 1024 && screen.height == 768) height +=55; } str = "width=" + width + ",height=" + height + ",toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=no,resizable=no,copyhistory=no"; var popupwin = window.open(url,"popupwin",str); popupwin.focus(); } //-->