function contatore_caratteri(val)
{var max=190
if(val.testo.value.length>max){val.testo.value=val.testo.value.substring(0,max)
rest=0}
else
{rest=max-val.testo.value.length}
val.num.value=rest}
function bookmarksite(title,url){if(window.sidebar)
window.sidebar.addPanel(title,url,"");else if(window.opera&&window.print){var elem=document.createElement('a');elem.setAttribute('href',url);elem.setAttribute('title',title);elem.setAttribute('rel','sidebar');elem.click();}
else if(document.all)
window.external.AddFavorite(url,title);}<!--Start
function homepage(){if(document.all)
document.body.style.behavior='url(#default#homepage)';document.body.setHomePage('http://www.loreggia.com');}
function printContent(id){str=document.getElementById(id).innerHTML
newwin=window.open('','printwin','left=100,top=100,width=400,height=400,scrollbars=1')
newwin.document.write('<HTML>\n<HEAD>\n')
newwin.document.write('<TITLE>Anteprima di stampa</TITLE>\n')
newwin.document.write('<script>\n')
newwin.document.write('function chkstate(){\n')
newwin.document.write('if(document.readyState=="complete"){\n')
newwin.document.write('window.close()\n')
newwin.document.write('}\n')
newwin.document.write('else{\n')
newwin.document.write('setTimeout("chkstate()",2000)\n')
newwin.document.write('}\n')
newwin.document.write('}\n')
newwin.document.write('function print_win(){\n')
newwin.document.write('window.print();\n')
newwin.document.write('chkstate();\n')
newwin.document.write('}\n')
newwin.document.write('<\/script>\n')
newwin.document.write('</HEAD>\n')
newwin.document.write('<BODY onload="print_win()">\n')
newwin.document.write('<img src="immagini/logo.png" alt="" />\n')
newwin.document.write('<hr />\n')
newwin.document.write(str)
newwin.document.write('<hr />\n')
newwin.document.write('Copyright &copy; 2009 <a href="http://www.loreggia.com/">Loreggia.com</a>\n')
newwin.document.write('</BODY>\n')
newwin.document.write('</HTML>\n')
newwin.document.close()}

