function on_footer()
{
document.write("<table width=\"100%\" border=\"0\" cellspacing=\"0\" cellpadding=\"0\" background=\"/img/bg_b.gif\">");
document.write("  <tr> ");
document.write("    <td width=\"125\"></td>");
document.write("    <td height=\"18\"><img src=\"/img/bottom.gif\" height=\"14\" border=\"0\" usemap=\"#Menu\"></td>");
document.write("  </tr>");
document.write("</form>");
document.write("  <tr> ");
document.write("    <td width=\"125\"></td>");
document.write("    <td height=\"67\"><img src=\"/img/bottom2.gif\" width=\"661\" height=\"66\"></td>");
document.write("  </tr>");
document.write("</table>");
document.write("</form>");

document.write("<map name='Menu'>");
document.write(" <area shape='rect' coords='210,0,278,14' href='/company/overview/location.asp'>");
document.write(" <area shape='rect' coords='283,0,385,14' href='/company/network/agency.asp'>");
document.write(" <area shape='rect' coords='390,0,474,14' href='/service/member/aboutcs.asp'>");
document.write(" <area shape='rect' coords='480,0,529,14' href='/sitemap.asp'>");
document.write("</map>");

}