/*// ¿À´Ã ³¯Â¥ ¼¼ÆÃ
var today = new Date();
var year = today.getYear();
var month = addZero(today.getMonth()+1);
var date = today.getDate(); 

// 10 ¹Ì¸¸ ¼ýÀÚ¾Õ¿¡ '0'À» ºÙÀÎ´Ù.
function addZero(s)
{
	if( s.length > 1 )
    {
		return s;
	}
    else
    {
		return ("0"+s);
	}
}*/


function MM_swapImgRestore() { //v3.0
	var i,x,a=document.MM_sr; for(i=0;a&&i<a.length&&(x=a[i])&&x.oSrc;i++) x.src=x.oSrc;
}
function MM_preloadImages() { //v3.0
	var d=document; if(d.images){ if(!d.MM_p) d.MM_p=new Array();
	var i,j=d.MM_p.length,a=MM_preloadImages.arguments; for(i=0; i<a.length; i++)
	if (a[i].indexOf("#")!=0){ d.MM_p[j]=new Image; d.MM_p[j++].src=a[i];}}
}
function MM_findObj(n, d) { //v4.01
	var p,i,x;  if(!d) d=document; if((p=n.indexOf("?"))>0&&parent.frames.length) {
	d=parent.frames[n.substring(p+1)].document; n=n.substring(0,p);}
	if (!(x=d[n])&&d.all) x=d.all[n]; for (i=0;!x&&i<d.forms.length;i++) x=d.forms[i][n];
	for (i=0;!x&&d.layers&&i<d.layers.length;i++) x=MM_findObj(n,d.layers[i].document);
	if (!x && d.getElementById) x=d.getElementById(n); return x;
}
function MM_swapImage() { //v3.0
	var i,j=0,x,a=MM_swapImage.arguments; document.MM_sr=new Array; for(i=0;i<(a.length-2);i+=3)
	if ((x=MM_findObj(a[i]))!=null){document.MM_sr[j++]=x; if(!x.oSrc) x.oSrc=x.src; x.src=a[i+2];}
}
function MM_showHideLayers() { //v3.0
	var i,p,v,obj,args=MM_showHideLayers.arguments;
	for (i=0; i<(args.length-2); i+=3) if ((obj=MM_findObj(args[i]))!=null) { v=args[i+2];
	if (obj.style) { obj=obj.style; v=(v=='show')?'visible':(v='hide')?'hidden':v; }
	obj.visibility=v; }
}

function MM_openBrWindow(theURL,winName,features) { //v2.0
	window.open(theURL,winName,features);
}
function openCatalog(mnfc, mdl) {
	var newURL='';
	var verStr=navigator.appVersion;
	var app=navigator.appName;
	var version = parseFloat(verStr);
	newURL = "/catalog/index_expl.jsp?mnfcd="+mnfc + "&mdlcd=" + mdl ;
	if (app.indexOf('Netscape') != -1) {
		window.open(newURL,'ViewCatalog','scrollbars=yes,status=no,resizable=yes,width=670,height=700,left=180,top=20');
	} else if (app.indexOf('Microsoft') != -1) {
		window.open(newURL,'ViewCatalog','scrollbars=yes,status=no,resizable=yes,width=670,height=700,left=180,top=20');
	} 
}
function openCatalog_for(mnfc, mdl) {
	var newURL='';
	var verStr=navigator.appVersion;
	var app=navigator.appName;
	var version = parseFloat(verStr);
	newURL = "/catalog/index_for.jsp?mnfcd="+mnfc + "&mdlcd=" + mdl ;
	if (app.indexOf('Netscape') != -1) {
		window.open(newURL ,'ViewCatalog','scrollbars=yes,status=no,resizable=yes,width=670,height=635,left=180,top=20');
	} else if (app.indexOf('Microsoft') != -1) {
		window.open(newURL,'ViewCatalog','scrollbars=yes,status=no,resizable=yes,width=670,height=635,left=180,top=20');
	} 
}
function openCatalog_price() {
	var newURL='';
	var verStr=navigator.appVersion;
	var app=navigator.appName;
	var version = parseFloat(verStr);
	if (app.indexOf('Netscape') != -1) {
		window.open('/catalog/index_price.jsp?mnfcd=001&mdlcd=001','ViewCatalog','scrollbars=yes,status=no,resizable=yes,width=670,height=635,left=180,top=20');
	} else if (app.indexOf('Microsoft') != -1) {
		window.open('/catalog/index_price.jsp?mnfcd=001&mdlcd=067','ViewCatalog','scrollbars=yes,status=no,resizable=yes,width=670,height=635,left=180,top=20');
	} 
}


