function MsgSend(UserID)
{window.open('/MsgSend.asp?UserID='+ UserID ,'popUpWin','toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=no,resizable=no,copyhistory=yes,width=750,height=390,left=452, top=200,screenX=300,screenY=300');
}

function ShowView(ID)
{
window.open('view.asp?id='+ID, 'toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=no,resizable=no,copyhistory=yes,width=300,height=300,left=300, top=300,screenX=300,screenY=300');
}