function chatbar(){if(document.getElementById('chatbutton').innerHTML=="Apri"){document.getElementById('cboxdiv').style.display='block';document.getElementById('chatbutton').innerHTML='Chiudi';}
else{document.getElementById('cboxdiv').style.display='none';document.getElementById('chatbutton').innerHTML='Apri';}}
