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