/*function goDetailSearch() 
{
	cnt = 0;
	document.top_search.car_idx_manufact.value	= document.top_search.car_manufact.options[document.top_search.car_manufact.selectedIndex].value;
	document.top_search.car_idx_model.value		= document.top_search.car_model.options[document.top_search.car_model.selectedIndex].value;
	document.top_search.car_idx_sido.value		= document.top_search.car_sido.options[document.top_search.car_sido.selectedIndex].value;

	if ( document.top_search.car_idx_manufact.value != null && document.top_search.car_idx_manufact.value > -1 )
		document.top_search.manufact.value = DB_CAR[document.top_search.car_idx_manufact.value][0][0];
	else document.top_search.manufact.value = "";
    if ( document.top_search.car_idx_model.value != null && document.top_search.car_idx_model.value > -1 )
		document.top_search.model.value = DB_CAR[document.top_search.car_idx_manufact.value][document.top_search.car_idx_model.value][0];
	else document.top_search.model.value = "";
	if ( document.top_search.car_idx_sido.value != null && document.top_search.car_idx_sido.value > -1 )
		document.top_search.sido.value = DB_AREA[document.top_search.car_idx_sido.value][0];
	else document.top_search.sido.value = "";

	location.href = "http://used.auto.naver.com/company/dworld/buy/2100.jsp?car_manufact=" + document.top_search.manufact.value 
					  + "&car_model=" + document.top_search.model.value + "&car_sido=" + document.top_search.sido.value
					  + "&car_idx_sido=" + document.top_search.car_idx_sido.value + "&car_idx_manufact=" + document.top_search.car_idx_manufact.value
					  + "&car_idx_model=" + document.top_search.car_idx_model.value;
}*/



function TopBar() {    
// ¿£Å©¸° º£³Ê ¿À·ù·Î Àá½Ã Á¦°Å
//			document.write(" <div class='dworld_encar_banner'> \n");
//			document.write(" <div class='dworld_encar_banner_in'><iframe src='http://Enclean.dtribe.co.kr/NetInsight/html/skenclean/skenclean/skenclean@carAllSub' width='160' height='250' frameborder='0' scrolling='no' topmargin='0' leftmargin='0' marginwidth='0' marginheight='0'></iframe></div> \n");
//			document.write(" <div class='dworld_encar_banner_in'></div> \n");
//			document.write(" </div> \n");
			document.write("<link rel='stylesheet' type=text/css href='/company/dworld/common/cmt/layout_for_another.css'>");
			document.write("<link rel=stylesheet type=text/css href=\"/company/dworld/common/guide.css\">");
			document.write("<img src=\"http://zone.enclean.com/cp/ENCAR.jsp\" width=0 height=0>");
			document.write("<table width=950 cellspacing=0 cellpadding=0 border=0 style='margin-bottom:6px;'>                                                                                                                       \n");
			document.write("	<tr align=center valign=top>                                                                                                                                                                        \n");
			document.write("		<td>                                                                                                                                                                                            \n");
//			document.write("			<div id='skipnavi'><a href='#contents'>¸Þ´º °Ç³Ê¶Ù±â</a> <a href='#search'>°Ë»öÀ¸·Î ÀÌµ¿</a></div>                                                                                          \n");
//			¿£Å©¸°¿¡¼­ Á÷Á¢°¡Á®¿À±â
			document.write("<div id='wrap' class='col3ad newcar_type1'> ");
			document.write("<SCRIPT TYPE='text/JavaScript' LANGUAGE='JavaScript1.2' SRC='http://www.enclean.com/jscmm/frontTop_0601.jsp?returnurl=http%3A%2F%2Fwww.enclean.com/user/encar/login.do&m=UCA' charset='utf-8'>");
			document.write("</div> ");

}

