function Menu()

{
   document.writeln("<div class=\"menu_box\">");
   document.writeln(" <a href=\"biograf.htm\"><span class=\"nav_mn\">CHI SONO</span></a><br />");
   document.writeln(" <a href=\"famiglia.htm\"><span class=\"nav_mn\">FAMIGLIA</span></a><br />");
   document.writeln(" <a href=\"paese.htm\"><span class=\"nav_mn\">DOVE VIVO</span></a><br />");
   document.writeln(" <a href=\"amici.htm\"><span class=\"nav_mn\">AMICI</span></a><br />");
   document.writeln(" <a href=\"templib.htm\"><span class=\"nav_mn\">TEMPO LIBERO</span></a><br />");
   document.writeln(" <a href=\"viaggi.htm\"><span class=\"nav_mn\">VIAGGI</span></a><br />");
   document.writeln(" <a href=\"bici.htm\"><span class=\"nav_mn\">CICLOTURISMO</span></a><br />");
   document.writeln(" <a href=\"musica.htm\"><span class=\"nav_mn\">MUSICA</span></a><br />");
   document.writeln(" <a href=\"pensieri.htm\"><span class=\"nav_mn\">PENSIERI</span></a>");
   document.writeln(" <div class=\"wide\">&nbsp;</div>");
   document.writeln(" <a href='#' onClick='get_edress();return false;'><img src=\"../img/varie/mail.gif\" width=\"32\" height=\"32\" alt=\"Scrivimi!\" class=\"imgsx nob\" /></a>");
   document.writeln(" <a href=\"../index.html\"><img src=\"../img/varie/home.gif\" width=\"36\" height=\"35\" alt=\"Pagina iniziale\" class=\"imgdx nob\" /></a>");
   document.writeln("</div>");
}

function Footer(data)

{
   document.writeln("&copy; <a href=\"gweb.htm\">Geppox web</a> - Pagina modificata il giorno "+data+" -");
}

var edress = 'giuseppe_dot_lorena_at_tiscali_dot_it';

function get_edress()

	{
		var re= /_at_/gi;
		edress = edress.replace(re,'@');
		var re= /_dot_/gi;
		edress = edress.replace(re,'.');
		var the_link="mai" + "lto" +":"+edress+"?subject=Post@%20da%20www.geppox.it&body=" ;
		window.location=the_link;

}





function SottoMenu_Biografia()

{
}


function SottoMenu_Paese()

{
}


function SottoMenu_Viaggi()

{
}


function SottoMenu_Prova_Biografia()

{
   document.writeln("<table cellspacing=\"0\" cellpadding=\"0\" background=\"gif/sottoszc.gif\" width=\"135\" border=\"0\" align=\"center\">");
   document.writeln("  <tr>");
   document.writeln("    <td width=\"135\" align=\"center\"><img src=\"gif/sottoszt.gif\" width=\"135\" height=\"30\" border=\"0\"></td>");
   document.writeln("  </tr>");
   document.writeln("  <tr>");
   document.writeln("    <td width=\"135\">");
   document.writeln("      <table cellspacing=\"3\" cellpadding=\"3\" width=\"134\" border=\"0\">");
   document.writeln("        <tr>");
   document.writeln("          <td>");
   document.writeln("            <a href=\"biograf.htm\"><span class=\"nav_mn\">BIOGRAFIA</span></a><br>");
   document.writeln("            <a href=\"curriculum.htm\"><span class=\"nav_mn\">CURRICULUM</span></a><br>");
   document.writeln("          </td>");
   document.writeln("        </tr>");
   document.writeln("      </table");
   document.writeln("    </td");
   document.writeln("  </tr>");
   document.writeln("  <tr>");
   document.writeln("    <td width=\"135\"><img src=\"gif/sottoszb.gif\" width=\"135\" height=\"30\" border=\"0\"></td>");
   document.writeln("  </tr>");
   document.writeln("</table>");
}


function SottoMenu_Prova_Paese()

{
   document.writeln("<table cellspacing=\"0\" cellpadding=\"0\" background=\"gif/sottoszc.gif\" width=\"135\" border=\"0\" align=\"center\">");
   document.writeln("  <tr>");
   document.writeln("    <td width=\"135\" align=\"center\"><img src=\"gif/sottoszt.gif\" width=\"135\" height=\"30\" border=\"0\"></td>");
   document.writeln("  </tr>");
   document.writeln("  <tr>");
   document.writeln("    <td width=\"135\">");
   document.writeln("      <table cellspacing=\"3\" cellpadding=\"3\" width=\"134\" border=\"0\">");
   document.writeln("        <tr>");
   document.writeln("          <td>");
   document.writeln("            <a href=\"http://www.comune.parona.pv.it\" target=\"_top\"><span class=\"nav_mn\">SITO COMUNE</span></a><br>");
   document.writeln("            <a href=\"http://www.parona-lomellina.it\" target=\"_top\"><span class=\"nav_mn\">SITO PRO LOCO</span></a><br>");
   document.writeln("          </td>");
   document.writeln("        </tr>");
   document.writeln("      </table");
   document.writeln("    </td");
   document.writeln("  </tr>");
   document.writeln("  <tr>");
   document.writeln("    <td width=\"135\"><img src=\"gif/sottoszb.gif\" width=\"135\" height=\"30\" border=\"0\"></td>");
   document.writeln("  </tr>");
   document.writeln("</table>");
}

