<!--
function openmenu(m) { document.getElementById(m).style.visibility = "Visible"; }
function closemenu(m) { document.getElementById(m).style.visibility = "Hidden"; }
function gotostats(pag){ document.statsmenu.page.value = pag; document.statsmenu.submit(); }
document.write('<style type="text/css">');
document.write('#statsmenu { width: 100%; border-bottom: Solid 1px #CCCCCC; background-color: #FFFFFF; }');
document.write('#statsmenu table { margin-bottom: 4px; color: #000000; font: Normal 11px Verdana; }');
document.write('#statsmenu .menu { position: absolute; visibility: hidden; background-color: #FFCC00; font: Normal 11px Verdana; width: 140px; border: Solid 1px #CCCCCC; }');
document.write('#statsmenu a { display: block; position: relative; background-color: #FFCC00; color: #333333; text-decoration: none; padding: 1px; }');
document.write('#statsmenu a:hover { display: block; position: relative; background-color: #FFFF00; color: #000000; text-decoration: none; padding: 1px; }');
document.write('</style>');
document.write('<div id="statsmenu"><table cellpadding="1" cellspacing="0"><tr><td><b>Menu</b>&nbsp;&nbsp;</td>');
document.write('<td style="cursor: hand" onmouseover="openmenu(\'a\')" onmouseout="closemenu(\'a\')">Utenti e Hist |<br><div class="menu" id="a"><a href="Javascript:gotostats(\'main\')">Dettaglio</a><a href="Javascript:gotostats(\'daysofweek\')">Visite Giornaliere</a><a href="Javascript:gotostats(\'months\')">Visite Mensili</a></div></td>');
document.write('<td style="cursor: hand" onmouseover="openmenu(\'b\')" onmouseout="closemenu(\'b\')">Referrer |<br><div class="menu" id="b"><a href="Javascript:gotostats(\'referrer\')">Top 50 Referrer</a><a href="Javascript:gotostats(\'engine\')">Motori di Ricerca</a><a href="Javascript:gotostats(\'query\')">Chiavi di Ricerca</a></div></td>');
document.write('<td style="cursor: hand" onmouseover="openmenu(\'c\')" onmouseout="closemenu(\'c\')">Info Utenti<br><div class="menu" id="c"><a href="Javascript:gotostats(\'browser\')">Browser</a><a href="Javascript:gotostats(\'os\')">OS</a><a href="Javascript:gotostats(\'cookieandjs\')">Cookie / JS</a><a href="Javascript:gotostats(\'resolution\')">Risoluzione</a></div></td>');
document.write('</tr></table></div><br>');
//-->