function TopBar2() {
/*
			document.write("    <div id=\"gnb_1\" class=\"subgnb\">      ");
			document.write("        <ul id=\"globalnav_1\">      ");
			document.write("            <li><a href=\"http://www.enclean.com/newcar/index.do\"><img src=\"http://www.enclean.com/img/img/cmt/newcar2/new_gnb/gnb_menu01_1_off_index.gif\" alt=\"ÀÚµ¿Â÷È¨\" /></a></li>      ");
			document.write("            <li><a href=\"http://www.enclean.com/newcar/brand/class.brand.index.do\"><img src=\"http://www.enclean.com/img/img/cmt/newcar2/new_gnb/gnb_menu02_1_off_index.gif\" alt=\"½ÅÂ÷\" /></a></li>      ");
			document.write("            <li><a href=\"http://usedcar.enclean.com/company/dworld/index.jsp\"><img src=\"http://www.enclean.com/img/img/cmt/newcar2/new_gnb/gnb_menu03_1_on_index.gif\" alt=\"Áß°íÂ÷\" /></a>      ");
			document.write("                <dl id=\"subnav2\" class=\"subnavigation_1\"  >      ");
			//¿ä±â 4°³ ¸Þ´º ¸µÅ©Á» °É¾îÁÖ¼¼¿ä
			document.write("                    <dd><a href=\"http://usedcar.enclean.com/company/dworld/buy/2810.jsp?p_cate=01|01\">Áß°íÂ÷ ±¸¸Å</a></dd>      ");
			document.write("                    <dd><a href=\"http://usedcar.enclean.com/company/dworld/sell/sell_jindan2.html\">Áß°íÂ÷ ÆÇ¸Å</a></dd>      ");
			document.write("                    <dd><a href=\"http://usedcar.enclean.com/company/dworld/guide/guide_01.html\">²À ¾Ë¾ÆµÎ¼¼¿ä</a></dd>      ");
			document.write("                </dl>      ");
			document.write("            </li>      ");
			document.write("            <li><a href=\"http://www.enclean.com/newcar/model/model.search.list.do\"><img src=\"http://www.enclean.com/img/img/cmt/newcar2/new_gnb/gnb_menu04_1_off_index.gif\" alt=\"ÀÚµ¿Â÷ °Ë»ö\" /></a></li>      ");
			document.write("            <li><a href=\"http://www.enclean.com/newcar/model/inq.self.view.do\"><img src=\"http://www.enclean.com/img/img/cmt/newcar2/new_gnb/gnb_menu05_1_off_index.gif\" alt=\"°ßÀû³»±â\" /></a></li>      ");
			document.write("            <li><a href=\"http://www.enclean.com/newcar/model/compare.model.view.do\"><img src=\"http://www.enclean.com/img/img/cmt/newcar2/new_gnb/gnb_menu06_1_off_index.gif\" alt=\"ºñ±³ÇÏ±â\" /></a></li>      ");
			document.write("            <li><a href=\"http://www.enclean.com/newcar/guide/discount.list.do\"><img src=\"http://www.enclean.com/img/img/cmt/newcar2/new_gnb/gnb_menu07_1_off_index.gif\" alt=\"²À ¾Ë¾ÆµÎ¼¼¿ä\" /></a></li>      ");
			document.write("            <li><a href=\"http://carmanager.enclean.com/main.do\"><img src=\"http://www.enclean.com/img/img/cmt/newcar2/new_gnb/gnb_menu08_1_off_index.gif\" alt=\"Ä«¸Å´ÏÀú\" /></a></li>      ");
			document.write("            <li  class=\"wing\"><a href=\"http://www.enclean.com/ckp/index.do\"><img src=\"http://www.enclean.com/img/img/cmt/newcar2/new_gnb/gnb_repair_index1.gif\" alt=\"À¯Áö¿îÇà\" /></a>  <a href=\"http://www.enclean.com/review/index.do\"><img src=\"http://www.enclean.com/img/img/cmt/newcar2/new_gnb/gnb_review_index1.gif\" alt=\"¸®ºä2.0\" /></a>   </li>      ");
			document.write("        </ul>      ");
			document.write("    </div>      ");
			document.write("    </div>      ");
			document.write("  </td>                                                                                                                                                                                           \n");
			document.write(" </tr>                                                                                                                                                                                               \n");
			document.write("</table>                                                                                                                                                                                                \n");
*/

			document.write(" <div id=\"gnb_1\" class=\"subgnb\"> ");
			document.write(" <ul id=\"globalnav_1\"> ");
			document.write(" <li><a href=\"http://www.enclean.com/newcar/index.do\"><img src=\"http://www.enclean.com/img/img/cmt/newcar2/new_gnb/gnb_menu01_1_off_index.gif\" alt=\"ÀÚµ¿Â÷È¨\" /></a></li> ");
			document.write(" <li><a href=\"http://www.enclean.com/newcar/brand/class.brand.index.do\"><img src=\"http://www.enclean.com/img/img/cmt/newcar2/new_gnb/gnb_menu02_1_off_index.gif\" alt=\"½ÅÂ÷\" /></a></li> ");
			document.write(" <li><a href=\"http://usedcar.enclean.com/company/dworld/index.jsp\"><img src=\"http://www.enclean.com/img/img/cmt/newcar2/new_gnb/gnb_menu03_1_on_index.gif\" alt=\"Áß°íÂ÷\" /></a> ");
			document.write(" <dl id=\"subnav2\" class=\"subnavigation_1\" > ");
			document.write(" <dd><a href=\"http://usedcar.enclean.com/company/dworld/buy/2810.jsp?p_cate=01|01\"\">Áß°íÂ÷ ±¸¸Å</a></dd> ");
			document.write(" <dd><a href=\"http://usedcar.enclean.com/company/dworld/sell/sell_jindan2.html\">Áß°íÂ÷ ÆÇ¸Å</a></dd> ");
			document.write(" <dd><a href=\"http://usedcar.enclean.com/company/dworld/guide/guide_01.html\">²À ¾Ë¾ÆµÎ¼¼¿ä</a></dd> ");
			document.write(" </dl> ");
			document.write(" </li> ");
			document.write(" <li><a href=\"http://www.enclean.com/newcar/model/model.search.list.do\"><img src=\"http://www.enclean.com/img/img/cmt/newcar2/new_gnb/gnb_menu04_1_off_index.gif\" alt=\"ÀÚµ¿Â÷ °Ë»ö\" /></a></li> ");
			document.write(" <li><a href=\"http://www.enclean.com/newcar/model/inq.self.view.do\"><img src=\"http://www.enclean.com/img/img/cmt/newcar2/new_gnb/gnb_menu05_1_off_index.gif\" alt=\"°ßÀû³»±â\" /></a></li> ");
			document.write(" <li><a href=\"http://www.enclean.com/newcar/model/compare.model.view.do\"><img src=\"http://www.enclean.com/img/img/cmt/newcar2/new_gnb/gnb_menu06_1_off_index.gif\" alt=\"ºñ±³ÇÏ±â\" /></a></li> ");
			document.write(" <li><a href=\"http://www.enclean.com/newcar/guide/discount.list.do\"><img src=\"http://www.enclean.com/img/img/cmt/newcar2/new_gnb/gnb_menu07_1_off_index.gif\" alt=\"²À ¾Ë¾ÆµÎ¼¼¿ä\" /></a></li> ");
			document.write(" <li><a href=\"http://www.enclean.com/review/index.do\"><img src=\"http://www.enclean.com/img/img/cmt/newcar2/new_gnb/gnb_menu08_1_off_index.gif\" alt=\"¸®ºä\" /></a></li> ");
			document.write(" <li class=\"wing\"> <a href=\"http://www.enclean.com/ckp/index.do\"><img src=\"http://www.enclean.com/img/img/cmt/newcar2/new_gnb/gnb_repair_index1.gif\" alt=\"À¯Áö¿îÇà\" /></a></li> ");
			document.write(" </ul> ");
			document.write(" </div> ");
			document.write(" </div> ");

}



