document.write(""); function openchat(url) { chat=window.open(url,"","width=485,height=435,resizable=0,toolbar=no, menubar=no, scrollbars=no, resizable=no, location=no, status=no,fullscreen=no"); } function poptastic(url){ newwindow=window.open(url,'netsun_talk','height=500,width=280,right=20,top=20,toolbar=no,menubar=no,directories=no,location=no,scrollbars=no,status=no,resizable=no,fullscreen=no'); if (window.focus) {newwindow.focus()} }