function visualizzaZoomFoto(pathfoto,titolo,iwidth,iheight) {
	window.open("include/inc_zoomfoto.asp?pathfoto="+pathfoto+"&titolo="+titolo,"Zoom","toolbar=no,scrollbars=yes,resizable=yes,top=0,left=0,status=no,width="+20+",height="+20);
}

function check_num(h) {
  for (j=0; j<h.value.length; j++)
      if ((h.value.charAt(j)<'0' || h.value.charAt(j)>'9')) {
         alert("Errore nella quantita' specificata");
         h.value="";
         h.focus();
      		 return (false);
      }
  return (true);
}
