function pageclick()
{
	var val	= document.pageshow.pno.value;
	document.pageshow.action="?cpage="+val;
	document.pageshow.submit();
}