function openInNewWindow(url){ open(url,"",""); } function popup(url){ open(url,"Statist","width=300,height=350,scrollbars,resizable").focus(); }