function left(){

var htmlcode = "";


htmlcode =   


	"<table width='204' border='0' cellspacing='0' cellpadding='0'>" +
	"  <tr>" +
          	"    <td align='right' valign='top'>" +

	"      <table width='204' height='112' border='0' cellpadding='0' cellspacing='0'>" +
	"        <tr><td height='79' align='right' valign='bottom' background='../images/name_back.gif'>" +
				
	"	<table width='140' border='0' cellspacing='0' cellpadding='5'>" +
	"	  <tr><td height='40'><font color='#333366'>ÇÑ±¹¼Ò¹æ°ËÁ¤°ø»ç´Ô</font></td></tr>" +
	"	</table>" +
				
	"        </td></tr>" +
              "        <tr><td height='33' valign='top'><img src='../images/logout.gif' width='204' height='33' border='0' usemap='#logout'></td></tr>" +
	"      </table>" +

	"      <br><br>" +

            	"      <table width='177' border='0' cellspacing='0' cellpadding='0'>" +
              "        <tr><td height='40' valign='top'><a href='../minwon_info/minwon_info1.html'><img src='../images/bn_apply_info.gif' width='177' height='34' border=0></a></td></tr>" +
              "        <tr><td height='40' valign='top'><a href='../minwon_info/minwon_info2.html'><img src='../images/bn_process_info.gif' width='177' height='34' border=0></a></td></tr>" +
              "        <tr><td height='50' valign='top'><a href='../minwon_info/minwon_info3.html'><img src='../images/bn_form.gif' width='177' height='34' border=0></a></td></tr>" +
              "        <tr><td valign='top'><a href='../client/Y010101.aspx'><img src='../images/bn_complain.gif' width='177' height='41' border=0></a></td></tr>" +
            	"      </table>" +
            
	"      <br> " +
			
	"      <img src='../images/phone.gif' width='177' height='93'>" +
			
	"    </td>" +
	"  </tr>" +
      	"</table>" +

	"<map name='logout'>" +
	"  <area shape='rect' coords='40,1,113,19' href='../common/index.html'>" +
	"  <area shape='rect' coords='117,1,193,20' href='../login/modify_member_info.html'>" +
	"</map>"


document.write(htmlcode);

}
