<!-- 
var state = 'none'; 

function showhide(layer_ref) { 

if (state == 'block') { 
state = 'none'; 
} 
else { 
state = 'block'; 
} 
if (document.all) { //IS IE 4 or 5 (or 6 beta) 
eval( "document.all." + layer_ref + ".style.display = state"); 
} 
if (document.layers) { //IS NETSCAPE 4 or below 
document.layers[layer_ref].display = state; 
} 
if (document.getElementById &&!document.all) { 
hza = document.getElementById(layer_ref); 
hza.style.display = state; 
} 
} 
//-->
<!--
function sendpage(titolo)
{
  mail_str = "mailto:?subject=Notizia interessante da leggere&body=Ciao! Questa pagina web può interessarti, clicca sul link per leggerla " + location.href+"";
  location.href = mail_str;
}
{
document.write("<table width=\"100%\" border=\"0\" cellspacing=\"0\" cellpadding=\"0\"><tr><td height=\"48\" width=\"25%\"><div align=\"center\"><table border=0 cellpadding=1 cellspacing=0 width=\"100%\" height=\"19\"><tbody><tr bgcolor=#CCCCFF></tr><tr><td valign=top height=\"15\"><table width=\"100%\" border=\"0\" cellspacing=\"0\" cellpadding=\"4\" height=\"62\"><tr><td width=\"20%\" height=\"50\"><div align=\"center\"><p><a href=\"javascript:window.external.AddFavorite(this.document.location, this.document.title)\"><img src=\"/advertis/footer/add.gif\" width=\"47\" height=\"47\" border=\"0\" alt=\"Aggiungi ai Preferiti\"></a></p></div></td><td width=\"20%\" height=\"50\"><div align=\"center\"><p><a href=\"javascript:window.print()\"><img src=\"/advertis/footer/print.jpg\" width=\"71\" height=\"44\" border=\"0\" alt=\"Stampa la pagina\"></a></p></div></td><td width=\"20%\" height=\"50\"><div align=\"center\"><p><a href=\"javascript:sendpage()\"><img src=\"/advertis/footer/stamp.gif\" width=\"74\" height=\"49\" border=\"0\" alt=\"Invia ad un amico\"></a></p></div></td><td width=\"20%\" height=\"50\"><div align=\"center\"><a href=\"http://www.biggame.it/forum\"><img src=\"/advertis/footer/light.jpg\" width=\"40\" height=\"51\" alt=\"Community\" border=\"0\"></a></div></td><td width=\"20%\" height=\"50\"><div align=\"center\"><a href=\"#top\"><img src=\"/advertis/footer/fly-top.jpg\" width=\"40\" height=\"55\" border=\"0\" alt=\"Torna a inizio pagina\"></a></div></td><td width=\"20%\" height=\"50\"><div align=\"center\"><a href=\"javascript:history.go(-1)\"><img src=\"/advertis/footer/back.gif\" width=\"47\" height=\"47\" border=\"0\" alt=\"Pagina Indietro\"></a></div></td></tr></table></td></tr></tbody></table><p>[ <a class=menu href=\"http://www.biggame.it\">Home</a> | <a class=menu href=\"http://www.biggame.it/ricette\">Ricette</a> | <a class=menu href=\"http://www.biggame.it/charter\">Charter</a> | <a class=menu href=\"http://www.biggame.it/fishing\">Pesci e Tecniche</a> | <a class=menu href=\"http://www.biggame.it/nodi\">Nodi</a> | <a class=menu href=\"http://www.biggame.it/catch/2010\">Catture</a> | <a class=menu href=\"http://www.biggame.it/tunacup\">Tuna Cup</a> | <a class=menu href=\"http://www.biggame.it/team\">Team</a> | <a class=menu href=\"http://www.biggame.it/meteo\">Meteo</a> | <a class=menu href=\"http://www.biggame.it/forum\">Forum</a> | <a class=menu href=\"http://www.biggame.it/leggi\">Leggi e decreti</a> | <a class=menu href=\"http://www.biggame.it/maree\">Maree</a> | <a class=menu href=\"http://www.biggame.it/shark\">Shark</a> | <a class=menu href=\"http://www.biggame.it/speciali\">Speciali</a> | <a class=menu href=\"http://www.biggame.it/club\">Club</a> | <a class=menu href=\"http://www.biggame.it/Superlink\">SuperLink</a> | <a class=menu href=\"http://www.biggame.it/barche\">Barche</a> | <a class=menu href=\"http://www.biggame.it/story\">Racconti</a> | <a class=menu href=\"http://www.biggame.it/screensaver\">Salva Schermo</a> | <a class=menu href=\"http://www.biggame.it/news\">NEWS</a> | <a class=menu href=\"http://www.biggame.it/annunci/barche/annunci-nautici-mese.htm\">Annunci</a> | <a class=menu href=\"http://www.biggame.it/service\">Pubblicità</a> ] <p class=txt>All Right Reserved &copy; È vietata la riproduzione totale o parziale di testo e foto senza il consenso scritto dell'Autore.</p></div></td></tr></table>");
}
//  FINE OSCURAMENTO   --->
