document.write(" \
			<div class='leftTi'><a href='/product/product_list/Product_Main.do'><img src='/images/product/leftm.jpg' width='200' height='91' alt='Á¦Ç°¼Ò°³' /></a></div> \
			<div class='leftMenu'> \
				<ul class='list'> \
					<li> \
						<a href='/product/product_list/Product_View_BX.do' onMouseOver='CHlm(1);' onMouseOut='CHlm(1);'><img id='lmti1' name='lmti1' src='/images/product/leftm1.gif' width='159' alt='Â÷·®¿ë ¹èÅÍ¸®' /></a><br /> \
						<div id='lms' name='lms' class='slist'> \
							<a href='/product/product_list/Product_View_BX.do'><img src='/images/product/leftm1_1.gif' width='159' alt='Â÷·®¿ë' /></a><br /> \
							<a href='/product/product_list/Product_View_TX.do'><img src='/images/product/leftm1_2.gif' width='159' alt='ÅÃ½Ã¿ë' /></a><br /> \
							<a href='/product/product_list/Product_View_DX.do'><img src='/images/product/leftm1_3.gif' width='159' alt='Æ®·°/¹ö½º¿ë' /></a><br /> \
							<a href='/product/product_list/Product_View_OS.do'><img src='/images/product/leftm1_4.gif' width='159' alt='¼öÀÔÂ÷¿ë' /></a><br /> \
							<a href='/product/product_list/Product_View_MX.do'><img src='/images/product/leftm1_5.gif' width='159' alt='¼±¹Ú¿ë' /></a><br /> \
							<a href='/product/product_list/Product_View_AX.do'><img src='/images/product/leftm1_6.gif' width='159' alt='³ó±â°è¿ë' /></a><br /> \
							<a href='/product/product_list/Product_View_AGM.do'><img src='/images/product/leftm1_7.gif' width='159' alt='AGM Series' /></a><br /> \
							<div class='sliste'></div> \
						</div> \
					</li> \
					<li> \
						<a href='/product/product_list/Product_View_ITX.do' onMouseOver='CHlm(2);' onMouseOut='CHlm(2);'><img id='lmti2' name='lmti2' src='/images/product/leftm2.gif' width='159' alt='»ê¾÷¿ë ¹èÅÍ¸®' /></a><br /> \
						<div id='lms' name='lms' class='slist'> \
							<a href='/product/product_list/Product_View_ITX.do'><img src='/images/product/leftm2_1.gif' width='159' alt='ITX Series' /></a><br /> \
							<a href='/product/product_list/Product_View_SB.do'><img src='/images/product/leftm2_2.gif' width='159' alt='SB Series' /></a><br /> \
							<a href='/product/product_list/Product_View_KBA.do'><img src='/images/product/leftm2_3.gif' width='159' alt='KBA Series' /></a><br /> \
							<a href='/product/product_list/Product_View_KBX.do'><img src='/images/product/leftm2_4.gif' width='159' alt='KBX Series' /></a><br /> \
							<a href='/product/product_list/Product_View_KB.do'><img src='/images/product/leftm2_5.gif' width='159' alt='KB Series' /></a><br /> \
							<a href='/product/product_list/Product_View_VGS.do'><img src='/images/product/leftm2_6.gif' width='159' alt='VGS Series' /></a><br /> \
							<a href='/product/product_list/Product_View_US.do'><img src='/images/product/leftm2_7.gif' width='159' alt='US Series' /></a><br /> \
							<div class='sliste'></div> \
						</div> \
					</li> \
					<li> \
						<a href='/product/product_list/Product_Search.do' onMouseOver='CHlm(3);' onMouseOut='CHlm(3);'><img id='lmti3' name='lmti3' src='/images/product/leftm3.gif' width='159' alt='Á¦Ç°°Ë»ö' /></a><br /> \
						<div id='lms' name='lms' class='slist'> \
							<a href='/product/product_list/Product_Search.do'><img src='/images/product/leftm3_1.gif' width='159' alt='Â÷·® Á¦Á¶»çº°' /></a><br /> \
							<div class='sliste'></div> \
						</div> \
					</li> \
				</ul> \
			</div> \
");

var leftsm = new Array();
leftsm = document.getElementsByName("lms");

if ( selectsm != null  ){
	leftsm[selectsm-1].style.display = "block";
	document.getElementById("lmti"+(selectsm)).src = "/images/product/leftm"+(selectsm)+"_on.gif";
}
function CHlm(obj){
	if ( obj != selectsm || selectsm == null ){
		if ( document.getElementById("lmti"+obj).src.indexOf("_on") < 0 ){
			document.getElementById("lmti"+obj).src = "/images/product/leftm"+(obj)+"_on.gif";
		}else{
			document.getElementById("lmti"+obj).src = "/images/product/leftm"+(obj)+".gif";
		}
	}
}
