

function VMainMenu()
{
document.write("<div align='left'>");
document.write("<table border='0' cellpadding='0' cellspacing='3' width='98%' height='161'>");
document.write("<tr><td width='100%' bgcolor='#d50001' height='23'><a class='vmenu' href='../babbonatale/iniziativa.htm'>L'iniziativa</a></td></tr>");
document.write("<tr><td width='100%' bgcolor='#d50001' height='23'><a class='vmenu' href='../babbonatale/prenota.htm'>Come Prenotare</a></td></tr>");
document.write("<tr><td width='100%' bgcolor='#d50001' height='23'><a class='vmenu' href='../babbonatale/amico.htm'>Segnala ad un Amico</a></td></tr>");
document.write("<tr><td width='100%' bgcolor='#d50001' height='23'><a class='vmenu' href='../babbonatale/locandina.htm'>La Locandina</a></td></tr>");

document.write("</table>");
document.write("</div>");

}
