with (document)
{
/*
writeln ("<div align=center><table width='416' border='0' cellspacing='0' cellpadding='0'>")
  writeln ("<tr>" )
    writeln ("<td width='37'><img src='../images/layout2_24.jpg' width=37 height=38></td>")
    writeln ("<td width='107'> ")
      writeln ("<table width='107' border='0' cellspacing='0' cellpadding='0'>")
        writeln ("<tr> ")
          writeln ("<td><a href='#'><img src='../images/layout2_25.jpg' width=107 height=32 border='0' alt='segnala notizia'></a></td>")
        writeln ("</tr>")
        writeln ("<tr> ")
          writeln ("<td><img src='../images/layout2_29.jpg' width=107 height=6></td>")
        writeln ("</tr>")
      writeln ("</table>")
    writeln ("</td>")
    writeln ("<td width='116'><a href='../serv/contatto.html'><img src='../images/layout2_26.jpg' width=116 height=38 border='0' alt='comunica con redazione'></a></td>")
    writeln ("<td width='156'><a href='../news/news.html'><img src='../images/layout2_27.jpg' width=156 height=38 border='0' alt='cerca news'></a></td>")
  writeln ("</tr>")
writeln ("</table>")
*/
writeln("<center>")
writeln("<TABLE WIDTH=765 BORDER=0 CELLPADDING=0 CELLSPACING=0>")
	writeln("<TR>")
writeln("		<TD>")
			writeln("<IMG SRC='../../images/nav_down_2liv_01.gif' WIDTH=99 HEIGHT=47></TD>")
		writeln("<TD>")
			writeln("<IMG SRC='../../images/nav_down_2liv_02.gif' WIDTH=79 HEIGHT=47></TD>")
		writeln("<TD>")
			writeln("<IMG SRC='../../images/nav_down_2liv_03.gif' WIDTH=88 HEIGHT=47></TD>")
		writeln("<TD>")
			writeln("<IMG SRC='../../images/nav_down_2liv_04.gif' WIDTH=78 HEIGHT=47></TD>")
		writeln("<TD>")
			writeln("<IMG SRC='../../images/nav_down_2liv_05.gif' WIDTH=69 HEIGHT=47></TD>")
	writeln("<TD>")
		writeln("<IMG SRC='../../images/nav_down_2liv_06.gif' WIDTH=80 HEIGHT=47></TD>")
		writeln("<TD> <IMG SRC='../../images/nav_down_2liv_07.gif' WIDTH=83 HEIGHT=47 usemap='#MapUp' border='0'></TD>")
    writeln("<TD> <IMG SRC='../../images/nav_down_2liv_08.gif' WIDTH=90 HEIGHT=47 usemap='#MapBack' border='0'></TD>")
		writeln("<TD> <IMG SRC='../../images/nav_down_2liv_09.gif' WIDTH=99 HEIGHT=47 usemap='#MapHome' border='0'></TD>")
	writeln("</TR>")
writeln("</TABLE>")
writeln("<!-- End ImageReady Slices -->")
writeln("<map name='MapUp'>")
  writeln("<area shape='rect' coords='16,14,60,36' href='#'>")
	writeln("</map>")


writeln("<map name='MapBack'>")
  writeln("<area shape='rect' coords='14,16,67,32' href='javascript:history.back();'>")
writeln("</map>")
writeln("<map name='MapHome'>")
  writeln("<area shape='rect' coords='6,18,65,33' href='../index.html'>")
writeln("</map>")
writeln("</center>")
}
