//Funzione lunghezza descrizione

				var maxchars=600;

				function CheckLength()
  					{
  						with (document.directory)
   						 	{
    								chars=descrizione.value
    								if (chars.length > maxchars)
      									{
      										descrizione.value=chars.substr(0,maxchars);
      										descrizione.blur();
      									}
    								chr.value=maxchars-descrizione.value.length;
    							}
 			 		}

//Aggiungi ai preferiti

	<!--
		var bookmarkurl="http://www.scovato.net/"
		var bookmarktitle="Web directory gratuita"

		function addbookmark()
		{
			if (document.all)
			window.external.AddFavorite(bookmarkurl,bookmarktitle)
		}
	//-->

//Imposta come homepage

	<!-- Start
		function homepage() 
			{ 
				if(document.all)
				document.body.style.behavior='url(#default#homepage)';
				document.body.setHomePage('http://www.scovato.net');
			} 
	//  End -->

/*Inserisci Commento*/
function MyComment(Commento)
		{
			window.open("../Commento.php?IDTesto="+Commento+"","MyWindowComment","toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=no,resizable=no,width=340,height=320"); 
			return false;
		}
/*Fine Inserisci Commento*/