function popwin(id)
{
window.open("Sys_Mess_View.asp?MESSID="+id,"","height=460,width=560,scrollbars=no,status=no,resizable=no,location=no");
}