function aistFooter() {
    document.write("<a href=\"http://www\.aist\.go\.jp\" target=\"_blank\">");
    document.write("<img src=\"http://www\.cbrc\.jp/cbrc/img/aist_logo3\.gif\" border=\"0\"></a>");
    document.write("<br>");
    document.write("<font color=\"#8D8C8C\" face=\"Arial, Osaka\" class=\"copyright\">");
    document.write("&copy\; Computational Biology Research Center, AIST, 2004  All Rights Reserved\.</font>");
}
function forteFooter() {

    document.write("<TABLE align\"left\" border=\"0\" cellpdding=\"0\" cellspacing=\"3\" width=\"800\">\n");
    document.write("<TR>\n");
    document.write("<TD align=\"right\" width=60>\n");
    document.wirte("<IMG hight=40 width=40 SRC=\"http://www.cbrc.jp/forte/Fig/mail.jpg\" alt=\"mail\">");
    document.write("</TD>\n<TD align=\"left\" width=\"150\">");
    document.write("<A href=\"mailto\:forte\@cbrc\.jp\">");
    document.write("<font size=\"2\">forte\@cbrc\.jp</font></a>");
    document.write("</TD>");
    document.write("<td colspan=2 align=\"left\">");
    document.write("<font size=\"2\" color=\"#112288\">");
    document.write("(c) 2002-2004. <A href=\"http://www\.cbrc\.jp\">Computational Biology Research Center</A></font>\n");
    document.write("</td></tr>\n");
    document.write("</TABLE>\n");
}
