function openWindow2(url, wname, width, height) { var w = (screen.width/2) - (width / 2); var h = (screen.height / 2) - (height / 2); var popup_height=screen.height; popup_height=popup_height-100; var win = window.open(url, wname, "width=" + width + ", height=" + popup_height + ", left = " + w + ", top = " + 0 + ", location = 0, status = 1, resizable = 1, scrollbars=1, toolbar = 0"); if(win == null) { window.alert("Enable popups in order to see certification for this site."); } if(window.focus) { win.focus(); } return false; } document.write('
![]() |