function pageControl(theForm,page){

	theForm.Pageid.value = page;
    theForm.submit();

}


function searchButton(theForm){

	theForm.Pageid.value = 1
	theForm.submit();
}