function doAdminPost(page,theForm) //for paging script
{ 	
	document.getElementById("page").value = page;
	document.frm.submit();
}
