function bottom(){

var htmlcode = "";


htmlcode =   


      "<table width='978' height='61' border='0' cellpadding='0' cellspacing='0'>" +
      "  <tr> " +
      "    <td width='200' align='right'><a href='http://www.kfi.or.kr'><img src='../images/bottom_logo.gif' width='165' height='32' border=0></a></td>" +
      "    <td width='36' align='center'><img src='../images/bottom_partition.gif' width='2' height='50'></td>" +
      "    <td align='left'><img src='../images/bottom_menu.gif' width='537' height='45' border='0' usemap='#bottom_menu'></td>" +
      "  </tr>" +
      "</table>" +


      "<map name='bottom_menu'>" +
        "<area shape='rect' coords='1,1,120,13' href='mailto:webmaster@kfi.or.kr'>" +
        "<area shape='rect' coords='150,0,210,13' href='http://www.kfi.or.kr/kfiweb/intro/H010000.asp' target='_top'>" +
        "<area shape='rect' coords='240,-1,322,12' href='http://www.kfi.or.kr/kfiweb/intro/H010500.asp' target='_top'>" +
      "</map>"


document.write(htmlcode);

}
