
function MenuUp()
{
	
	document.write("<table border='0' width='98%' height='27' cellspacing='0' cellpadding='0'>");
	document.write("<tr>");
	document.write("<td align='center' width='16%'><a class='menuup' href='../index.htm'>HOME</a></td>");
	document.write("<td align='center' width='16%'><a class='menuup' href='uildm.htm'>UILDM</a></td>");
	document.write("<td align='center' width='17%'><a class='menuup' href='agenda.htm'>AGENDA</a></td>");
	document.write("<td align='center' width='17%'><a class='menuup' href='forum.htm'>FORUM</a></td>");
	document.write("<td align='center' width='17%'><a class='menuup' href='mailing.htm'>MAILING LIST</a></td>");
	document.write("<td align='right' width='17%'><a class='menuup' href='fotogallery.htm'>IMMAGINI</a></td>");
	document.write("</tr>");
	document.write("</table>");
	document.write("</td>");
	
}


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='#FF0000' height='23'><a class='vmenu' href='siamo.htm'>Chi Siamo</a></td></tr>");
document.write("<tr><td width='100%' bgcolor='#FF0000' height='23'><a class='vmenu' href='missione.htm'>La Missione</a></td></tr>");
document.write("<tr><td width='100%' bgcolor='#FF0000' height='23'><a class='vmenu' href='organizzazione.htm'>L'organizzazione</a></td></tr>");
document.write("<tr><td width='100%' bgcolor='#FF0000' height='23'><a class='vmenu' href='programma.htm'>Il Programma</a></td></tr>");
document.write("<tr><td width='100%' bgcolor='#FF0000' height='22'><a class='vmenu' href='attivita.htm'>Le Attivitą</a></td></tr>");
document.write("<tr><td width='100%' bgcolor='#FF0000' height='22'><a class='vmenu' href='interlocutore.htm'>Gli Interlocutori</a></td></tr>");
document.write("<tr><td width='100%' bgcolor='#E8E8E8' height='22'></td></tr>");
document.write("<tr><td width='100%' bgcolor='#FF0000' height='23'><a class='vmenu' href='normhandya.htm'>NormHandya On-Line</a></td></tr>");
document.write("<tr><td width='100%' bgcolor='#FF0000' height='23'><a class='vmenu' href='sostienici.htm'>Come Sostenerci</a></td></tr>");
document.write("<tr><td width='100%' bgcolor='#FF0000' height='23'><a class='vmenu' href='stampa.htm'>Rassegna Stampa</a></td></tr>");
document.write("<tr><td width='100%' bgcolor='#E8E8E8' height='22'></td></tr>");
document.write("<tr><td width='100%' bgcolor='#E8E8E8' height='22'><a class='vmenu1'>Web</a></td></tr>");
document.write("<tr><td width='100%' bgcolor='#FF0000' height='23'><a class='vmenu' href='http://www.uildm.org'>Uildm Nazionale</a></td></tr>");
document.write("<tr><td width='100%' bgcolor='#FF0000' height='23'><a class='vmenu' href='http://www.handylex.org'>Legislazione</a></td></tr>");
document.write("<tr><td width='100%' bgcolor='#FF0000' height='23'><a class='vmenu' href='http://www.telethon.it'>Telethon</a></td></tr>");
document.write("<tr><td width='100%' bgcolor='#FF0000' height='23'><a class='vmenu' href='http://www.sharksmonza.net'>Sharks Hockey Monza</a></td></tr>");
ddocument.write("</table>");
document.write("</div>");

}





function MenuHome()
{
	
	document.write("<table border='0' width='30%' height='20' cellspacing='0' cellpadding='0'>");
	document.write("<tr>");
	document.write("<td align='right' width='28%'><a class='vmenu1' href='../index.htm'>HOME</a></td>");
	document.write("</tr>");
	document.write("</table>");
	document.write("</td>");
	
}


function Normhandya()
{
	
	document.write("<table border='0' width='98%' height='18' cellspacing='0' cellpadding='0'>");
	document.write("<tr>");
	document.write("<td align='center' width='34%'><a class='vnormhandya' href='/pdf/numero0.zip'>Numero 0</a></td>");
	document.write("<td align='center' width='34%'><a class='vnormhandya' href='/pdf/numero1.zip'>Numero 1</a></td>");
	document.write("<td align='center' width='32%'><a class='vnormhandya' href='/pdf/numero2.zip'>Numero 2</a></td>");
	document.write("</tr>");
	document.write("</table>");
	document.write("</td>");
	
}