// index.jsp ¿¡¼­ »ç¿ë ÇÏ´Â GNB ½ºÅ©¸³Æ®
function mainTopBar() {
/*			document.write("    <div id=\"gnb_1\" class=\"subgnb\">      ");
			document.write("        <ul id=\"globalnav_1\">      ");
			document.write("            <li><a href=\"http://www.enclean.com/newcar/index.do\"><img src=\"http://www.enclean.com/img/img/cmt/newcar2/new_gnb/gnb_menu01_1_off_index.gif\" alt=\"ÀÚµ¿Â÷È¨\" /></a></li>      ");
			document.write("            <li><a href=\"http://www.enclean.com/newcar/brand/class.brand.index.do\"><img src=\"http://www.enclean.com/img/img/cmt/newcar2/new_gnb/gnb_menu02_1_off_index.gif\" alt=\"½ÅÂ÷\" /></a></li>      ");
			document.write("            <li><a href=\"http://usedcar.enclean.com/company/dworld/index.jsp\"><img src=\"http://www.enclean.com/img/img/cmt/newcar2/new_gnb/gnb_menu03_1_on_index.gif\" alt=\"Áß°íÂ÷\" /></a>      ");
			document.write("                <dl id=\"subnav2\" class=\"subnavigation_1\"  >      ");
			//¿ä±â 4°³ ¸Þ´º ¸µÅ©Á» °É¾îÁÖ¼¼¿ä
			document.write("                    <dd><a href=\"http://usedcar.enclean.com/company/dworld/buy/2810.jsp?p_cate=01|01'\">Áß°íÂ÷ ±¸¸Å</a></dd>      ");
			document.write("                    <dd><a href=\"http://usedcar.enclean.com/company/dworld/sell/sell_jindan2.html\">Áß°íÂ÷ ÆÇ¸Å</a></dd>      ");
			document.write("                    <dd><a href=\"http://usedcar.enclean.com/company/dworld/guide/guide_01.html\">²À ¾Ë¾ÆµÎ¼¼¿ä</a></dd>      ");
			document.write("                </dl>      ");
			document.write("            </li>      ");
			document.write("            <li><a href=\"http://www.enclean.com/newcar/model/model.search.list.do\"><img src=\"http://www.enclean.com/img/img/cmt/newcar2/new_gnb/gnb_menu04_1_off_index.gif\" alt=\"ÀÚµ¿Â÷ °Ë»ö\" /></a></li>      ");
			document.write("            <li><a href=\"http://www.enclean.com/newcar/model/inq.self.view.do\"><img src=\"http://www.enclean.com/img/img/cmt/newcar2/new_gnb/gnb_menu05_1_off_index.gif\" alt=\"°ßÀû³»±â\" /></a></li>      ");
			document.write("            <li><a href=\"http://www.enclean.com/newcar/model/compare.model.view.do\"><img src=\"http://www.enclean.com/img/img/cmt/newcar2/new_gnb/gnb_menu06_1_off_index.gif\" alt=\"ºñ±³ÇÏ±â\" /></a></li>      ");
			document.write("            <li><a href=\"http://www.enclean.com/newcar/guide/discount.list.do\"><img src=\"http://www.enclean.com/img/img/cmt/newcar2/new_gnb/gnb_menu07_1_off_index.gif\" alt=\"²À ¾Ë¾ÆµÎ¼¼¿ä\" /></a></li>      ");
			document.write("            <li><a href=\"http://carmanager.enclean.com/main.do\"><img src=\"http://www.enclean.com/img/img/cmt/newcar2/new_gnb/gnb_menu08_1_off_index.gif\" alt=\"Ä«¸Å´ÏÀú\" /></a></li>      ");
			document.write("            <li  class=\"wing\"><a href=\"http://www.enclean.com/ckp/index.do\"><img src=\"http://www.enclean.com/img/img/cmt/newcar2/new_gnb/gnb_repair_index1.gif\" alt=\"À¯Áö¿îÇà\" /></a>  <a href=\"http://www.enclean.com/review/index.do\"><img src=\"http://www.enclean.com/img/img/cmt/newcar2/new_gnb/gnb_review_index1.gif\" alt=\"¸®ºä2.0\" /></a>   </li>      ");
			document.write("        </ul>      ");
			document.write("    </div>      ");
			document.write("    </div>      ");
*/

	document.write(" <div id=\"gnb_1\" class=\"subgnb\"> ");
	document.write(" <ul id=\"globalnav_1\"> ");
	document.write(" <li><a href=\"http://www.enclean.com/newcar/index.do\"><img src=\"http://www.enclean.com/img/img/cmt/newcar2/new_gnb/gnb_menu01_1_off_index.gif\" alt=\"ÀÚµ¿Â÷È¨\" /></a></li> ");
	document.write(" <li><a href=\"http://www.enclean.com/newcar/brand/class.brand.index.do\"><img src=\"http://www.enclean.com/img/img/cmt/newcar2/new_gnb/gnb_menu02_1_off_index.gif\" alt=\"½ÅÂ÷\" /></a></li> ");
	document.write(" <li><a href=\"http://usedcar.enclean.com/company/dworld/index.jsp\"><img src=\"http://www.enclean.com/img/img/cmt/newcar2/new_gnb/gnb_menu03_1_on_index.gif\" alt=\"Áß°íÂ÷\" /></a> ");
	document.write(" <dl id=\"subnav2\" class=\"subnavigation_1\" > ");
	document.write(" <dd><a href=\"http://usedcar.enclean.com/company/dworld/buy/2810.jsp?p_cate=01|01\"\">Áß°íÂ÷ ±¸¸Å</a></dd> ");
	document.write(" <dd><a href=\"http://usedcar.enclean.com/company/dworld/sell/sell_jindan2.html\">Áß°íÂ÷ ÆÇ¸Å</a></dd> ");
	document.write(" <dd><a href=\"http://usedcar.enclean.com/company/dworld/guide/guide_01.html\">²À ¾Ë¾ÆµÎ¼¼¿ä</a></dd> ");
	document.write(" </dl> ");
	document.write(" </li> ");
	document.write(" <li><a href=\"http://www.enclean.com/newcar/model/model.search.list.do\"><img src=\"http://www.enclean.com/img/img/cmt/newcar2/new_gnb/gnb_menu04_1_off_index.gif\" alt=\"ÀÚµ¿Â÷ °Ë»ö\" /></a></li> ");
	document.write(" <li><a href=\"http://www.enclean.com/newcar/model/inq.self.view.do\"><img src=\"http://www.enclean.com/img/img/cmt/newcar2/new_gnb/gnb_menu05_1_off_index.gif\" alt=\"°ßÀû³»±â\" /></a></li> ");
	document.write(" <li><a href=\"http://www.enclean.com/newcar/model/compare.model.view.do\"><img src=\"http://www.enclean.com/img/img/cmt/newcar2/new_gnb/gnb_menu06_1_off_index.gif\" alt=\"ºñ±³ÇÏ±â\" /></a></li> ");
	document.write(" <li><a href=\"http://www.enclean.com/newcar/guide/discount.list.do\"><img src=\"http://www.enclean.com/img/img/cmt/newcar2/new_gnb/gnb_menu07_1_off_index.gif\" alt=\"²À ¾Ë¾ÆµÎ¼¼¿ä\" /></a></li> ");
	document.write(" <li><a href=\"http://www.enclean.com/review/index.do\"><img src=\"http://www.enclean.com/img/img/cmt/newcar2/new_gnb/gnb_menu08_1_off_index.gif\" alt=\"¸®ºä\" /></a></li> ");
	document.write(" <li class=\"wing\"> <a href=\"http://www.enclean.com/ckp/index.do\"><img src=\"http://www.enclean.com/img/img/cmt/newcar2/new_gnb/gnb_repair_index1.gif\" alt=\"À¯Áö¿îÇà\" /></a></li> ");
	document.write(" </ul> ");
	document.write(" </div> ");
	document.write(" </div> ");
}



