		function quote(div_id)
		{
			document.forms['form1'].elements['commento_nuovo'].value = document.getElementById(div_id).innerHTML;
			return false;
		}
		
		function aggiungi_smile(scode)
		{
			opener.document.forms['form1'].elements['commento_nuovo'].value = opener.document.forms['form1'].elements['commento_nuovo'].value + scode;
		}
		
		function mostraemoticons() 
		{
			var windowprops = "width=325, height=450, resizable=yes, scrollbars=yes";
			popup = window.open('/engine2008/commenta/emoticons.asp','Faccine',windowprops);
			return false;
		}
		

