function Win(url) {
        newWin = open(url,"radio","scrollbars=yes,resizable=no,status=no,top=0,left=0,height=550,width=622");
 }