var no_open=0; var ie = (document.all) ? 1 : 0; function openWindow(url, name, width, height) { if (no_open == 1) return false; var str = "height=" + height + ",innerHeight=" + height; str += ",width=" + width + ",innerWidth=" + width; if (window.screen) { var ah = screen.availHeight - 30; var aw = screen.availWidth - 10; var xc = (aw - width) / 2; var yc = (ah - height) / 2; str += ",left=" + xc + ",screenX=" + xc; str += ",top=" + yc + ",screenY=" + yc; } window.open(url, name, str); return false; } function subscribeform() { return openWindow('http://www.wealth-center.com/simpleproducts/formhandler/freemembershipform.html','form',440,300); } function addbookmark(url,title) { if (!url) url = "http://www.wealth-center.com/"; if (!title) title = "Wealth-Center.com"; if (ie) window.external.AddFavorite(url,title); } function swap(img1,img2) { image1 = new Image(); image1.src = "clickbutton_1.gif"; image2 = new Image(); image2.src = "clickbutton_2.gif"; if (document.images) { document.images[img1].src = img2.src; } }