  function prenotazione()
       {
         var cognome=document.articolo.cat.value;
		 
		 
		  if (cognome=="")
		     {
			  alert("ATTENZIONE!!! Il campo -CATEGORIA- non puo' esser lasciato vuoto !!!");
			  return;
			 }	 
		 		

  	 	 	 	 
			 document.articolo.submit();  
	   }
  function foto()
       {
         var cognome=document.fotografie.archivio.value;
		 
		 
		  if (cognome=="")
		     {
			  alert("ATTENZIONE!!! Il campo -ALBUM- non puo' esser lasciato vuoto !!!");
			  return;
			 }	 
		 		

  	 	 	 	 
			 document.fotografie.submit();  
	   }