function openWindow(url, wname, width, height) { var w = (screen.width / 2) - (width / 2); var h = (screen.height / 2) - (height / 2); var win = window.open(url, wname, "width=" + width + ", height=" + height + ", left = " + w + ", top = " + h + ", location = 0, status = 1, resizable = 0, scrollbars=0, 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('
Certified By FederalBusinessReview.org
');