function OpenWin2(my_url){
    win=window.open(my_url,"new","width=600,height=580,menubar,scrollbars,resizable,status");
    win.moveTo(100,50);
}