function LeftMenu() {


str = "     <div id='sidebar'>                                                                                                                                                                       \n"
	+"     	<h2><img src='/company/dworld/images/cmt/usedcar/side_h2_01.gif' alt='Áß°íÂ÷±¸¸Å' /></h2>                                                                                               \n"
	+"     	<div id='sidemenu'>                                                                                                                                                                     \n"
	+"     		<ul class='1depth'>                                                                                                                                                                 \n"
	+"     			<li class='first'><a href='/company/dworld/buy/2810.jsp?p_cate=01|01'><img src='/company/dworld/images/cmt/usedcar/sidemenu101_off.gif' alt='±¹»êÂ÷' /></a>                     \n"
	+"     				<ul class='2depth'>                                                                                                                                                         \n"
	+"     					<li class='first'><a href='/company/dworld/buy/2810.jsp?p_cate=01|01'><img src='/company/dworld/images/cmt/usedcar/sidemenu10101_off.gif' alt='¸ðµ¨º°°Ë»ö'/></a></li>   \n"
	+"     					<li><a href='/company/dworld/buy/2850.jsp?p_cate=01|02' ><img src='/company/dworld/images/cmt/usedcar/sidemenu10102_off.gif' alt='Â÷Á¾º°°Ë»ö'/></a></li>                \n"
	+"     					<li><a href='/company/dworld/buy/2820.jsp?p_cate=01|03'><img src='/company/dworld/images/cmt/usedcar/sidemenu10103_off.gif' alt='Áö¿ªº°°Ë»ö'/></a></li>                 \n"
	+"     					<li><a href='/company/dworld/buy/2830.jsp?p_cate=01|04'><img src='/company/dworld/images/cmt/usedcar/sidemenu10104_off.gif' alt='°¡°Ý´ëº°°Ë»ö'/></a></li>               \n"
	+"     					<li><a href='/company/dworld/buy/2000.jsp?p_cate=01|05&kf=kor'><img src='/company/dworld/images/cmt/usedcar/sidemenu10105_off.gif' alt='»ó¼¼°Ë»ö'/></a></li>            \n"
	+"     					<li><a href='/company/dworld/buy/2500.jsp?p_cate=01|06&kf=kor'><img src='/company/dworld/images/cmt/usedcar/sidemenu10106_off.gif' alt='Áø´ÜÂ÷·®'/></a></li>            \n"
	+"     					<li><a href='/company/dworld/buy/29650.jsp?p_cate=01|07&kf=kor'><img src='/company/dworld/images/cmt/usedcar/sidemenu10107_off.gif' alt='ÀÎ±âÂ÷·®'/></a></li>           \n"
//	+"     					<li><a href='/company/dworld/buy/leaseCarList.jsp'><img src='/company/dworld/images/cmt/usedcar/sidemenu10108_off.gif' alt='¸®½ºÂ÷·®'/></a></li>                        \n"
	+"     				</ul>                                                                                                                                                                       \n"
	+"     			</li>                                                                                                                                                                           \n"
	+"     			<li><a href='/company/dworld/buy/2710.jsp?p_cate=01|08'><img src='/company/dworld/images/cmt/usedcar/sidemenu102_off.gif' alt='¼öÀÔÂ÷' /></a>                                   \n"
	+"     				<ul class='2depth'>                                                                                                                                                         \n"
	+"     					<li class='first'><a href='/company/dworld/buy/2710.jsp?p_cate=01|08'><img src='/company/dworld/images/cmt/usedcar/sidemenu10201_off.gif' alt='¸ðµ¨º°°Ë»ö'/></a></li>   \n"
	+"     					<li><a href='/company/dworld/buy/2860.jsp?p_cate=01|09' id='01|09'><img src='/company/dworld/images/cmt/usedcar/sidemenu10102_off.gif' alt='Â÷Á¾º°°Ë»ö'/></a></li>      \n"
	+"     					<li><a href='/company/dworld/buy/2000.jsp?p_cate=01|10&kf=for'><img src='/company/dworld/images/cmt/usedcar/sidemenu10105_off.gif' alt='»ó¼¼°Ë»ö'/></a></li>            \n"
	+"     					<li><a href='/company/dworld/buy/2500.jsp?p_cate=01|11&kf=kor'><img src='/company/dworld/images/cmt/usedcar/sidemenu10106_off.gif' alt='Áø´ÜÂ÷·®'/></a></li>            \n"
	+"     					<li><a href='/company/dworld/buy/29650.jsp?p_cate=01|12&kf=for'><img src='/company/dworld/images/cmt/usedcar/sidemenu10107_off.gif' alt='ÀÎ±âÂ÷·®'/></a></li>           \n"
//	+"     					<li><a href='/company/dworld/buy/leaseForCarList.jsp'><img src='/company/dworld/images/cmt/usedcar/sidemenu10108_off.gif' alt='¸®½ºÂ÷·®'/></a></li>                     \n"
	+"     				</ul>                                                                                                                                                                       \n"
	+"     			</li>                                                                                                                                                                           \n"
	+"     			<li><a href='/company/dworld/buy/bestcar.jsp'><img src='/company/dworld/images/cmt/usedcar/sidemenu103_off.gif' alt='VIP±¸¸Å' /></a>                                            \n"
	+"     				<ul class='2depth'>                                                                                                                                                         \n"
	+"     					<li class='first'><a href='/company/dworld/buy/bestcar.jsp'><img src='/company/dworld/images/cmt/usedcar/sidemenu10301_off.gif' alt='¾È³»'/></a></li>                                                 \n"
	+"     					<li><a href='/company/dworld/buy/3910.jsp'><img src='/company/dworld/images/cmt/usedcar/sidemenu10302_off.gif'/ alt='½ÅÃ»ÆäÀÌÁö'></a></li>                                                         \n"
	+"     				</ul>                                                                                                                                                                       \n"
	+"     			</li>                                                                                                                                                                           \n"
	+"     		</ul>                                                                                                                                                                               \n"
	+"     	</div>                                                                                                                                                                                  \n"
	+"     </div>                                                                                                                                                                                   \n"

    document.write(str);
}



