function OpenWin(){
win=window.open("/pp/toi/send.html","new","width=500,height=550,scrollbars=yes");
win.moveTo(50,50);
}
