function lettere()
{
document.write("<table border=\"0\" width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" id=\"table6\">");
document.write("<tr>");
document.write("<td width=\"100%\" colspan=\"2\">");
document.write("<p align=\"center\"><font face=\"Verdana\"><br>");
document.write("<font size=\"4\"><a href=\"A.htm\" style=\"color:black\">A</a>&nbsp; <a href=\"B.htm\"style=\"color:black\">B</a>&nbsp;&nbsp;");
document.write("<a href=\"C.htm\" style=\"color:black\">C</a>&nbsp; <a href=\"D.htm\" style=\"color:black\">D</a>&nbsp;&nbsp;");
document.write("<a href=\"E.htm\" style=\"color:black\">E</a>&nbsp; <a href=\"F.htm\" style=\"color:black\">F</a>&nbsp;&nbsp;"); 
document.write("<a href=\"G.htm\" style=\"color:black\">G</a>&nbsp;&nbsp;");
document.write("<a href=\"H.htm\" style=\"color:black\">H</a>&nbsp; <a href=\"I.htm\" style=\"color:black\">I</a>&nbsp;&nbsp;");
document.write("<a href=\"L.htm\" style=\"color:black\">L</a>&nbsp; <a href=\"M.htm\" style=\"color:black\">M</a>&nbsp;&nbsp;");
document.write("<a href=\"N.htm\" style=\"color:black\">N</a>&nbsp; <a href=\"O.htm\" style=\"color:black\">O</a>&nbsp;&nbsp;");
document.write("<a href=\"P.htm\" style=\"color:black\">P</a>&nbsp; <a href=\"Q.htm\" style=\"color:black\">Q</a>&nbsp;&nbsp;");
document.write("<a href=\"R.htm\" style=\"color:black\">R</a>&nbsp;&nbsp;");
document.write("<a href=\"S.htm\" style=\"color:black\">S</a>&nbsp; <a href=\"T.htm\" style=\"color:black\">T</a>&nbsp;&nbsp;");
document.write("<a href=\"U.htm\" style=\"color:black\">U</a>&nbsp; <a href=\"V.htm\" style=\"color:black\">V</a>&nbsp;&nbsp;");
document.write("<a href=\"Z.htm\" style=\"color:black\">Z</a></font></font>");
document.write("</td>");
document.write("</tr>");
document.write("</table><hr>");
}