//function rightMenu() {
//	document.write("     <table cellspacing='0' cellpadding='0' border='0' class='dworld_encar_right' background='/company/dworld/images/rnd05_md.gif'> \n");
//	document.write("      <tr><td class='top'><img src='/company/dworld/images/rnd05_tp.gif' width='186' height='4'></td></tr> \n");
//	document.write("      <tr><td class='mid'> \n");
//	document.write("      <!-- ³»¿ë --> \n");
//	document.write("        <!-- ¹è³Ê --> \n");
//	document.write("        <div class='banner'> \n");
//	document.write("				<script language='javascript' src='http://121.254.170.8:88/event.ems/site=Enclean&pid=Dworld@Sub2-1'></script>  \n");
//	document.write("				<noscript> \n");
//	document.write("				<a target='_blank' href='http://121.254.170.8:88/njclk.ems/site=Enclean&pid=Dworld@Sub2-1'><img src='http://121.254.170.8:88/njimg.ems/site=Enclean&pid=Dworld@Sub2-1' border=0></a> \n");
//	document.write("				</noscript> \n");
//	document.write("        </div> \n");
//	document.write("        <!-- UCC --> \n");
//	document.write("        <div class='ucc'> \n");
//	document.write("			<script language='javascript' src='http://www.enclean.com/bbs/main/other.uccnewlist.do' charset='utf-8' ></script>  \n");
//	document.write("		</div> \n");
//	document.write("        <!-- ¹èÆ²¹æ --> \n");
//	document.write("        <div class='battle'> \n");
//	document.write("			<script language='javascript' src='http://www.enclean.com/ckp/battle/issueBtlSub.do' charset='utf-8' ></script>  \n");
//	document.write("		</div> \n");
//	document.write("        <!-- Äü¸Þ´º --> \n");
//	document.write("        <div class='quick'> \n");
//	document.write("          <img src='/company/dworld/images/right_quick.gif' width='164' height='122' usemap='#right_quick'> \n");
//	document.write("        </div> \n");
//	document.write("        <map name='right_quick' id='right_quick'><area shape='rect' coords='5,5,80,58' href='#' alt='ÆÇ¸Å°¡ÀÌµå' /> \n");
//	document.write("        <area shape='rect' coords='84,5,159,58' href='#' alt='±¸¸Å°¡ÀÌµå' /> \n");
//	document.write("        <area shape='rect' coords='5,64,80,117' href='#' alt='Áø´Üµî·Ï' /> \n");
//	document.write("        <area shape='rect' coords='84,64,159,117' href='#' alt='¼¿ÇÁµî·Ï' /> \n");
//	document.write("        </map> \n");
//	document.write("      <!-- ³»¿ë --> \n");
//	document.write("      </td></tr> \n");
//	document.write("      <tr><td class='bot'><img src='/company/dworld/images/rnd05_bt.gif' width='186' height='4'></td></tr> \n");
//	document.write("      </table>   \n");
//}

