function login()
{
document.writeln("<table width=\"100%\" border=\"0\" cellspacing=\"0\" cellpadding=\"0\"> ");
document.writeln("<tr height=\"10\">  ");
document.writeln("<td height=\"10\" colspan=\"2\"></td> ");
document.writeln("</tr> ");
document.writeln("<tr>  ");
document.writeln("<td width=\"45\"><img src=\"main/img/id.gif\" width=\"43\" height=\"26\"></td> ");
document.writeln("<td valign=\"bottom\"><input name=\"textfield\" type=\"text\" class=\"login\" size=\"15\"></td> ");
document.writeln("</tr> ");
document.writeln("<tr>  ");
document.writeln("<td><img src=\"main/img/pass.gif\" width=\"43\" height=\"27\"></td> ");
document.writeln("<td valign=\"bottom\"><input name=\"textfield2\" type=\"password\" class=\"login\" size=\"15\"></td> ");
document.writeln("</tr> ");
document.writeln("<tr>  ");
document.writeln("<td>&nbsp;</td> ");
document.writeln("<td><a href=\"#\" onFocus=\"this.blur()\"><img src=\"main/img/login.gif\" width=\"42\" height=\"20\" border=\"0\"></a><a href=\"html/member_infor2.htm\" onFocus=\"this.blur()\"><img src=\"main/img/forgetpass.gif\" width=\"58\" height=\"20\" border=\"0\"></a></td> ");
document.writeln("</tr> ");
document.writeln("</table> ");
}

// ½ÇÁ¦¾²ÀÌÀÌ´Â Å×ÀÌºíÀº log_ch.inc ÆÄÀÏ·Î µÇ¾îÀÖ½¿

function login_sub()
{
document.writeln("<table width=\"100%\" border=\"0\" cellpadding=\"0\" cellspacing=\"0\" class=\"font66\"> ");
document.writeln("<tr height=\"10\">  ");
document.writeln("<td height=\"10\"></td> ");
document.writeln("</tr> ");
document.writeln("<tr>  ");
document.writeln("<td height=\"53\" align=center><strong>o oo</strong>´Ô<br>ÇöÀç Á¢¼Ó Áß ÀÔ´Ï´Ù.</td> ");
document.writeln("</tr> ");
document.writeln("<tr>  ");
document.writeln("<td><img src=\"../img/log_out.gif\" width=\"55\" height=\"20\"><a href=\"member_infor.htm\" onfocus=blur()><img src=\"../img/infor_edit.gif\" width=\"53\" height=\"20\" border=0></a><img src=\"../img/admin.gif\" width=\"50\" height=\"20\"></td> ");
document.writeln("</tr> ");
document.writeln("</table> ");
}
