
function PagerSelectPage(id, pageNo)
{
	//alert(id);
	//document.getElementById("hdn" + id).value = pageNo;
	//document.getElementById("hdn" + id).form.submit();
	document.getElementById("hdnInstantPager1").value = pageNo;
	document.getElementById("hdnInstantPager2").value = pageNo;
	document.getElementById("hdnInstantPager1").form.submit();
}

