function doPost(action,currentPageNo)
{
	window.document.postform.action=action;  
	window.document.postform.currentPageNo.value=currentPageNo;
	window.document.postform.submit();   
}
