document.writeln("<p><hr color=blue>")
document.writeln("<p>To choose another department which is not on the above list, click on the")
document.writeln("first letter of the name of the school: </p>")
document.writeln("<table border=\"0\" width=\"100%\" cellspacing=\"1\" cellpadding=\"5\">")
  document.writeln("<tr><td bgcolor=\"#0000FF\">")
      document.writeln("<table border=\"0\" width=\"100%\" cellspacing=\"1\" cellpadding=\"5\">")
        document.writeln("<tr><td bgcolor=\"#FFFFCC\"><p align=\"center\"> ")
document.writeln("| <a href=\"a.html\">A</a> | <a href=\"b.html\">B</a> | <a href=\"c.html\">C</a> ")
              document.writeln("| <a href=\"d.html\">D</a> | <a href=\"e.html\">E</a> | <a href=\"f.html\">F</a> ")
              document.writeln("| <a href=\"g.html\">G</a> | <a href=\"h.html\">H</a> | <a href=\"i.html\">I</a> ")
              document.writeln("| <a href=\"j.html\">J</a> | <a href=\"k.html\">K</a> | <a href=\"l.html\">L</a> ")
              document.writeln("| <a href=\"m.html\">M</a> | <a href=\"n.html\">N</a> | <a href=\"o.html\">O</a> ")
              document.writeln("| <a href=\"p.html\">P</a> | <a href=\"q.html\">Q</a> | <a href=\"r.html\">R</a> ")
              document.writeln("| <a href=\"s.html\">S</a> | <a href=\"t.html\">T</a> | <a href=\"u.html\">U</a> ")
              document.writeln("| <a href=\"v.html\">V</a> | <a href=\"w.html\">W</a> | <a href=\"x.html\">X</a> ")
              document.writeln("| <a href=\"y.html\">Y</a> | <a href=\"z.html\">Z</a> | ")
			  document.writeln("</td></tr>")
      document.writeln("</table></td></tr>")
document.writeln("</table><p>")
