function divContato()
{
if (document.getElementById('Layer4').style.display)
{
document.getElementById('Layer4').style.display = '';
if (top.mainframe.document.getElementById('Layer_Banner')){
top.mainframe.document.getElementById('Layer_Banner').style.display = 'none'
}
}
else
{
parent.location = 'default.asp';
//document.getElementById('Layer4').style.display = 'none';
}
}
var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl." : "http://www.");
document.write(unescape("%3Cscript src='" + gaJsHost + "google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E"));
var pageTracker = _gat._getTracker("UA-5012081-1");
pageTracker._trackPageview();