function sendmail(x)  
{
	popWindow = window.open("sendmail.asp?deal_id="+x,'popWindow', 'scrollbars=yes, left=50, top=50, resize=no, width=570, height=490,innerheight=517,innerwidth=702, location=No')
}


function sendquery(x)  
{
	popWindow = window.open("sendquery.asp?deal_id="+x,'popWindow', 'scrollbars=yes, left=50, top=50, resize=no, width=720, height=490,innerheight=517,innerwidth=702, location=No')
}


function pgSubmit(i)
{
	document.frmPaging.action="holiday_test.asp?Page="+i;
	document.frmPaging.submit();
}

