/*--------------------------------------------------------------------------------------------------*/
/* File Name            : Bottom.js */
/* File Type             : Include type  (js) */
/* Discription           :  copyright / banner  */

/* Author                 : Eunha Lee- Korea Software Lab. co., ltd.*/
/* Date                   : 2005 / 2 / 17 */
/* Last update date  : 2005 / 2 / 17 */
/*--------------------------------------------------------------------------------------------------*/


str  = '' 

str += '<table width="899" height="57" border="0" cellpadding="0" cellspacing="0">'
str += '  <tr>'
str += '    <td width="183" bgcolor="2D5883">&nbsp;</td>'
str += '    <td bgcolor="E3E3E3"><table width="100%" border="0" cellspacing="0" cellpadding="0">'
str += '        <tr> '
str += '          <td class="hotmenu"><a href="../community/community_2.asp">»ó´ã¹®ÀÇ</a> &nbsp;¤Ó&nbsp; <a href="../company/company8.asp">Ã¤¿ë¾È³»</a> '
str += '            &nbsp;¤Ó&nbsp; <a href="../company/company9.htm">Ã£¾Æ¿À½Ã´Â±æ</a></td>'
str += '          <td rowspan="2"></td>'
str += '        </tr>'
str += '        <tr> '
str += '          <td class="copy">Copyright(C) 2005 Korea Software Laboratory Corp. All Rights Reserved. '
str += '            <br>'
str += '            ¼­¿ïÆ¯º°½Ã ±¤Áø±¸ È­¾çµ¿ 42-17 Á¦ÀÏºôµù 2Ãþ ÇÑ±¹¼ÒÇÁÆ®·¦  &nbsp;&nbsp;&nbsp;TEL (02) 499 - 1975 &nbsp;&nbsp;FAX (02) 465 - 4977</td>'
str += '        </tr>'
str += '      </table></td>'
str += '  </tr>'
str += '</table>'


  

document.write( str ); 


