function popup(mylink, windowname) { if (! window.focus)return true; var href; if (typeof(mylink) == 'string') href=mylink; else href=mylink.href; window.open(href, windowname, 'width=420,height=420,scrollbars=no'); return false; } function MM_openBrWindow(theURL,winName,features) { //v2.0 window.open(theURL,winName,features); }