﻿function MessageUp(cid)
{
getRequest("/Ajax/MessageUp.aspx?cid="+cid,"UpAndDown"+cid);
}
function MessageDown(cid)
{
getRequest("/Ajax/MessageDown.aspx?cid="+cid,"UpAndDown"+cid);
}
function findComment()
{
var txtComment=document.getElementById("jdComment").value;
open("/Ticket/CommentList.aspx?k="+txtComment);
}