var newwindow;function new_window(url){        newwindow=window.open(url,'name','height=540,width=715, scrollbars=yes, resizable=yes');        if (window.focus) {newwindow.focus()}}