function popup( url, name, width, height ) { var w = window.open( url, name, 'scrollbars=1,height='+height+',width='+width+',resizable=1,location=no,menubar=no,personalbar=no,status=no,titlebar=no,toolbar=no' ); if ( window.focus ) { w.focus(); } return false; }