// Imposta il numero di pagina
function chpage(p){
	document.frmCerca.p.value = p;
	document.frmCerca.submit();
}