function rightBenur(){
	document.write(" <script language='javascript' src='http://121.254.170.8:88/event.ems/site=Enclean&pid=Dworld@Sub2-1'></script> \n");
	document.write(" <noscript> \n");
	document.write(" <a target='_blank' href='http://121.254.170.8:88/njclk.ems/site=Enclean&pid=Dworld@Sub2-1'><img src='http://121.254.170.8:88/njimg.ems/site=Enclean&pid=Dworld@Sub2-1' border=0></a> \n");
	document.write(" </noscript> \n");
}

function rightUcc(){
	document.write(" <script language='javascript' src='http://www.enclean.com/bbs/main/other.uccnewlist.do' charset='utf-8' ></script> \n");
}


function rightVs(){
	document.write(" <script language='javascript' src='http://www.enclean.com/ckp/battle/issueBtlSub.do' charset='utf-8' ></script> \n");
}


function rightQuick(){
	document.write("   <img src='/company/dworld/images/right_quick.gif' width='164' height='122' usemap='#right_quick'> \n");
	document.write("	</div> \n");
	document.write("	<map name='right_quick' id='right_quick'><area shape='rect' coords='5,5,80,58' href='http://usedcar.enclean.com/company/dworld/guide/guide_01.html' alt='ÆÇ¸Å°¡ÀÌµå' /> \n");
	document.write("	<area shape='rect' coords='84,5,159,58' href='http://usedcar.enclean.com/company/dworld/guide/guide_03.html' alt='±¸¸Å°¡ÀÌµå' /> \n");
	document.write("	<area shape='rect' coords='5,64,80,117' href='http://usedcar.enclean.com/company/dworld/sell/sell_jindan.html' alt='Áø´Üµî·Ï' /> \n");
	document.write("	<area shape='rect' coords='84,64,159,117' href='http://usedcar.enclean.com/company/dworld/sell/sell_jindan2.html' alt='¼¿ÇÁµî·Ï' /> \n");
	document.write("	</map> \n");
}





