﻿var Mon="";
function msinit(Mnum){
	document.all("lm_0"+Mnum).src="/common/Img/customer/lmenu_cus_t"+Mnum+"r.gif";
	Mon=Mnum;
}

function msover(num){
if(num!=Mon){
	document.all("lm_0"+num).src="/Common/Img/customer/lmenu_cus_t"+num+"r.gif";
	}
}

function msout(num){
if(num!=Mon){
	document.all("lm_0"+num).src="/Common/Img/customer/lmenu_cus_t"+num+".gif";
	msinit(Mon);
	}
}

document.write("\
<table width=\"146\" border=\"0\" cellspacing=\"0\" cellpadding=\"0\">\
<tr>\
<td onmouseover=\"msover(1);\" onmouseout=\"msout(1);\">\
<!-------------------## 공지사항 ##--------------------------->\
<a href=\"/Board/NOTICE_LIST.aspx\" ><img src=\"/Common/Img/customer/lmenu_cus_t1.gif\" name=\"lm_01\" height=\"24\" border=\"0\" id=\"lm_01\"></a></td>\
</tr>\
<tr>\
<td><img src=\"/Common/Img/customer/lmenu_line.gif\" width=\"146\" height=\"1\"></td>\
</tr>\
<tr>\
<td onmouseover=msover(2); onmouseout=msout(2);>\
<!-------------------## QnA ##--------------------------->\
		  <a href=\"/COUNSEL/QNA_WRITE.aspx\"><img src=\"/Common/Img/customer/lmenu_cus_t2.gif\" name=\"lm_02\" border=\"0\" id=\"lm_02\"></a></td>\
</tr>\
<tr>\
<td><img src=\"/Common/Img/customer/lmenu_line.gif\" width=\"146\" height=\"1\"></td>\
</tr>\
<tr>\
<td onmouseover=msover(3); onmouseout=msout(3);>\
<!-------------------## FAQ ##--------------------------->\
		  <a href=\"/Board/FAQ_LIST.aspx?CODE=F000\"><img src=\"/Common/Img/customer/lmenu_cus_t3.gif\" name=\"lm_03\" border=\"0\" id=\"lm_03\"></a></td>\
</tr>\
<tr>\
<td><img src=\"/Common/Img/customer/lmenu_line.gif\" width=\"146\" height=\"1\"></td>\
</tr>\
<tr>\
<td onmouseover=msover(4); onmouseout=msout(4);>\
<!-------------------## 이용약관 ##--------------------------->\
		  <a href=\"/Agreement/Agreement01.aspx\"><img src=\"/Common/Img/customer/lmenu_cus_t4.gif\" name=\"lm_04\" border=\"0\" id=\"lm_04\"></a></td>\
</tr>\
<tr>\
<td><img src=\"/Common/Img/customer/lmenu_line.gif\" width=\"146\" height=\"1\"></td>\
</tr>\
		<tr>\
<td onmouseover=msover(5); onmouseout=msout(5);>\
<!-------------------## 개인정보보호정책##--------------------------->\
		  <a href=\"/Agreement/PersonalPolicy.aspx\"><img src=\"/Common/Img/customer/lmenu_cus_t5.gif\" name=\"lm_05\" border=\"0\" id=\"lm_05\"></a></td>\
</tr>\
<tr>\
<td><img src=\"/Common/Img/customer/lmenu_line.gif\" width=\"146\" height=\"1\"></td>\
</tr>\
<tr>\
<td onmouseover=msover(6); onmouseout=msout(6);>\
<!-------------------## 이용안내 ##--------------------------->\
		  <a href=\"/Agreement/Infomation01.aspx\"><img src=\"/Common/Img/customer/lmenu_cus_t6.gif\" name=\"lm_06\" border=\"0\" id=\"lm_06\"></a></td>\
</tr>\
<tr>\
<td><img src=\"/Common/Img/customer/lmenu_line.gif\" width=\"146\" height=\"1\"></td>\
</tr>\
</table>\
");