function movetopage (Pagenum, Totalrows) {
	document.searchform.pageNum_rs_rests.value = Pagenum;
	document.searchform.totalRows_rs_rests.value = Totalrows;
	document.searchform.submit();
}
function countytotown (snow) {
	document.searchform.searchnow.value = snow;
	document.searchform.submit();
}