    function open_newwin(set_url,xx,yy) {
    window.open(set_url, 'subwindow','width='+xx+',height='+yy+'');}
