function winopen(url){
        win=window.open(url,"host","scrollbars=0,width=716,height=510","directions =0","location =0","menubar=0");
    }