function BottomMenu() {
//	document.write("<script type='text/javascript' src='http://www.enclean.com/jscmm/footer/footer.jsp' charset='utf-8' ></script>");
document.write("	<div id='footer' class='cmt'> \n");
document.write("		<div id='helpdesk'> \n");
document.write("			<ul> \n");
document.write("				<li class='first'><a href='http://www.enclean.com/cct/policy/rules.service.do'>ÀÌ¿ë¾à°ü</a></li>\n");
document.write("				<li><a href='http://www.enclean.com/cct/policy/rules.private.do'>°³ÀÎÁ¤º¸Ãë±Þ¹æÄ§</a></li>\n");
document.write("				<li><a href='http://www.enclean.com/cct/policy/rules.regal.do'>Ã¥ÀÓÇÑ°è¿Í¹ýÀû°íÁö</a></li>\n");
document.write("			</ul> \n");
document.write("		</div> \n");
document.write("		<div id='companyinfo'> \n");
document.write("			<p>SK¿¡³ÊÁö¢ß´Â Áß°íÂ÷ °ü·ÃÁ¤º¸¸¦ Á¦°øÇÏ´Â °ÍÀ» ¸ñÀûÀ¸·Î ÇÏ¸ç,  <br/>SK¿¡³ÊÁö¢ß´Â ÀÌ¿ëÀÚ¿Í ¼­ºñ½ºÁ¦°øÀÚ(SK¿£Ä«)¿ÍÀÇ °Å·¡¿¡ ´ëÇÑ ¿À·ù ¹× °Å·¡¿¡ °ü·ÃÇÑ Á¦¹Ý ¹®Á¦¿¡ ´ëÇÏ¿© ¾î¶°ÇÑ Ã¥ÀÓµµ ÁöÁö ¾Ê½À´Ï´Ù.</p> \n");
document.write("			<ul> \n");
document.write("				<li class='first'>¿£Ä«³×Æ®¿öÅ©(ÁÖ) I ¼­¿ï Áß±¸ ³²´ë¹®·Î 5°¡ 253 <br/></li> \n");
document.write("				<li >°øÁ¤°Å·¡À§¿øÈ¸ °í½Ã Á¦2000-1È£¿¡ µû¸¥ »ç¾÷ÀÚ µî·Ï¹øÈ£ ¾È³» : 104-81-58521 ÀÎÅÍ³Ý Á¤º¸Ã³¸® Àå¾Ö ¹× ¹Î¿ø»ó´ã ¹®ÀÇ : 1599-5455<br/></li> \n");
document.write("				<li class='first'>Copyright ¨Ï ¿£Ä«³×Æ®¿öÅ©(ÁÖ) All Rights Reserved. </li> \n");
document.write("			</ul> \n");
document.write("		</div> \n");
document.write("		<div id='copyright'><img src='/design/htdocs/img/cmm/cmm/companylogo.gif' alt='SK¿¡³ÊÁö' /> COPYRIGHT ¨Ï2005-2008 <em>SK ENERGY CO.,LTD.</em> ALL RIGHTS RESERVED. </div> \n");
document.write("	</div> \n");

}


document.title = "Enclean.com-Áß°íÂ÷";