function getchat()
{
	if(document.getElementById('chat') && document.getElementById('hchat'))
	{
		document.getElementById('chat').innerHTML = document.getElementById('hchat').innerHTML;
		document.getElementById('hchat').innerHTML = '';
	}
}
function show_costi()
{
  costi_spedizione = window.open('/costi-di-spedizione/costi-spedizione/','costi_spedizione','channelmode=0,directories=0,fullscreen=0,height=300,left='+((screen.availWidth/2)-300)+',location=0,menubar=0,resizable=0,scrollbars=1,status=1,titlebar=1,toolbar=0,top=100,width=640');
}
function show_biglietto()
{
  fai_un_regalo = window.open('/fai-un-regalo/popup-regalo/','fai_un_regalo','width=600,height=300 ,toolbar=no, location=no,status=yes,menubar=no,scrollbars=no,resizable=no');
}