function paging(URL)
{
	document.pageForm.action = URL;
	document.pageForm.submit();
	return false;
}

