
function goToPage(num){	

	document.getElementById('numPage').value=num; 
	document.search_form.submit();
	
}
