// FAQ

obj_old = null;
obj_old2 = null;

function show_list(obj, obj2)
{
	if(obj_old != null)
	{
		if(obj.id != obj_old.id)
		{
			change_old()
		}
	}
	if (obj.style.display == "" || obj.style.display == "show")
	{
		obj.style.display = "none";
		obj2.style.display = "none";
	}

	else if (obj.style.display == "none")
	{
		obj.style.display = "";
		obj2.style.display = "";
	}
	obj_old = obj;
	obj_old2 = obj2;
}

function checkCartDnshop(f)
{    
	var form = document.Form1;
	var flag = false;	
	var url = "/Order/AddToShoppingCart.aspx";
	//window.location.href =url;	
	var form = document.Form1;
	var flag = false;
	var adult_flag = false;
		
	for(var i=0; i < form.goods_id.length; i++)
	{
		if(form.goods_id[i].checked)
		{ 
			flag = true;
			break;
		} else {
		    if (form.goods_id[i].value == f) {
		        form.goods_id[i].checked = true;
		        flag = true;
		        break;
		    }
		}
	}
	
	//alert(getCookie("is_Auth"))
	//alert(form.adult[i].value);
	
	//³ªÀÌÁ¦ÇÑ Ã¼Å©..	
	for(var i=0; i < form.goods_id.length; i++)
	{
		if(form.goods_id[i].checked)
		{ 
			if ((form.adult[i].value == "19" || form.adult[i].value == "18") && getCookie("is_Auth") != "Yes")  //·Î±ä ¾ÈÇÏ°í 
			{
				if (confirm("¿¬ 19¼¼ ÀÌ»ó È¸¿ø¸¸ ±¸ÀÔ°¡´ÉÇÑ »óÇ°ÀÔ´Ï´Ù.\n·Î±×ÀÎÀ» ÇÏ½Ã°Ú½À´Ï±î?"))
				{
					//backUrl = form.backUrl.value;
					
					document.location = url + "?goods_id=" + f;
					flag = false;
					adult_flag = false;
					break;
				}else {
					flag = false;
					adult_flag = false;
					break;
				}
			}
			else if ((form.adult[i].value == "19" || form.adult[i].value == "18") && getCookie("is_Auth") == "Yes")
			{
				if (parseInt(getCookie("age_flag")) >= 19)
				{
					flag = true;
				}
				else {
					alert("¿¬ 19¼¼ ÀÌ»ó È¸¿ø¸¸ ±¸ÀÔ°¡´ÉÇÑ »óÇ°ÀÔ´Ï´Ù.");
					form.goods_id[i].checked = false;
					flag = false;
					adult_flag = false;
					break;
				}
			}
			else {
				adult_flag = true;
			}
		}
	}	
	
	if (form.goods_id.checked)
		flag = true;
		
    if (adult_flag) {
        if(flag){
		
		    var arr;

		    form.__VIEWSTATE.disabled = true;
		    form.action = url; //"/Order/AddToShoppingCart.aspx";
		    form.submit();
	    }
	    else
	    {	
		    window.location.href =url + "?goods_id="+f;	
	    }
    }  
}

function dnshop_wishlist(goods_id)
{
	//document.domain ="daum.net";
	var url = "/Books/dnshop_cart/dnshop_wishlist.asp";
	var url2 = "/Order/AddToWishlist.aspx";
	
	var form = document.Form1;
	var flag = false;
	
	for(var i=0; i < form.goods_id.length; i++)
	{
		if(form.goods_id[i].checked)
		{ 
			flag = true;
			break;
		}
	}		
		
	if (form.goods_id.checked)
		flag = true;
	
	if( flag ) {
		//pop = window.open('',"cc","width=500, height=600, menubar=no, scrollbars=no,status=yes,resizeable=no,location=no");
		form.__VIEWSTATE.disabled = true;
		form.action = url2;
		//form.target = "cc";
		form.submit();	
	}
	else
	{
		pop = window.open(url + "?goods_id=" +goods_id , "cc","width=500, height=600, menubar=no, scrollbars=no,status=yes,resizeable=no,location=no");
	}

}

function change_old()
{
	obj_old.style.display = "none";
	obj_old2.style.display = "none";
}

function showMenuLayer(obj)
{
	obj.style.visibility="visible";
}

function HideMenuLayer(obj) 
{
	obj.style.visibility="hidden";
}

function ShadeIt(message) {
	document.write ("<strong style='color:#2A8023; position:absolute\; left:38px; top:20px; letter-spacing:-0.03em'>"+message+"</strong>");
	document.write ("<strong style='color:#FFFFFF; position:absolute; left:37px; top:19px; letter-spacing:-0.03em'>"+message+"</strong>");
}


// activeX general flash
function flash(url, width, height){
document.write('<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" width="'+width+'" height="'+height+'" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=8,0,0,0" id=ShockwaveFlash1>'
+'<param name="movie" value="'+url+'">'
+'<param name="quality" value="high">'
+'<embed src="'+url+'" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" width="'+width+'" height="'+height+'" type="application/x-shockwave-flash"></embed>'
+'</object>');
}

// activeX transparent flash
/*
function flash_trans(url, width, height){
document.write('<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" width="'+width+'" height="'+height+'" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=8,0,0,0" id=ShockwaveFlash1>'
+'<param name="movie" value="'+url+'">'
+'<param name="quality" value="high">'
+'<param name="wmode" value="transparent">'
+'<embed src="'+url+'" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" width="'+width+'" height="'+height+'" type="application/x-shockwave-flash"></embed>'
+'</object>');
}
*/

function flash_trans(url_root, w, h) {    
        document.write("<object classid='clsid:D27CDB6E-AE6D-11cf-96B8-444553540000' \n"
      +" codebase='http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=8,0,0,0' \n"
      +" width='"+w+"' Height='"+h+"'> \n"
      +"<param name='movie' value='"+url_root+"'>\n"
      +"<param name='quality' value='high'>\n"
      +"<param name='allowScriptAccess' value='always' />"
      +"<param name='wmode' value='transparent'>\n"
      +"<embed src='"+url_root+"' "
      +" wmode='transparent' quality='high' width='"+w+"' height='"+h+"' "
      +" type='application/x-shockwave-flash'  allowScriptAccess='always' "
      +" pluginspage='http://www.macromedia.com/shockwav/download/index.cgi?P1_Prod_Version=ShockwaveFlash'>\n"
      +"</embed></object>\n");
}



// activeX name flash
function flash_name(url, width, height, name){
document.write('<object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,0,0" width="'+width+'" height="'+width+'" id="PhotoGallery_2005" align="middle">'
+'<param name="allowScriptAccess" value="sameDomain">'
+'<param name="movie" value="'+url+'">'
+'<param name="quality" value="high">'
+'<param name="bgcolor" value="#ffffff">'
+'<embed src="'+url+'" quality="high" bgcolor="#ffffff" width="'+width+'" height="'+height+'" name="'+name+'" align="middle" allowScriptAccess="sameDomain" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer">'
+'</object>');
}



// right_banner


function MM_showHideLayers() { //v6.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 toggleLayers(showIds, hideIds) {
    for(var i in hideIds)
        document.getElementById(hideIds[i]).style.display = 'none';
    for(var i in showIds)
        document.getElementById(showIds[i]).style.display = 'block';
}


var right_over;	// selcet

function right(i){
	document.all["right"+i].style.display="";
	document.all["right"+right_over].style.display="none";
	right_over=i;
}

function setVariables() {
	imgwidth=41;   //image width
	imgheight=202;   //image height
	if (navigator.appName == "Netscape") {
		horz=".left";
		vert=".top";
		docStyle="document.";
		styleDoc="";
		innerW="window.innerWidth";
		innerH="window.innerHeight";
		offsetX="window.pageXOffset";
		offsetY="window.pageYOffset";
	}
	else {
		horz=".pixelLeft";
		vert=".pixelTop";
		docStyle="";
		styleDoc=".style";
		innerW="document.body.clientWidth";
		innerH="document.body.clientHeight";
		offsetX="document.body.scrollLeft";
		offsetY="document.body.scrollTop";
		}
	}
	
var temp=223; //start point

function checkLocation() {
	objectXY="branding";
	var availableX=eval(innerW);
	var availableY=eval(innerH);
	var remitY=eval(document.body.scrollHeight);
	var currentX=eval(offsetX);
	var currentY=eval(offsetY);
//	x=(imgwidth+820);
//	y=(imgheight+600)+currentY;
	x=830;
	y=223+currentY;
	if (currentY+575>remitY)
	{
		y=remitY;
		temp=y;
	}

	if (y>remitY)
	{
		y=remitY;
		temp=y;
	}

	Refreshstaticmenu();

	setTimeout("checkLocation()",10);
}

function Refreshstaticmenu() {
	var stmnRefreshTimer;                     

	if (temp != y)
	{
		if (y<temp)
		{
			var z = (temp-y)%10;

			if (z<=1)
			{
				temp=temp-1;
			}
			else
			{
				temp=temp-z;
			}
		}
		else
		{
			var z = (temp-y)%10;

			if (z<=1)
			{
				temp=temp+1;
			}
			else
			{
				temp=temp+z;
			}
		}
		evalMove();
		stmnRefreshTimer = setTimeout ("Refreshstaticmenu();", 5); //½ºÅ©·Ñ¼Óµµ
	}
	else
	{
		clearTimeout(stmnRefreshTimer);
	}

}

function evalMove() {
	eval(docStyle + objectXY + styleDoc + horz + "=" + x);
	eval(docStyle + objectXY + styleDoc + vert + "=" + temp);
}









/* open_window */
function openwindow(url,intWidth,intHeight) { 
      window.open(url, "_blank", "width="+intWidth+",height="+intHeight+",resizable=1,scrollbars=1");
}

function openwindow02(url,intWidth,intHeight) { 
      window.open(url, "_blank", "width="+intWidth+",height="+intHeight+",resizable=0,scrollbars=0");
}

function openwindow_new(url,intWidth,intHeight) { 
      window.open(url, "_blank", "width="+intWidth+",height="+intHeight+",scrollbars=yes,resizable=yes,toolbar=yes,menubar=yes,location=yes") ;
      
}


function newswindow(pop,width,height)
{
	var url = pop;  
	var wd = width;
	var he = height;
	
	window.open(url,"","scrollbars=yes,status=no,toolbar=no,resizable=no,location=no,menu=no,width=" + wd +",height=" + he + ";")
}



/* rollover */
var changedImg;

function EImgChg(flag)
{
	source=event.srcElement;
	if (source.name == "")
	{ return false;  }

	if(changedImg == source.name)
	return;


	else if (document.images && source.tagName=="IMG") {
		imgElement = source.name;  // image name
		imgPath = source.src;   // imahe src preperance

		imgPathLen = imgPath.length;
		imgPathFlag = imgPath.lastIndexOf("/");
		imgName = imgPath.substring(0,imgPathFlag+1);

		document.images[imgElement].src =  imgName + imgElement + "_" + flag + ".gif";

	}
}

/* layer */
	function LayerSH(LayerName,Status) {
		ns4 = (document.layers)?true:false
		ie4 = (document.all)?true:false
	
		if (ns4) {
			LayerN = document.layers[LayerName]
			if (Status == 'show') LayerN.visibility = 'show';
			if (Status == 'hide') LayerN.visibility = 'hidden';
		}	
		if (ie4) {
			LayerN = document.all[LayerName].style
			if (Status == 'show') LayerN.visibility = 'visible';
			if (Status == 'hide') LayerN.visibility = 'hidden';
		}
	}	
	
	
	
/* input click clear */
function clearText(thefield){
if (thefield.defaultValue==thefield.value)
        thefield.value = ""
} 	



/* dotline_clear */
function allblur() {
for (i = 0; i < document.links.length; i++)
document.links[i].onfocus = document.links[i].blur;
}


	
/* iframe_auto */
	function initsize() { 
		livebar.resizeTo(livebar.document.body.scrollWidth, livebar.document.body.scrollHeight); 
	} 


// faq 
	var z=1

	function list(i){
		if(document.all["list"+i].style.display==""){
			document.all["list"+i].style.display="none"
		    z=1}

	    else{
	        document.all["list"+z].style.display="none";
            document.all["list"+i].style.display="";
	        z=i
	   }
	}

/* tab use layer */
		function menu2(index) {
			if (navigator.userAgent.indexOf("MSIE") != -1) {
				if (index == 1) {
					t1.style.display = "";
					t2.style.display = "none";			
				} 
				
				
			    else if (index == 2) {
					t1.style.display = "none";
					t2.style.display = "";									
			   }
			   					 	   

		}}		


		function menu21(index) {
			if (navigator.userAgent.indexOf("MSIE") != -1) {
				if (index == 3) {
					t3.style.display = "";
					t4.style.display = "none";			
				} 
				
				
			    else if (index == 4) {
					t3.style.display = "none";
					t4.style.display = "";									
			   }
			   					 	   

		}}

		function menu31(index) {
			if (navigator.userAgent.indexOf("MSIE") != -1) {
				if (index == 5) {
					t5.style.display = "";
					t6.style.display = "none";			
				} 
				
				
			    else if (index == 6) {
					t5.style.display = "none";
					t6.style.display = "";									
			   }
			   					 	   

		}}




	var isNN = (navigator.appName.indexOf("Netscape")!=-1);

	function autoTab(input,len, e) {
		var keyCode = (isNN) ? e.which : e.keyCode; 
		var filter = (isNN) ? [0,8,9] : [0,8,9,16,17,18,37,38,39,40,46];
		if(input.value.length >= len && !containsElement(filter,keyCode)) {
		input.value = input.value.slice(0, len);
		input.form[(getIndex(input)+1) % input.form.length].focus();
	}

	function containsElement(arr, ele) {
		var found = false, index = 0;
		while(!found && index < arr.length)
		if(arr[index] == ele)
			found = true;
		else
			index++;
		return found;
	}

	function getIndex(input) {
		var index = -1, i = 0, found = false;
		while (i < input.form.length && index == -1)
			if (input.form[i] == input)index = i;
			else i++;
			return index;
		}
		return true;
	}


	function resizeHeight(fr) {
		fr = typeof fr == 'string' ? document.getElementById(fr) : fr;
		fr.setExpression('height',livebar.document.body.scrollHeight);

	}

	// LineMap check - made by Yoon
	function check(path){

		var chk01 = ' > ';
		var chk02 = '>';

		var p0=1;
		var p1=0;

		var s0 = path;
		var s1;

		while(p0>0)
		{
			s0=s0.slice(p0+3,s0.length);
			p0=s0.indexOf(chk01);
			p1=p1+p0+3;
		}

		s1 = path.slice(0, p1+2);
		p0 = s0.indexOf(chk02);

		if (p0 >0)
		{
			s0 = s0.slice(p0+1,s0.length-4);
		}

		document.write(s1 + '<b>'+s0+'</b>');
	}
	
	
	


// layer selcet 

	// Firefox 
	var layerShowTimer = null;

	function showLayerFiredOnce(oname){
		if(layerShowTimer){
			clearTimeout(layerShowTimer);
		} else {
			hDisplayShow(oname);	
		}
		
	}
	function showLayerFiredOnceMulti(oname, idx){
		if(layerShowTimer){
			clearTimeout(layerShowTimer);
		} else {
			hDisplayShowMulti(oname, idx);	
		}
		
	}

	function hideLayerFiredOnce(oname){
		if(layerShowTimer) clearTimeout(layerShowTimer);
		layerShowTimer = setTimeout("hideLayerTimerFn('"+oname+"')",100);
	}
	
	function hideLayerFiredOnceMulti(oname, idx){		
		if(layerShowTimer) clearTimeout(layerShowTimer);
		layerShowTimer = setTimeout("hideLayerTimerFnMulti('"+oname+"', '"+idx+"')",100);
	}
	
	function hideLayerTimerFn(oname){
		hDisplayHide(oname);
		layerShowTimer = null;
	}
	
	function hideLayerTimerFnMulti(oname, idx){				
		hDisplayHideMulti(oname, idx);
		layerShowTimer = null;
	}

	//div view
	function hDisplayShow(lname){
	
		//alert(lname);
	    if (lname == "Layer_Year") {
			Layer_Year.style.display = "block";
		}
		else if (lname == "Layer_Month") {
			Layer_Month.style.display = "block";
		}
		else if (lname == "Layer_Week") {
			Layer_Week.style.display = "block";
		}	
		else if (lname == "Layer_Page01") {
			Layer_Page01.style.display = "block";
		}	
		else if (lname == "Layer_Page02") {
			Layer_Page02.style.display = "block";
		}	
		else if (lname == "Layer_Before") {
			Layer_Before.style.display = "block";
		}	
	    else if (lname == "Layer_Browse") {
			Layer_Browse.style.display = "block";
		}
		
		else if (lname == "Layer_View") {
			Layer_View.style.display = "block";
		} else if (lname == "_ctl0_SelectRowCountTop_TableSelect") {
			_ctl0_SelectRowCountTop_TableSelect.style.display = "block";
		} else if (lname == "_ctl0_SelectRowCountBottom_TableSelect") {
			_ctl0_SelectRowCountBottom_TableSelect.style.display = "block";
		}						
		
	}
	
	function hDisplayShowMulti(lname, idx){	
		if (lname == "Layer_Year") {
			for(i = 0; i < Layer_Year.length - 1; i++){
				Layer_Year[idx].style.display = "block";
			}
		}
		else if (lname == "Layer_Month") {
			for(i = 0; i < Layer_Month.length - 1; i++){
				Layer_Month[idx].style.display = "block";
			}
		}
		else if (lname == "Layer_Week") {
			for(i = 0; i < Layer_Week.length - 1; i++){
				Layer_Week.style[idx].display = "block";
			}
		}	
		else if (lname == "Layer_Page01") {
			for(i = 0; i < Layer_Page01.length - 1; i++){
				Layer_Page01.style[idx].display = "block";
			}
		}	
		else if (lname == "Layer_Page02") {
			for(i = 0; i < Layer_Page02.length - 1; i++){
				Layer_Page02.style[idx].display = "block";
			}
		}	
		else if (lname == "Layer_Before") {
			for(i = 0; i < Layer_Before.length - 1; i++){
				Layer_Before.style[idx].display = "block";
			}
		}									
		
	}
	
	//div hide
	function hDisplayHide(lname){
		if (lname == "Layer_Year") {
			Layer_Year.style.display = "none";
		}
		else if (lname == "Layer_Month") {
			Layer_Month.style.display = "none";
		}
		else if (lname == "Layer_Week") {
			Layer_Week.style.display = "none";
		}	
		else if (lname == "Layer_Page01") {
			Layer_Page01.style.display = "none";
		}		
		else if (lname == "Layer_Page02") {
			Layer_Page02.style.display = "none";
		}	
		else if (lname == "Layer_Before") {
			Layer_Before.style.display = "none";
		}	
		else if (lname == "Layer_Browse") {
			Layer_Browse.style.display = "none";
		}
		else if (lname == "Layer_View") {
			Layer_View.style.display = "none";
		} else if (lname == "_ctl0_SelectRowCountTop_TableSelect") {
			_ctl0_SelectRowCountTop_TableSelect.style.display = "none";
		} else if (lname == "_ctl0_SelectRowCountBottom_TableSelect") {
			_ctl0_SelectRowCountBottom_TableSelect.style.display = "none";
		}								
		
	} 
	
	function hDisplayHideMulti(lname, idx){
		if (lname == "Layer_Year") {
			for(i = 0; i < Layer_Year.length - 1; i++){
				Layer_Year[idx].style.display = "none";
			}
		}
		else if (lname == "Layer_Month") {
			for(i = 0; i < Layer_Month.length - 1; i++){			
				Layer_Month[idx].style.display = "none";
			}
		}
		else if (lname == "Layer_Week") {
			for(i = 0; i < Layer_Week.length - 1; i++){
				Layer_Week[idx].style.display = "none";
			}
		}	
		else if (lname == "Layer_Page01") {
			for(i = 0; i < Layer_Page01.length - 1; i++){
				Layer_Page01[idx].style.display = "none";
			}
		}		
		else if (lname == "Layer_Page02") {
			for(i = 0; i < Layer_Page02.length - 1; i++){
				Layer_Page02[idx].style.display = "none";
			}
		}	
		else if (lname == "Layer_Before") {
			for(i = 0; i < Layer_Before.length - 1; i++){
				Layer_Before[idx].style.display = "none";
			}
		}							
		
	} 
	
	
	
// left layer
function toggleLayers(showIds, hideIds)
{
    for(var i in hideIds)
        document.getElementById(hideIds[i]).style.display = 'none';
    for(var i in showIds)
        document.getElementById(showIds[i]).style.display = 'block';
}


//left smenu(2depth)
// Ä«Å×°í¸® ºä¾î ½ºÅ©¸³Æ®
	var old_layer_index = 0;
	var category_length = 0;
	
	function showObject(index) {
	
		var nowWinWidth = document.body.clientWidth;
	
		var left_margin  = 0;
		if (nowWinWidth > 890) {
			left_margin = (nowWinWidth-890)/2;
		}
	
		var layer_name = "div"+index;
		var top_start = 10;
		var left_start = 10;
		var layer_interval = 25;
		
		if (old_layer_index != 0 && old_layer_index != index) {
			var old_layer_name = "div"+old_layer_index;
			document.all[old_layer_name].style.visibility = "hidden";
			//alert(old_layer_name);
		}
		
		old_layer_index = index;
		
		hideObjectExclusive(index);	
		document.all[layer_name].style.top = top_start + (index-1)*layer_interval;
		document.all[layer_name].style.left = left_margin + left_start;
		document.all[layer_name].style.visibility = "visible";
	
	}


    function hideObjectExclusive(index) {
        for (var i = 1; i <= category_length; i++) {
            if (i != index) document.all["div"+i].style.visibility = "hidden";

        }
    }

	
	function hideObject(index) {
		var layer_name = "div"+index;
		document.all[layer_name].style.visibility = "hidden";
		//alert(layer_name);
	
	}
// Ä«Å×°í¸® ºä¾î ½ºÅ©¸³Æ®
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_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_findObj(n, d) { //v4.0
  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 && document.getElementById) x=document.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; }
}


// À©µµ¿ì OPEN Script
function pop(pPage,name,Opt) {
	var popUpWin;

	popUpWin = window.open(pPage,name,Opt);
	popUpWin.focus();
 	
}

// »óÇ°Æò,¹®ÀÇµî ½ºÅ©¸³Æ®

var old='';
//var old_line='';
function menu(name)
{
submenu=eval("submenu_"+name+".style");
//submenuline=eval("submenu_"+name+line+".style");
        if(old!=submenu)
        {
                if(old!='')
                {
                        old.display='none';
//						old_line.display='none';
                }
                submenu.display='block';
//              submenuline.display='block';
                old=submenu;
//				old_line=submenuline;
        }
        else
        {
                submenu.display='none';
//                submenuline.display='none';
                old='';
//				old_line='';
        }
}



//»óÇ°Æò, »óÇ°¹®ÀÇ ·¹ÀÌ¾î

var old='';
	function menu(name){
		submenu=eval("submenu_"+name+".style");
		if(old!=submenu)
		{
			if(old!='')
			{
				old.display='none';
			}
			submenu.display='block';
			old=submenu;
		}
		else
		{
			submenu.display='none';
			old='';
		}
	}


function textevent(name,line)
{


	for (var i = 1; i <= line; i++) {
		submenu=eval("submenu_"+i+".style");
		submenu.display='none'
	}

submenu=eval("submenu_"+name+".style");
submenu.display='block';
}


var old2='';
var old2_line='';
function menu2(name,line)
{
submenu=eval("submenu_"+name+".style");
submenuline=eval("submenu_"+name+line+".style");
        if(old2!=submenu)
        {
                if(old2!='')
                {
                        old2.display='none';
						old2_line.display='none';
                }
                submenu.display='block';
                submenuline.display='block';
                old2=submenu;
				old2_line=submenuline;
        }
        else
        {
                submenu.display='none';
                submenuline.display='none';
                old2='';
				old2_line='';
        }
}


//¸¶¿ì½º°¡ ¿ÔÀ»¶§ ÀÌº¥Æ®
function m_on(ev){
	var top_scroll = document.body.scrollTop;
	eval("pub_"+ev+".style.visibility='visible'");
	eval("pub_"+ev+".style.left=event.x");
	eval("pub_"+ev+".style.top=event.y+"+top_scroll);
}

//¸¶¿ì½º°¡ ¶°³µÀ»¶§ ÀÌº¥Æ®
function m_off(ev)
{
	eval("pub_"+ev+".style.visibility='hidden'");	//·¹ÀÌ¾î °¨Ãá´Ù.
}


// ½ºÅä¾î ¸Þ´º
function mnu_on(ev)
{
	var xwid = 860;
	var xtop = 156;
	var xleft = 22;

	var top_scroll = document.body.scrollTop;
	eval("mnu_"+ev+".style.visibility='visible'");	

	if (document.body.clientWidth < xwid ) eval("mnu_"+ev+".style.left = "+xleft);	
	else eval("mnu_"+ev+".style.left=((document.body.clientWidth - xwid)/2+"+xleft+")");
	eval("mnu_"+ev+".style.top="+xtop);

}
 
function mnu_off(ev)
{
	eval("mnu_"+ev+".style.visibility='hidden'");	//·¹ÀÌ¾î °¨Ãá´Ù.
}


function ParentOpen(mainLink)
{
  	opener.location.href = mainLink;
	  window.close();
}



// test (2depth) 
	function open_shop(obj, topPosition)
	{
		obj.style.visibility="visible";
		obj.style.top=topPosition;
	}
	function close_shop(obj) 
	{
		obj.style.visibility="hidden";
	}	
	
	function viewDetail(goods_id, actionName, type, objName) {
		//document.all['detailLine' + goods_id].style.display = "";
		//document.all['detailLayer' + goods_id].style.display = "";
		
		var framePanel = document.all["framePanel" + goods_id];
		
		/*
		if (framePanel.hasChildNodes()) {
			var oldFrame = framePanel.children(0);	
			
			framePanel.removeChild(oldFrame);
		}
		
		var frame = document.createElement("IFRAME");
		*/
		var frame = document.all["detailFrame" + goods_id];
		var div = document.all["DivDetail" + goods_id];
		/*
		frame.allowTransparency = "true";
		frame.frameBorder = "0";
		frame.width = "100%";
		frame.height = "200";
		frame.marginheight = "0";
		frame.scrolling = "yes";
		frame.marginwidth = "0";		
		frame.id = "detailFrame" + goods_id; 
		*/
		
		//frame.height = "200";
		div.style.display = "block";
		
		
		
		var title = "";
		
		if (type == "intro")
			title = "Ã¥¼Ò°³";
			
		else if (type == "author")
			title = "ÁöÀºÀÌ ¼Ò°³";
		
		else if (type == "index") 
			title = "Â÷·Ê";
		else if (type == "content")
			title = "º»¹®³»¿ë";
		else if (type == "review") {
			title = "¸®ºä";
		}
		else if (type == "musicintro")
			title = "À½¹ÝÁ¤º¸";
		else if (type == "musicsong") 
			title = "¼ö·Ï°î";
		else if (type == "dvdintro")
			title = "DVD Á¤º¸";
		else if (type == "dvdcontent")
			title = "ÁÙ°Å¸®";
		
		/*
		document.all["detailTitle" + goods_id].innerText = title;
		*/
		
		//ÀÌ¹ÌÁöÅÜ ¹öÆ° ÃÊ±âÈ­
		initViewTabImage(goods_id);
		//¼±ÅÃÅÇ Ã³¸®
		document.all[objName + goods_id].src = document.all[objName + goods_id].src.replace('_off','_on');
		
		frame.src = "/Controls/ProductTemplate/DetailFrame/Body.aspx?goods_id=" + goods_id + "&action=" + actionName + "&type=" + type;

		//framePanel.appendChild(frame);

		return;
	}
	
	function initViewTabImage(GoodsID)
	{
		//¾ÆÆ¼½ºÆ® Á¤º¸ ÅÇ¿¡ °ü·Ã »çÇ×ÀÌ ¾øÀ½
		
		//Ã¥¼Ò°³
		try {
			document.all["imgTabViewIntro_" + GoodsID].src	= '/html/2008/images/book/tab_list01_off.gif'
		}
		catch (e) {}
		//À½¹ÝÁ¤º¸
		try {
			document.all["imgTabMusicIntro_" + GoodsID].src	= '/html/2008/images/book/tab_list05_off.gif'
		}
		catch (e) {}
		//Á¦Ç°Á¤º¸
		try {
			document.all["imgTabDvdIntro_" + GoodsID].src	= '/html/2008/images/book/tab_list08_off.gif'
		}
		catch (e) {}
		
		//ÁöÀºÀÌ ¼Ò°³
		try {
			document.all["imgTabViewAuthor_" + GoodsID].src		= '/html/2008/images/book/tab_list02_off.gif'
		}
		catch (e) {}
		//Â÷·Ê
		try {
			document.all["imgTabViewIndex_" + GoodsID].src		= '/html/2008/images/book/tab_list03_off.gif'
		}
		catch (e) {}
		//º»¹®³»¿ë
		try {
			document.all["imgTabViewContent_" + GoodsID].src	= '/html/2008/images/book/tab_list10_off.gif'
		}
		catch (e) {}
		//¼ö·Ï°î
		try {
			document.all["imgTabMusicList_" + GoodsID].src		= '/html/2008/images/book/tab_list06_off.gif'
		}
		catch (e) {}
		//ÁÙ°Å¸®
		try {
			document.all["imgTabDvdStory_" + GoodsID].src		= '/html/2008/images/book/tab_list09_off.gif'
		}
		catch (e) {}
		
		//¸®ºä
		try {
			document.all["imgTabViewReview_" + GoodsID].src		= '/html/2008/images/book/tab_list04_off.gif'
		}
			catch (e) {}
	}
	
	function viewComicReview(goods_id, comic_id, actionName, type) {
		//document.all['detailLine' + goods_id].style.display = "";
		//document.all['detailLayer' + goods_id].style.display = "";
		
		//var title = "";
		
		var framePanel = document.all["framePanel" + goods_id];
		
		/*
		if (framePanel.hasChildNodes()) {
			var oldFrame = framePanel.children(0);	
			
			framePanel.removeChild(oldFrame);
		}

		var frame = document.createElement("IFRAME");
		*/
		
		var frame = document.all["detailFrame" + goods_id];
		
		/*
		frame.allowTransparency = "true";
		frame.frameBorder = "0";
		frame.width = "100%";
		frame.height = "200";
		frame.marginheight = "0";
		frame.scrolling = "yes";
		frame.marginwidth = "0";		
		frame.id = "detailFrame" + goods_id; 
		
		title = "¸®ºä";
		framePanel.bgcolor="#FFFFFF";
		
		document.all["detailTitle" + goods_id].innerText = title;
		*/
		//frame.height = "200";
		frame.style.display = "block";
				
		frame.src = "/Controls/ProductTemplate/DetailFrame/Body.aspx?goods_id=" + comic_id + "&action=" + actionName + "&type=" + type;
		
		//framePanel.appendChild(frame);
		
		return;
	}

function CloseLayer(eleLine, eleLayer) {
	document.all[eleLine].style.display = "none";
	document.all[eleLayer].style.display = "none";
}

	
//´ëºÐ·ù
function big_hide()
{
	document.all.b0.style.display="none";  
	document.all.b1.style.display="none";    
	document.all.b2.style.display="none";	
	document.all.b3.style.display="none";
	document.all.b4.style.display="none";							
}
     
function big_show(send)
{ 
	 big_hide();
	 send.style.display = "";
}



// ¼³¸í¹®±¸
	var ie4 = (document.all) ? true : false;
	var ns4 = (document.layers) ? true : false;
	var ns6 = (document.getElementById && !document.all) ? true : false;
	
	function hidelayer(lay) {
		if (ie4) {
			document.all[lay].style.visibility = "hidden";
		}
		if (ns4) {
			document.layers[lay].visibility = "hide";
		}
		if (ns6) {
			document.getElementById([lay]).style.display = "none";
		}
	}
	function showlayer(lay) {
		if (ie4) {
			document.all[lay].style.visibility = "visible";
		}
		if (ns4) {
			document.layers[lay].visibility = "show";
		}
		if (ns6) {
			document.getElementById([lay]).style.display = "block";
		}
	}
	function showBigImage(img) {
		var url = "/Product/Common/ImgView.aspx?path=" + img;
		
		var _win = window.open(url, "_win", "width=310 height=480");
		_win.focus();
	}
	function showBigImage2(img, goods_id) {
		var url = "/Product/Common/ImgView.aspx?path=" + img + "&goods_id=" + goods_id;
		
		var _win = window.open(url, "_win", "width=310 height=480");
		_win.focus();
	}
	function showBigImage3(img) {
		var url = "/Product/Common/ImageView.aspx?path=" + img;
		
		var _win = window.open(url, "_win", "width=310 height=480");
		_win.focus();
	}
	function showOpenBook(goods_id) {
		var url = "/Product/Common/OpenBook/img_fram.asp?goods_id=" + goods_id;
		
		var _win = window.open(url, "_win", "width=1006 height=771");
		_win.focus();
	}
	
	//Top Flash
	function SetTopFlash(code) {
		var url = "/Html/Flash/top_navi.swf?n=" + code.substring(0, 2);
		var width = 936;
		var height = 75;
		
		topFlash.innerHTML = '<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" width="'+width+'" height="'+height+'" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=8,0,0,0" id=ShockwaveFlash1>'
		+'<param name="movie" value="'+url+'">'
		+'<param name="quality" value="high">'
		+'<param name="wmode" value="transparent">'
		+'<embed src="'+url+'" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" width="'+width+'" height="'+height+'" type="application/x-shockwave-flash"></embed>'
		+'</object>';
	}
	
	
	/* ÄíÅ°°ª ÀÐ±â */
	function getCookie(uName) {

		var flag = document.cookie.indexOf(uName+'=');
		if (flag != -1) { 
			flag += uName.length + 1
			end = document.cookie.indexOf(';', flag) 

			if (end == -1) end = document.cookie.length
				return unescape(document.cookie.substring(flag, end))
		}
    }

    function getCookie2(name){
        var nameOfCookie = name + "=";
        var x = 0;
        while ( x <= document.cookie.length ){
            var y = (x+nameOfCookie.length);
            if ( document.cookie.substring( x, y ) == nameOfCookie ) {
                if ( (endOfCookie=document.cookie.indexOf(";", y)) == -1) {
                    endOfCookie = document.cookie.length;
                }
                return unescape(document.cookie.substring(y, endOfCookie));
            }
            x = document.cookie.indexOf( " ", x ) + 1;
            if ( x == 0 )
            break;
        }
        return "";
    }    
	
	function checkCart(f)
	{
		var form = document.Form1;
		var flag = false;
		var adult_flag = true;
		
		for(var i=0; i < form.goods_id.length; i++)
		{
			if(form.goods_id[i].checked)
			{ 
				if((form.goods_id[i].value == "0500000580347") || (form.goods_id[i].value == "0500000580354")){
					alert("Á¤±â±¸µ¶ »çÀºÇ° ¼±ÅÃ ÈÄ Ä«Æ®¿¡ ´ãÀ¸½Ê½Ã¿À.");
					form.goods_id[i].checked = false;
					document.location.href = "/Event/Generate/2006/10/ELLE/ELLE.aspx";
					flag = false;
					adult_flag = false;
					break;
				}else{
					flag = true;
					break;
				}
			}else {
				if (form.goods_id[i].value == f){
					form.goods_id[i].checked = true;
					flag = true;
					break;
				}
			}
		}
		
//³ªÀÌÁ¦ÇÑ Ã¼Å©...
		for(var i=0; i < form.goods_id.length; i++)
		{
			if(form.goods_id[i].checked)
			{ 
				if ((form.adult[i].value == "19" || form.adult[i].value == "18") && getCookie("is_Auth") != "Yes")  //·Î±ä ¾ÈÇÏ°í 
				{
					if (confirm("¿¬ 19¼¼ ÀÌ»ó È¸¿ø¸¸ ±¸ÀÔ°¡´ÉÇÑ »óÇ°ÀÔ´Ï´Ù.\n·Î±×ÀÎÀ» ÇÏ½Ã°Ú½À´Ï±î?"))
					{
						backUrl = form.backUrl.value;
						
						document.location="/Customer/Adult_Login.aspx?rtn="+backUrl;
						flag = false;
						adult_flag = false;
						break;
					}else {
						flag = false;
						adult_flag = false;
						break;
					}
				}
				else if ((form.adult[i].value == "19" || form.adult[i].value == "18") && getCookie("is_Auth") == "Yes")
				{
					if (parseInt(getCookie("age_flag")) >= 19)
					{
						flag = true;
					}
					else {
						alert("¿¬ 19¼¼ ÀÌ»ó È¸¿ø¸¸ ±¸ÀÔ°¡´ÉÇÑ »óÇ°ÀÔ´Ï´Ù.");
						form.goods_id[i].checked = false;
						flag = false;
						adult_flag = false;
						break;
					}
				}
				else {
					adult_flag = true;
				}
			}
		}
		
		if (form.goods_id.checked)
			flag = true;
		
//		pop = window.open('','cc','width=320,height=230,menubar=no,resizable=no,statusbar=no,scrollbars=no');	
		
		
		if (adult_flag) {

			if(flag){
				
				var arr;
				
				pop = window.open('','cc','width=320,height=230,menubar=no,resizable=no,statusbar=no,scrollbars=no');	

				form.__VIEWSTATE.disabled = true;
				
				form.action = "/Order/AddToShoppingCart.aspx";
				form.target = "cc";
				form.submit();
			}else{	
				
				window.open('/Order/AddToShoppingCart.aspx?goods_id='+f,'cc','width=320,height=230,menubar=no,resizable=no,statusbar=no,scrollbars=no');	
			}
		}
	
	}
	
	

	function addCustody(f)
	{
		var form = document.Form1;
		var flag = false;
		var adult_flag = true;
		
		for(var i=0; i < form.goods_id.length; i++)
		{
			if(form.goods_id[i].checked)
			{ 
				flag = true;
				break;
			}else {
				if (form.goods_id[i].value == f){
					form.goods_id[i].checked = true;
					flag = true;
					break;
				}
			}
		}		
		
//³ªÀÌÁ¦ÇÑ Ã¼Å©...
		for(var i=0; i < form.goods_id.length; i++)
		{
			if(form.goods_id[i].checked)
			{ 
				if (form.adult[i].value == "19" && getCookie("is_Auth") != "Yes")  //·Î±ä ¾ÈÇÏ°í 
				{
					if (confirm("¿¬ 19¼¼ ÀÌ»ó È¸¿ø¸¸ ±¸ÀÔ°¡´ÉÇÑ »óÇ°ÀÔ´Ï´Ù.\n·Î±×ÀÎÀ» ÇÏ½Ã°Ú½À´Ï±î?"))
					{
						backUrl = form.backUrl.value;
						
						document.location="/Customer/Adult_Login.aspx?rtn="+backUrl;
						flag = false;
						adult_flag = false;
						break;
					}else {
						flag = false;
						adult_flag = false;
						break;
					}
				}
				else if (form.adult[i].value == "19" && getCookie("is_Auth") == "Yes")
				{
					if (parseInt(getCookie("age_flag")) >= 19)
					{
						flag = true;
					}
					else {
						alert("¿¬ 19¼¼ ÀÌ»ó È¸¿ø¸¸ ±¸ÀÔ°¡´ÉÇÑ »óÇ°ÀÔ´Ï´Ù.");
						form.goods_id[i].checked = false;
						flag = false;
						adult_flag = false;
						break;
					}
				}
				else {
					adult_flag = true;
				}
			}
		}
		
		if (form.goods_id.checked)
			flag = true;
	
		if (adult_flag) {
			if(flag){

				var arr;
				pop = window.open('','cc','width=500,height=390,menubar=no,resizable=no,statusbar=no,scrollbars=no');	

				form.__VIEWSTATE.disabled = true;
				form.action = "/Customer/MyLibro/POP_CustodyAdd.aspx";
				form.target = "cc";
				form.submit();	
			}
			else
			{
				window.open('/Customer/MyLibro/POP_CustodyAdd.aspx?goods_id='+f,'cc','width=500,height=390,menubar=no,resizable=no,statusbar=no,scrollbars=no');	
			}
		}
	}
//search from list
function CheckSearchEnter(mall, lib_code, page) {
	if (event.keyCode == "13")
		searchFromList(mall, lib_code, page)
}

function searchFromList(mall, lib_code, page) {
	var frm = document.forms[0];
	
	if (frm["SearchFromList:listSearchKey"].value == "") {
		alert("°Ë»ö¾î¸¦ ÀÔ·ÂÇÏ¼¼¿ä");
		frm["SearchFromList:listSearchKey"].focus();
		return;
	}
	
	if (mall == "book"){
		mall_id = "1"
	}else if (mall == "kids"){
		mall_id = "2"
	}else if (mall == "comic"){
		mall_id = "6"
	}else if (mall == "music"){
		mall_id = "7"
	}else if (mall == "dvd"){
		mall_id = "8"
	}else {
		mall_id = "1"
	}
	
	location.href = "/Main/Search/RSearchPart.aspx?colid=" + mall + "&lib_code=" + lib_code + "&pageinfo=" + page + "&query=" + frm["SearchFromList:listSearchKey"].value + "&Search:Mall=" + mall_id;
}
//menu
function move(code) {
	var url = "";
	for (var i = 0; i < mainMenu.length; i++) {
		if (code == mainMenu[i][0]) {
			url = mainMenu[i][2];
			break;
		}
	}
	
	if (url == "")
		alert("¸µÅ© ¾øÀ½");
	else
		location.href = url;
}

//menu2
function move2(code) {
    var url = "";    
    for (var i = 0; i < mainMenu2.length; i++) {
        if (code == mainMenu2[i][0]) {
            url = mainMenu2[i][2];
            break;
        }
    }

    if (url == "")
        alert("¸µÅ© ¾øÀ½");
    else
        location.href = url;
}

function prize(mall, code) {
	if (code == "") {
		return;
	}
	
	if (mall == "books")
		location.href = "/Product/BookPrize.libro?prize_id=" + code;
	else if (mall == "kids")
		location.href = "/Product/KidsPrize.libro?prize_id=" + code;
}
function previewPub(code, ele) {
	if (code == "") {
		return;
	}

	var text = document.all[ele].options[document.all[ele].selectedIndex].text;
	
	location.href = "/Product/BookOpenBook.libro?type=PUB&pub=" + code + "&text=" + text;
}

function previewPubKids(code, ele) {
	if (code == "") {
		return;
	}

	var text = document.all[ele].options[document.all[ele].selectedIndex].text;
	
	location.href = "/Product/KidsOpenBook.libro?type=PUB&pub=" + code + "&text=" + text;
}


function addMenu(code, name, url, child, lib_code) {
	if (lib_code == "undefined" || lib_code == "" || lib_code == null) 
		addLibroCode = "";
	else
		addLibroCode = lib_code;
	
	mainMenu[mainMenu.length] = new Array(code, name, url, child, addLibroCode);
}

function addMenu2(code, name, url, child, lib_code) {
    if (lib_code == "undefined" || lib_code == "" || lib_code == null)
        addLibroCode = "";
    else
        addLibroCode = lib_code;

    mainMenu2[mainMenu2.length] = new Array(code, name, url, child, addLibroCode);
}

function goMain()
{
	location.href = "/Main/Welcome.aspx";
}

function MCategoryView(v_a,v_b){
	var action = "";
	
	if (v_a.length == 6) {
		if (v_b == "B") 
			action = "BookMiddleList";
		else if (v_b == "K")
			action = "KidsMiddleList";
		else if (v_b == "C")
			action = "ComicsMiddleList";
		else if (v_b == "M")
			action = "MusicMiddleList";
		else if (v_b == "D")
			action = "DvdCategoryMain";
	} else {
		if (v_b == "B") 
			action = "BookCategoryMain";
		else if (v_b == "K")
			action = "KidsCategoryMain";
		else if (v_b == "C")
			action = "ComicsCategoryMain";
		else if (v_b == "M")
			action = "MusicCategoryMain";
		else if (v_b == "D")
			action = "DvdCategoryMain";
	}
		
	location.href = "/Product/" + action + ".libro?lib_code=" + v_a;
}
function LCategoryView(v_a,v_b){
	var action = "";
	
	if (v_b == "B") 
		action = "BookSmallList";
	else if (v_b == "K")
		action = "KidsSmallList";
	else if (v_b == "C")
		action = "ComicsSmallList";
	else if (v_b == "M")
		action = "MusicSmallList";
	else if (v_b == "D")
		action = "DvdSmallList";
		
	location.href = "/Product/" + action + ".libro?lib_code=" + v_a;
}


var mainMenu = new Array();

//book main
addMenu('01', 'µµ¼­', '/Main/Book.aspx', 'Y');


//book list
addMenu('0100', 'ºÐ¾ßº°µµ¼­', '/Product/BookCategoryMain.libro?lib_code=123', 'Y');
addMenu('010001', '°¡Á¤/»ýÈ°/¿ä¸®', '/Product/BookCategoryMain.libro?lib_code=123', 'N', '123');
addMenu('010002', '°Ç°­/Ãë¹Ì/½ºÆ÷Ã÷', '/Product/BookCategoryMain.libro?lib_code=122', 'N', '122');
addMenu('010003', '°æ¿µ/ºñÁî´Ï½º', '/Product/BookCategoryMain.libro?lib_code=114', 'N', '114');
addMenu('010004', '»çÈ¸°úÇÐ', '/Product/BookCategoryMain.libro?lib_code=110', 'N', '110');
addMenu('010005', '½Å¹®/¿¡¼¼ÀÌ/³íÇÈ¼Ç', '/Product/BookCategoryMain.libro?lib_code=109', 'N', '109');
addMenu('010006', '¼Ò¼³/½Ã', '/Product/BookCategoryMain.libro?lib_code=108', 'N', '108');
addMenu('010007', '¼ø¼ö°úÇÐ', '/Product/BookCategoryMain.libro?lib_code=116', 'N', '116');
addMenu('010008', '¿©Çà/ÇØ¿ÜÁ¤º¸', '/Product/BookCategoryMain.libro?lib_code=121', 'N', '121');
addMenu('010009', '¿ª»ç/Áö¸®ÇÐ', '/Product/BookCategoryMain.libro?lib_code=105', 'N', '105');
addMenu('010010', '¿¹¼ú/´ëÁß¹®È­', '/Product/BookCategoryMain.libro?lib_code=103', 'N', '103');
addMenu('010011', '¿Ü±¹¾îÇÐ½À', '/Product/BookCategoryMain.libro?lib_code=125', 'N', '125');
addMenu('010012', 'ÀÎ¹®/±³¾ç', '/Product/BookCategoryMain.libro?lib_code=104', 'N', '104');
addMenu('010013', 'ÀÎ¹°/Àü±â/ÆòÀü', '/Product/BookCategoryMain.libro?lib_code=106', 'N', '106');
addMenu('010014', 'ÀÚ±â°è¹ß', '/Product/BookCategoryMain.libro?lib_code=124', 'N', '124');
addMenu('010015', 'ÀâÁö', '/Product/BookCategoryMain.libro?lib_code=501', 'N', '501');
addMenu('010016', 'Àå¸£¼Ò¼³', '/Product/BookCategoryMain.libro?lib_code=119', 'N', '119');
addMenu('010017', 'Á¾±³/½ÅÈ­', '/Product/BookCategoryMain.libro?lib_code=102', 'N', '102');
addMenu('010018', 'Âü°í¼­', '/Product/BookCategoryMain.libro?lib_code=129', 'N', '129');
addMenu('010019', 'Ã»¼Ò³â', '/Product/BookCategoryMain.libro?lib_code=128', 'N', '128');
addMenu('010020', 'Ãë¾÷/¼öÇè/ÀÚ°ÝÁõ', '/Product/BookCategoryMain.libro?lib_code=127', 'N', '127');
addMenu('010021', 'ÄÄÇ»ÅÍ/ÀÎÅÍ³Ý', '/Product/BookCategoryMain.libro?lib_code=115', 'N', '115');
addMenu('010022', '¹®ÇÐÀÌ·Ð', '/Product/BookCategoryMain.libro?lib_code=107', 'N', '107');
addMenu('010023', '»çÀü/¹é°ú', '/Product/BookCategoryMain.libro?lib_code=130', 'N', '130');
addMenu('010024', '¾ð·Ð', '/Product/BookCategoryMain.libro?lib_code=112', 'N', '112');
addMenu('010025', '¿©¼º', '/Product/BookCategoryMain.libro?lib_code=111', 'N', '111');
addMenu('010026', 'ÀÀ¿ë°úÇÐ', '/Product/BookCategoryMain.libro?lib_code=117', 'N', '117');
addMenu('010027', 'ÀÎ¹°/Àü±â/ÆòÀü', '/Product/BookCategoryMain.libro?lib_code=106', 'N', '106');
addMenu('010028', 'Ã¶ÇÐ', '/Product/BookCategoryMain.libro?lib_code=101', 'N', '101');
addMenu('010029', 'ebook', '/Product/BookCategoryMain.libro?lib_code=A', 'N', 'A');

//book bestseller
addMenu('0101', 'º£½ºÆ®¼¿·¯', '/Product/BookBestSeller.libro', 'Y');
addMenu('010101', 'Á¾ÇÕ', '/Product/BookBestSeller.libro', 'N');
addMenu('010102', '°¡Á¤/»ýÈ°/¿ä¸®', '/Product/BookBestSeller.libro?lib_code=123', 'N');
addMenu('010103', '°Ç°­/Ãë¹Ì/½ºÆ÷Ã÷', '/Product/BookBestSeller.libro?lib_code=122', 'N');
addMenu('010104', '°æ¿µ/ºñÁî´Ï½º', '/Product/BookBestSeller.libro?lib_code=114', 'N');
addMenu('010105', '¹®ÇÐÀÌ·Ð', '/Product/BookBestSeller.libro?lib_code=107', 'N');
addMenu('010106', '»çÀü/¹é°ú', '/Product/BookBestSeller.libro?lib_code=130', 'N');
addMenu('010107', '»çÈ¸°úÇÐ', '/Product/BookBestSeller.libro?lib_code=110', 'N');
addMenu('010108', '»ê¹®/¿¡¼¼ÀÌ/³íÇÈ¼Ç', '/Product/BookBestSeller.libro?lib_code=109', 'N');
addMenu('010109', '¼Ò¼³/½Ã', '/Product/BookBestSeller.libro?lib_code=108', 'N');
addMenu('010110', '¼ø¼ö°úÇÐ', '/Product/BookBestSeller.libro?lib_code=116', 'N');
addMenu('010111', '¾ð·Ð', '/Product/BookBestSeller.libro?lib_code=112', 'N');
addMenu('010112', '¿©¼º', '/Product/BookBestSeller.libro?lib_code=111', 'N');
addMenu('010113', '¿©Çà/ÇØ¿ÜÁ¤º¸', '/Product/BookBestSeller.libro?lib_code=121', 'N');
addMenu('010114', '¿ª»ç/Áö¸®ÇÐ', '/Product/BookBestSeller.libro?lib_code=105', 'N');
addMenu('010115', '¿¹¼ú/´ëÁß¹®È­', '/Product/BookBestSeller.libro?lib_code=103', 'N');
addMenu('010116', '¿Ü±¹¾îÇÐ½À', '/Product/BookBestSeller.libro?lib_code=125', 'N');
addMenu('010117', 'ÀÀ¿ë°úÇÐ', '/Product/BookBestSeller.libro?lib_code=117', 'N');
addMenu('010118', 'ÀÎ¹®/±³¾ç', '/Product/BookBestSeller.libro?lib_code=104', 'N');
addMenu('010119', 'ÀÎ¹°/Àü±â/ÆòÀü', '/Product/BookBestSeller.libro?lib_code=106', 'N');
addMenu('010120', 'ÀÚ±â°è¹ß', '/Product/BookBestSeller.libro?lib_code=124', 'N');
addMenu('010121', 'ÀâÁö', '/Product/BookBestSeller.libro?lib_code=501', 'N');
addMenu('010122', 'Àå¸£¼Ò¼³', '/Product/BookBestSeller.libro?lib_code=119', 'N');
addMenu('010123', 'Á¾±³/½ÅÈ­', '/Product/BookBestSeller.libro?lib_code=102', 'N');
addMenu('010124', 'Âü°í¼­', '/Product/BookBestSeller.libro?lib_code=129', 'N');
addMenu('010125', 'Ã¶ÇÐ', '/Product/BookBestSeller.libro?lib_code=101', 'N');
addMenu('010126', 'Ã»¼Ò³â', '/Product/BookBestSeller.libro?lib_code=128', 'N');
addMenu('010127', 'Ãë¾÷/¼öÇè/ÀÚ°ÝÁõ', '/Product/BookBestSeller.libro?lib_code=127', 'N');
addMenu('010128', 'ÄÄÇ»ÅÍ/ÀÎÅÍ³Ý', '/Product/BookBestSeller.libro?lib_code=115', 'N');


//book new
/*
addMenu('0102', '»õ·Î³ª¿ÂÃ¥', '/Product/BookNewProduct.libro', 'Y');
addMenu('010201', 'Á¾ÇÕ', '/Product/BookNewProduct.libro', 'N');
addMenu('010202', '°¡Á¤/»ýÈ°/¿ä¸®', '/Product/BookNewProduct.libro?lib_code=123', 'N', '123');
addMenu('010203', '°Ç°­/Ãë¹Ì/½ºÆ÷Ã÷', '/Product/BookNewProduct.libro?lib_code=122', 'N', '122');
addMenu('010204', '°æ¿µ/ºñÁî´Ï½º', '/Product/BookNewProduct.libro?lib_code=114', 'N', '114');
addMenu('010205', '¹®ÇÐÀÌ·Ð', '/Product/BookNewProduct.libro?lib_code=107', 'N', '107');
addMenu('010206', '»çÀü/¹é°ú', '/Product/BookNewProduct.libro?lib_code=130', 'N', '130');
addMenu('010207', '»çÈ¸°úÇÐ', '/Product/BookNewProduct.libro?lib_code=110', 'N', '110');
addMenu('010208', '»ê¹®/¿¡¼¼ÀÌ/³íÇÈ¼Ç', '/Product/BookNewProduct.libro?lib_code=109', 'N', '109');
addMenu('010209', '¼Ò¼³/½Ã', '/Product/BookNewProduct.libro?lib_code=108', 'N', '108');
addMenu('010210', '¼ø¼ö°úÇÐ', '/Product/BookNewProduct.libro?lib_code=116', 'N', '116');
addMenu('010211', '¾ð·Ð', '/Product/BookNewProduct.libro?lib_code=112', 'N', '112');
addMenu('010212', '¿©¼º', '/Product/BookNewProduct.libro?lib_code=111', 'N', '111');
addMenu('010213', '¿©Çà/ÇØ¿ÜÁ¤º¸', '/Product/BookNewProduct.libro?lib_code=121', 'N', '121');
addMenu('010214', '¿ª»ç/Áö¸®ÇÐ', '/Product/BookNewProduct.libro?lib_code=105', 'N', '105');
addMenu('010215', '¿¹¼ú/´ëÁß¹®È­', '/Product/BookNewProduct.libro?lib_code=103', 'N', '103');
addMenu('010216', '¿Ü±¹¾îÇÐ½À', '/Product/BookNewProduct.libro?lib_code=125', 'N', '125');
addMenu('010217', 'ÀÀ¿ë°úÇÐ', '/Product/BookNewProduct.libro?lib_code=117', 'N', '117');
addMenu('010218', 'ÀÎ¹®/±³¾ç', '/Product/BookNewProduct.libro?lib_code=104', 'N', '104');
addMenu('010219', 'ÀÎ¹°/Àü±â/ÆòÀü', '/Product/BookNewProduct.libro?lib_code=106', 'N', '106');
addMenu('010220', 'ÀÚ±â°è¹ß', '/Product/BookNewProduct.libro?lib_code=124', 'N', '124');
addMenu('010221', 'ÀâÁö', '/Product/BookNewProduct.libro?lib_code=501', 'N', '501');
addMenu('010222', 'Àå¸£¼Ò¼³', '/Product/BookNewProduct.libro?lib_code=119', 'N', '119');
addMenu('010223', 'Á¾±³/½ÅÈ­', '/Product/BookNewProduct.libro?lib_code=102', 'N', '102');
addMenu('010224', 'Âü°í¼­', '/Product/BookNewProduct.libro?lib_code=129', 'N', '129');
addMenu('010225', 'Ã¶ÇÐ', '/Product/BookNewProduct.libro?lib_code=101', 'N', '101');
addMenu('010226', 'Ã»¼Ò³â', '/Product/BookNewProduct.libro?lib_code=128', 'N', '128');
addMenu('010227', 'Ãë¾÷/¼öÇè/ÀÚ°ÝÁõ', '/Product/BookNewProduct.libro?lib_code=126', 'N', '126');
addMenu('010228', 'ÄÄÇ»ÅÍ/ÀÎÅÍ³Ý', '/Product/BookNewProduct.libro?lib_code=115', 'N', '115');
//addMenu('010229', 'ebook', '', 'N');*/

//book new
addMenu('0102', '»õ·Î³ª¿ÂÃ¥', '/Product/BookNewProduct.libro', 'Y');
addMenu('010201', 'Á¾ÇÕ', '/Product/BookNewProduct.libro', 'N');
addMenu('010202', '°¡Á¤/»ýÈ°/¿ä¸®', '/Product/BookNewProduct.libro?lib_code=123', 'N');
addMenu('010203', '°Ç°­/Ãë¹Ì/½ºÆ÷Ã÷', '/Product/BookNewProduct.libro?lib_code=122', 'N');
addMenu('010204', '°æ¿µ/ºñÁî´Ï½º', '/Product/BookNewProduct.libro?lib_code=114', 'N');
addMenu('010205', '¹®ÇÐÀÌ·Ð', '/Product/BookNewProduct.libro?lib_code=107', 'N');
addMenu('010206', '»çÀü/¹é°ú', '/Product/BookNewProduct.libro?lib_code=130', 'N');
addMenu('010207', '»çÈ¸°úÇÐ', '/Product/BookNewProduct.libro?lib_code=110', 'N');
addMenu('010208', '»ê¹®/¿¡¼¼ÀÌ/³íÇÈ¼Ç', '/Product/BookNewProduct.libro?lib_code=109', 'N');
addMenu('010209', '¼Ò¼³/½Ã', '/Product/BookNewProduct.libro?lib_code=108', 'N');
addMenu('010210', '¼ø¼ö°úÇÐ', '/Product/BookNewProduct.libro?lib_code=116', 'N');
addMenu('010211', '¾ð·Ð', '/Product/BookNewProduct.libro?lib_code=112', 'N');
addMenu('010212', '¿©¼º', '/Product/BookNewProduct.libro?lib_code=111', 'N');
addMenu('010213', '¿©Çà/ÇØ¿ÜÁ¤º¸', '/Product/BookNewProduct.libro?lib_code=121', 'N');
addMenu('010214', '¿ª»ç/Áö¸®ÇÐ', '/Product/BookNewProduct.libro?lib_code=105', 'N');
addMenu('010215', '¿¹¼ú/´ëÁß¹®È­', '/Product/BookNewProduct.libro?lib_code=103', 'N');
addMenu('010216', '¿Ü±¹¾îÇÐ½À', '/Product/BookNewProduct.libro?lib_code=125', 'N');
addMenu('010217', 'ÀÀ¿ë°úÇÐ', '/Product/BookNewProduct.libro?lib_code=117', 'N');
addMenu('010218', 'ÀÎ¹®/±³¾ç', '/Product/BookNewProduct.libro?lib_code=104', 'N');
addMenu('010219', 'ÀÎ¹°/Àü±â/ÆòÀü', '/Product/BookNewProduct.libro?lib_code=106', 'N');
addMenu('010220', 'ÀÚ±â°è¹ß', '/Product/BookNewProduct.libro?lib_code=124', 'N');
addMenu('010221', 'ÀâÁö', '/Product/BookNewProduct.libro?lib_code=501', 'N');
addMenu('010222', 'Àå¸£¼Ò¼³', '/Product/BookNewProduct.libro?lib_code=119', 'N');
addMenu('010223', 'Á¾±³/½ÅÈ­', '/Product/BookNewProduct.libro?lib_code=102', 'N');
addMenu('010224', 'Âü°í¼­', '/Product/BookNewProduct.libro?lib_code=129', 'N');
addMenu('010225', 'Ã¶ÇÐ', '/Product/BookNewProduct.libro?lib_code=101', 'N');
addMenu('010226', 'Ã»¼Ò³â', '/Product/BookNewProduct.libro?lib_code=128', 'N');
addMenu('010227', 'Ãë¾÷/¼öÇè/ÀÚ°ÝÁõ', '/Product/BookNewProduct.libro?lib_code=127', 'N');
addMenu('010228', 'ÄÄÇ»ÅÍ/ÀÎÅÍ³Ý', '/Product/BookNewProduct.libro?lib_code=115', 'N');
//addMenu('010229', 'ebook', '', 'N');

//comic event
addMenu('0103', 'ÀÌº¥Æ®', '/Event/Books/MallMainEvent.aspx', 'Y');
addMenu('010301', '»çÀºÇ°', '/Event/Books/PlusEvent.aspx', 'N');
addMenu('010302', '»óÇ°ÄíÆù', '/Event/Books/CouponEvent.aspx', 'N');
addMenu('010303', 'Æ¯º°ÇÒÀÎ', '/Event/Books/SaleEvent.aspx', 'N');
addMenu('010304', 'ÃßÃµÀÌº¥Æ®', '/Event/Books/PresentEvent.aspx', 'N');


//book recommend
addMenu('0104', 'ÃßÃµµµ¼­', '/Product/Book/RecommendMain.aspx', 'Y');
addMenu('010401', 'ÆíÁýÀÚ ÃßÃµ', '/Product/Book/ThisBook.aspx', 'Y');
addMenu('01040101', 'ÀÌÃ¥¸¸Àº ³õÁöÁö ¸»ÀÚ', '/Product/Book/ThisBook.aspx', 'N');
addMenu('01040102', '¸®ºê·Î ÃßÃµ', '/Product/BookLibroRecommend.libro', 'N');
addMenu('010402', '¸®ºê·Î ½ºÆä¼È', '/Product/BookSpecial.libro', 'N');
addMenu('010403', '¹Ìµð¾î ÃßÃµ', '/Product/Book/MediaBriefing.aspx', 'Y');
addMenu('01040301', '±ÝÁÖÀÇ ¹Ìµð¾î ºê¸®ÇÎ', '/Product/Book/MediaBriefing.aspx', 'N');
addMenu('01040302', 'TV Ã¥À» ¸»ÇÏ´Ù', '/Product/Book/TV.aspx?id=KBS', 'N');
addMenu('01040303', 'Ã¥ ³»°Ô·Î ¿À´Ù', '/Product/Book/TV.aspx?id=EBS', 'N');

addMenu('01040304', 'Ã¥ ÀÐ¾îÁÖ´Â ¿©ÀÚ', '/Product/Book/TV.aspx?id=Ã¥ÀÐ¾îÁÖ´Â¿©ÀÚ', 'N');


addMenu('010404', '±â°üº° ÃßÃµ', '/Product/Book/OrganRecommend.aspx?lcode=ÇÑ±¹°£Çà¹°À±¸®À§¿øÈ¸-2006³â 2¿ù', 'Y');
addMenu('01040401', 'ÇÑ±¹°£Çà¹° À±¸®À§¿øÈ¸', '/Product/Book/OrganRecommend.aspx?lcode=ÇÑ±¹°£Çà¹°À±¸®À§¿øÈ¸-2006³â 2¿ù', 'N');
addMenu('01040402', '¹®È­°ü±¤ºÎ', '/Product/Book/OrganRecommend.aspx?lcode=¹®È­°ü±¤ºÎ ÃßÃµµµ¼­', 'N');
addMenu('01040403', 'ÇÑ±¹¹é»ó ÃâÆÇ¹®È­»ó', '/Product/Book/OrganRecommend.aspx?lcode=ÇÑ±¹¹é»óÃâÆÇ¹®È­»ó(Á¦46È¸)', 'N');
addMenu('01040404', '¹®¿¹ÁøÈï¿ø', '/Product/Book/OrganRecommend.aspx?lcode=¹®¿¹ÁøÈï¿ø', 'N');
addMenu('01040405', '»ï¼º°æÁ¦¿¬±¸¼Ò-CEOÃßÃµµµ¼­', '/Product/Book/OrganRecommend.aspx?lcode=»ï¼º°æÁ¦¿¬±¸¼Ò-CEO ÃßÃµµµ¼­(2005)', 'N');

//book openbook
addMenu('0105', '¹Ì¸®º¸±â', '/Product/BookOpenBook.libro?type=PART&lib_code=123', 'Y');
addMenu('010501', '°¡Á¤/»ýÈ°/¿ä¸®', '/Product/BookOpenBook.libro?type=PART&lib_code=123', 'N');
addMenu('010502', '°Ç°­/Ãë¹Ì/½ºÆ÷Ã÷', '/Product/BookOpenBook.libro?type=PART&lib_code=122', 'N');
addMenu('010503', '°æ¿µ/ºñÁî´Ï½º', '/Product/BookOpenBook.libro?type=PART&lib_code=114', 'N');
addMenu('010504', '¹®ÇÐÀÌ·Ð/Ã¢ÀÛ¹ý', '/Product/BookOpenBook.libro?type=PART&lib_code=107', 'N');
addMenu('010505', '»çÈ¸°úÇÐ', '/Product/BookOpenBook.libro?type=PART&lib_code=110', 'N');
addMenu('010506', '»ê¹®/¿¡¼¼ÀÌ/³íÇÈ¼Ç', '/Product/BookOpenBook.libro?type=PART&lib_code=109', 'N');
addMenu('010507', '¼Ò¼³/½Ã', '/Product/BookOpenBook.libro?type=PART&lib_code=108', 'N');
addMenu('010508', '¼ø¼ö°úÇÐ', '/Product/BookOpenBook.libro?type=PART&lib_code=116', 'N');
addMenu('010509', '¾ð·Ð/¹Ìµð¾î/±¤°í', '/Product/BookOpenBook.libro?type=PART&lib_code=112', 'N');
addMenu('010510', '¿©¼ºÇÐ/Æä¹Ì´ÏÁò', '/Product/BookOpenBook.libro?type=PART&lib_code=111', 'N');
addMenu('010511', '¿©Çà/ÇØ¿ÜÁ¤º¸', '/Product/BookOpenBook.libro?type=PART&lib_code=121', 'N');
addMenu('010512', '¿ª»ç/Áö¸®ÇÐ', '/Product/BookOpenBook.libro?type=PART&lib_code=105', 'N');
addMenu('010513', '¿¹¼ú/´ëÁß¹®È­', '/Product/BookOpenBook.libro?type=PART&lib_code=103', 'N');
addMenu('010514', '¿Ü±¹¾îÇÐ½À', '/Product/BookOpenBook.libro?type=PART&lib_code=125', 'N');
addMenu('010515', 'ÀÀ¿ë°úÇÐ', '/Product/BookOpenBook.libro?type=PART&lib_code=117', 'N');
addMenu('010516', 'ÀÎ¹®/±³¾ç', '/Product/BookOpenBook.libro?type=PART&lib_code=104', 'N');
addMenu('010517', 'ÀÎ¹°/Àü±â/ÆòÀü', '/Product/BookOpenBook.libro?type=PART&lib_code=106', 'N');
addMenu('010518', 'ÀÚ±â°è¹ß', '/Product/BookOpenBook.libro?type=PART&lib_code=124', 'N');
addMenu('010519', 'Àå¸£¼Ò¼³', '/Product/BookOpenBook.libro?type=PART&lib_code=119', 'N');
addMenu('010520', 'Á¾±³/½ÅÈ­', '/Product/BookOpenBook.libro?type=PART&lib_code=102', 'N');
addMenu('010521', 'Ã¶ÇÐ', '/Product/BookOpenBook.libro?type=PART&lib_code=101', 'N');
addMenu('010522', 'Ã»¼Ò³â', '/Product/BookOpenBook.libro?type=PART&lib_code=128', 'N');
addMenu('010523', 'Ãë¾÷/¼öÇè/ÀÚ°ÝÁõ', '/Product/BookOpenBook.libro?type=PART&lib_code=127', 'N');
addMenu('010524', 'ÄÄÇ»ÅÍ/ÀÎÅÍ³Ý', '/Product/BookOpenBook.libro?lib_code=115', 'N');

//book review
addMenu('0106', 'µ¶ÀÚ¸®ºä', '/Product/BookReview.libro', 'Y');
addMenu('010601', 'ÀÌ´ÞÀÇ µ¶ÀÚ¸®ºä', '/Product/BookReview.libro', 'N');
addMenu('010602', '°¡Á¤/»ýÈ°/¿ä¸®', '/Product/BookReviewList.libro?lib_code=123', 'N');
addMenu('010603', '°Ç°­/Ãë¹Ì/½ºÆ÷Ã÷', '/Product/BookReviewList.libro?lib_code=122', 'N');
addMenu('010604', '°æ¿µ/ºñÁî´Ï½º', '/Product/BookReviewList.libro?lib_code=114', 'N');
addMenu('010605', '¹®ÇÐÀÌ·Ð', '/Product/BookReviewList.libro?lib_code=107', 'N');
addMenu('010606', '»çÀü/¹é°ú', '/Product/BookReviewList.libro?lib_code=130', 'N');
addMenu('010607', '»çÈ¸°úÇÐ', '/Product/BookReviewList.libro?lib_code=110', 'N');
addMenu('010608', '»ê¹®/¿¡¼¼ÀÌ/³íÇÈ¼Ç', '/Product/BookReviewList.libro?lib_code=109', 'N');
addMenu('010609', '¼Ò¼³/½Ã', '/Product/BookReviewList.libro?lib_code=108', 'N');
addMenu('010610', '¼ø¼ö°úÇÐ', '/Product/BookReviewList.libro?lib_code=116', 'N');
addMenu('010611', '¾ð·Ð/¹Ìµð¾î/±¤°í', '/Product/BookReviewList.libro?lib_code=112', 'N');
addMenu('010612', '¿©¼ºÇÐ/Æä¹Ì´ÏÁò', '/Product/BookReviewList.libro?lib_code=111', 'N');
addMenu('010613', '¿©Çà/ÇØ¿ÜÁ¤º¸', '/Product/BookReviewList.libro?lib_code=121', 'N');
addMenu('010614', '¿ª»ç/Áö¸®ÇÐ', '/Product/BookReviewList.libro?lib_code=105', 'N');
addMenu('010615', '¿¹¼ú/´ëÁß¹®È­', '/Product/BookReviewList.libro?lib_code=103', 'N');
addMenu('010616', '¿Ü±¹¾îÇÐ½À', '/Product/BookReviewList.libro?lib_code=125', 'N');
addMenu('010617', 'ÀÀ¿ë°úÇÐ', '/Product/BookReviewList.libro?lib_code=117', 'N');
addMenu('010618', 'ÀÎ¹®/±³¾ç', '/Product/BookReviewList.libro?lib_code=104', 'N');
addMenu('010619', 'ÀÎ¹°/Àü±â/ÆòÀü', '/Product/BookReviewList.libro?lib_code=106', 'N');
addMenu('010620', 'ÀÚ±â°è¹ß', '/Product/BookReviewList.libro?lib_code=124', 'N');
addMenu('010621', 'Àå¸£¼Ò¼³', '/Product/BookReviewList.libro?lib_code=119', 'N');
addMenu('010622', 'Á¾±³/½ÅÈ­', '/Product/BookReviewList.libro?lib_code=102', 'N');
addMenu('010623', 'Ã¶ÇÐ', '/Product/BookReviewList.libro?lib_code=101', 'N');
addMenu('010624', 'Ã»¼Ò³â', '/Product/BookReviewList.libro?lib_code=128', 'N');
addMenu('010625', 'Ãë¾÷/¼öÇè/ÀÚ°ÝÁõ', '/Product/BookReviewList.libro?lib_code=127', 'N');
addMenu('010626', 'ÄÄÇ»ÅÍ/ÀÎÅÍ³Ý', '/Product/BookReviewList.libro?lib_code=115', 'N');
addMenu('010627', 'Á¾ÇÕ', '/Product/BookReviewList.libro?lib_code=1', 'N');

//book author
addMenu('0107', 'ÀúÀÚÆÄÀÏ', '/Product/BookAuthorMain.libro', 'Y');
addMenu('010701', 'ÀÌ´ÞÀÇ ÀÛ°¡/ÀúÀÚ', '/Product/BookAuthorMain.libro', 'N');
addMenu('010702', '±¹³» ¼Ò¼³°¡', '/Product/BookAuthorList.libro?s_code=±¹³»&m_code=¼Ò¼³°¡', 'N');
addMenu('010703', '¿Ü±¹ ¼Ò¼³°¡', '/Product/BookAuthorList.libro?s_code=±¹¿Ü&m_code=¼Ò¼³°¡', 'N');
addMenu('010704', '±¹³» ½ÃÀÎ', '/Product/BookAuthorList.libro?s_code=±¹³»&m_code=½ÃÀÎ', 'N');
addMenu('010705', '¿Ü±¹ ½ÃÀÎ', '/Product/BookAuthorList.libro?s_code=±¹¿Ü&m_code=½ÃÀÎ', 'N');
addMenu('010706', '±¹³» ÀúÀÚ', '/Product/BookAuthorList.libro?s_code=±¹³»&m_code=ÀÎ¹®»çÈ¸°úÇÐ', 'N');
addMenu('010707', '¿Ü±¹ ÀúÀÚ', '/Product/BookAuthorList.libro?s_code=±¹¿Ü&m_code=ÀÎ¹®»çÈ¸°úÇÐ', 'N');

//book today
addMenu('0108', 'Åõµ¥ÀÌ¸ÞÀÎ', '/Product/Book/TodayMain.aspx', 'Y');

//ebook
addMenu('0109', 'E-book', '/Product/EBookCategoryMain.libro?lib_code=A', 'Y');
addMenu('010901', '¼Ò¼³/½Ã', '/Product/EBookList.libro?lib_code=A01', 'N');
addMenu('010902', 'Àå¸£¼Ò¼³', '/Product/EBookCategoryMain.libro?lib_code=A03', 'N');
addMenu('010903', 'ÀÎ¹®/±³¾ç', '/Product/EBookCategoryMain.libro?lib_code=A04', 'N');
addMenu('010904', '¿ª»ç', '/Product/EBookCategoryMain.libro?lib_code=A05', 'N');
addMenu('010905', '»çÈ¸°úÇÐ', '/Product/EBookCategoryMain.libro?lib_code=A06', 'N');
addMenu('010906', '°æ¿µ/ºñÁî´Ï½º', '/Product/EBookCategoryMain.libro?lib_code=A07', 'N');
addMenu('010907', 'ÇØ¿Ü °æ¿µ ¿ø¼­ ¿ä¾àº»', '/Product/EBookCategoryMain.libro?lib_code=A08', 'N');
addMenu('010908', '¿Ü±¹¾îÇÐ½À', '/Product/EBookCategoryMain.libro?lib_code=A09', 'N');
addMenu('010909', 'ÄÄÇ»ÅÍ/ÀÎÅÍ³Ý', '/Product/EBookCategoryMain.libro?lib_code=A10', 'N');
addMenu('010910', '¾î¸°ÀÌ', '/Product/EBookCategoryMain.libro?lib_code=A11', 'N');
addMenu('010911', '°Ç°­/Ãë¹Ì/¿©Çà', '/Product/EBookCategoryMain.libro?lib_code=A13', 'N');
addMenu('010912', '¿¹¼ú/´ëÁß¹®È­', '/Product/EBookCategoryMain.libro?lib_code=A14', 'N');
addMenu('010913', '°¡Á¤/»ýÈ°/¿ä¸®', '/Product/EBookCategoryMain.libro?lib_code=A15', 'N');
addMenu('010914', 'Á¾±³', '/Product/EBookCategoryMain.libro?lib_code=A16', 'N');
addMenu('010915', 'EBS RADIO ¾îÇÐ', '/Product/EBookCategoryMain.libro?lib_code=A21', 'N');
addMenu('010916', '´ëÇÐ±³Àç', '/Product/EBookCategoryMain.libro?lib_code=A22', 'N');
addMenu('010917', '¸¸È­', '/Product/EBookCategoryMain.libro?lib_code=A23', 'N');

//ebook µµ¿ò¸»
addMenu('0110', 'E-book ÀÌ¶õ','/Product/Book/EBook/Help/EbookIsHelp.aspx','Y');
addMenu('011001','¸®´õ ¼³Ä¡','/Product/Book/EBook/Help/EbookRdDown.aspx','N');
addMenu('011002','¸®´õ »ç¿ë¹ý','/Product/Book/EBook/Help/EbookRdUse.aspx','N');
addMenu('011003','³»¼­Àç ¼³Ä¡','/Product/Book/EBook/Help/EbookSrDown.aspx','N');
addMenu('011004','³»¼­Àç »ç¿ë¹ý','/Product/Book/EBook/Help/EbookSrUse.aspx','N');
addMenu('0111','PDA ebookÀÌ¶õ','/Product/Book/EBook/Help/EbookPda.aspx','Y');
addMenu('011101','Win CE ¸®´õ ¼³Ä¡','/Product/Book/EBook/Help/EbookWcDown.aspx','N');
addMenu('011102','Win CE ebook º¸±â','/Product/Book/EBook/Help/EbookWcRd.aspx','N');
addMenu('011103','Win CE ¸®´õ ±â´É','/Product/Book/EBook/Help/EbookWcUse.aspx','N');
addMenu('011104','Palm ¸®´õ ¼³Ä¡','/Product/Book/EBook/Help/EbookPerDown.aspx','N');
addMenu('011105','Palm ebook º¸±â','/Product/Book/EBook/Help/EbookPeRd.aspx','N');
addMenu('011106','Palm ¸®´õ ±â´É','/Product/Book/EBook/Help/EbookPerUse.aspx','N');
addMenu('011107','hiebook µµ¿ì¹Ì','/Product/Book/EBook/Help/EbookHbHelp.aspx','N');

//Ä³½¬¹é ÀÌº¥Æ®
addMenu('0112', 'OKÄ³½¬¹éÁ¸','/Event/OkCashBagMall.aspx','N');
addMenu('0113', 'OKÄ³½¬¹éÁ¸','/Event/OkCashBagMallKids.aspx','N');

addMenu('0114', 'Å×¸¶´ëºÐ·ù','/Product/Book/Theme/Main.aspx','N');

//kids main

addMenu('02', '¾î¸°ÀÌ', '/Main/Kids.aspx', 'Y');

//kids list
addMenu('0200', 'ºÐ¾ßº° Ã£±â', '/Product/KidsCategoryMain.libro?lib_code=200', 'Y');
addMenu('020001', '0-3¼¼', '/Product/KidsCategoryMain.libro?lib_code=200', 'N', '200');
addMenu('020002', '4-6¼¼', '/Product/KidsCategoryMain.libro?lib_code=201', 'N', '201');
addMenu('020003', '1-2ÇÐ³â', '/Product/KidsCategoryMain.libro?lib_code=202', 'N', '202');
addMenu('020004', '3-4ÇÐ³â', '/Product/KidsCategoryMain.libro?lib_code=220', 'N', '220');
addMenu('020005', '5-6ÇÐ³â', '/Product/KidsCategoryMain.libro?lib_code=203', 'N', '203');
addMenu('020006', '±×¸²Ã¥', '/Product/KidsCategoryMain.libro?lib_code=204', 'N', '204');
addMenu('020007', 'µ¿È­', '/Product/KidsCategoryMain.libro?lib_code=205', 'N', '205');
addMenu('020008', '¾î¸°ÀÌ¸¸È­', '/Product/KidsCategoryMain.libro?lib_code=206', 'N', '206');
addMenu('020009', '½Ã¸®ÁîÆ¯¼±', '/Product/KidsCategoryMain.libro?lib_code=207', 'N', '207');
addMenu('020010', '¿¾ÀÌ¾ß±â', '/Product/KidsCategoryMain.libro?lib_code=210', 'N', '210');
addMenu('020011', 'ÀÎ¹°ÀÌ¾ß±â', '/Product/KidsCategoryMain.libro?lib_code=211', 'N', '211');
addMenu('020012', 'Á¾ÀÌÁ¢±â/Á¾ÀÌ°øÀÛ', '/Product/KidsCategoryMain.libro?lib_code=212', 'N', '212');
addMenu('020013', 'ÇÐ½Àµµ¿ì¹Ì', '/Product/KidsCategoryMain.libro?lib_code=214', 'N', '214');
addMenu('020014', '¾î¸°ÀÌ¿µ¾î(¿Ü±¹µµ¼­)', '/Product/KidsCategoryMain.libro?lib_code=216', 'N', '216');
addMenu('020015', 'Ã¥ÀÐ´ÂºÎ¸ð', '/Product/KidsCategoryMain.libro?lib_code=217', 'N', '217');

//kids bestseller
addMenu('0201', 'º£½ºÆ®¼¿·¯', '/Product/KidsBestSeller.libro', 'Y');
addMenu('020101', 'Á¾ÇÕ', '/Product/KidsBestSeller.libro', 'N');
addMenu('020102', '0-3¼¼', '/Product/KidsBestSeller.libro?lib_code=200', 'N');
addMenu('020103', '4-6¼¼', '/Product/KidsBestSeller.libro?lib_code=201', 'N');
addMenu('020104', '1-2ÇÐ³â', '/Product/KidsBestSeller.libro?lib_code=202', 'N');
addMenu('020105', '3-4ÇÐ³â', '/Product/KidsBestSeller.libro?lib_code=220', 'N');
addMenu('020106', '5-6ÇÐ³â', '/Product/KidsBestSeller.libro?lib_code=203', 'N');
addMenu('020107', '±×¸²Ã¥', '/Product/KidsBestSeller.libro?lib_code=204', 'N');
addMenu('020108', 'µ¿È­', '/Product/KidsBestSeller.libro?lib_code=205', 'N');
addMenu('020109', '¾î¸°ÀÌ¸¸È­', '/Product/KidsBestSeller.libro?lib_code=206', 'N');
addMenu('020110', '½Ã¸®ÁîÆ¯¼±', '/Product/KidsBestSeller.libro?lib_code=207', 'N');
addMenu('020111', '¿¾ÀÌ¾ß±â', '/Product/KidsBestSeller.libro?lib_code=210', 'N');
addMenu('020112', 'ÀÎ¹°ÀÌ¾ß±â', '/Product/KidsBestSeller.libro?lib_code=211', 'N');
addMenu('020113', 'Á¾ÀÌÁ¢±â/Á¾ÀÌ°øÀÛ', '', 'N');
addMenu('020114', 'ÇÐ½Àµµ¿ì¹Ì', '/Product/KidsBestSeller.libro?lib_code=214', 'N');
addMenu('020115', '¾î¸°ÀÌ¿µ¾î(¿Ü±¹µµ¼­)', '/Product/KidsBestSeller.libro?lib_code=216', 'N');
addMenu('020116', 'Ã¥ÀÐ´ÂºÎ¸ð', '/Product/KidsBestSeller.libro?lib_code=217', 'N');
addMenu('020117', 'ºñµð¿À/DVD', '/Product/KidsBestSeller.libro?lib_code=219', 'N');
addMenu('020118', 'ÀüÁý', '/Product/KidsBestSeller.libro?lib_code=215', 'N');

//Kids New
addMenu('0202', '»õ·Î³ª¿ÂÃ¥', '/Product/KidsNewProduct.libro', 'Y');
addMenu('020201', 'Á¾ÇÕ', '/Product/KidsNewProduct.libro', 'N');
addMenu('020202', '0-3¼¼', '/Product/KidsNewProduct.libro?lib_code=200', 'N');
addMenu('020203', '4-6¼¼', '/Product/KidsNewProduct.libro?lib_code=201', 'N');
addMenu('020204', '1-2ÇÐ³â', '/Product/KidsNewProduct.libro?lib_code=202', 'N');
addMenu('020205', '3-4ÇÐ³â', '/Product/KidsNewProduct.libro?lib_code=220', 'N');
addMenu('020206', '5-6ÇÐ³â', '/Product/KidsNewProduct.libro?lib_code=203', 'N');
addMenu('020207', '±×¸²Ã¥', '/Product/KidsNewProduct.libro?lib_code=204', 'N');
addMenu('020208', 'µ¿È­', '/Product/KidsNewProduct.libro?lib_code=205', 'N');
addMenu('020209', '¾î¸°ÀÌ¸¸È­', '/Product/KidsNewProduct.libro?lib_code=206', 'N');
addMenu('020210', '½Ã¸®ÁîÆ¯¼±', '/Product/KidsNewProduct.libro?lib_code=207', 'N');
addMenu('020211', '¿¾ÀÌ¾ß±â', '/Product/KidsNewProduct.libro?lib_code=210', 'N');
addMenu('020212', 'ÀÎ¹°ÀÌ¾ß±â', '/Product/KidsNewProduct.libro?lib_code=211', 'N');
addMenu('020213', 'Á¾ÀÌÁ¢±â/Á¾ÀÌ°øÀÛ', '/Product/KidsNewProduct.libro?lib_code=212', 'N');
addMenu('020214', 'ÇÐ½Àµµ¿ì¹Ì', '/Product/KidsNewProduct.libro?lib_code=214', 'N');
addMenu('020215', '¾î¸°ÀÌ¿µ¾î(¿Ü±¹µµ¼­)', '/Product/KidsNewProduct.libro?lib_code=216', 'N');
addMenu('020216', 'Ã¥ÀÐ´ÂºÎ¸ð', '/Product/KidsNewProduct.libro?lib_code=217', 'N');

//kids event
addMenu('0203', 'ÀÌº¥Æ®', '/Event/Kids/MallMainEvent.aspx', 'Y');
addMenu('020301', '»çÀºÇ°', '/Event/Kids/PlusEvent.aspx', 'N');
addMenu('020302', '»óÇ°ÄíÆù', '/Event/Kids/CouponEvent.aspx', 'N');
addMenu('020303', 'Æ¯º°ÇÒÀÎ', '/Event/Kids/SaleEvent.aspx', 'N');
addMenu('020304', 'ÃßÃµÀÌº¥Æ®', '/Event/Kids/PresentEvent.aspx', 'N');


//Kids Recommend
addMenu('0204', 'ÃßÃµ¸¸È­', '/Product/Kids/RecommendMain.aspx', 'Y');
addMenu('020401', '¸®ºê·Î ½ºÆä¼È', '/Product/KidsSpecial.libro', 'N');
addMenu('020402', 'ÀÌ´ÞÀÇ ÃßÃµ¾î¸°ÀÌÃ¥', '/Product/KidsThisMonth.libro', 'N');
addMenu('020403', 'À¸¶äÃ¥²ÈÀÌ', '/Product/Kids/BestRecommend.aspx', 'N');
addMenu('020404', '¾î¸°ÀÌÃ¥ ¼±¹°°¡°Ô', '/Product/Kids/Present.aspx', 'Y');
addMenu('02040401', 'ÇÑ´«¿¡ º¸±â', '/Product/Kids/Present.aspx', 'N');
addMenu('02040402', '0`3¼¼', '/Product/Kids/Present.aspx?scode=0~3¼¼', 'N');
addMenu('02040403', '4-6¼¼', '/Product/Kids/Present.aspx?scode=4~6¼¼', 'N');
addMenu('02040404', 'ÃÊµî 1~2ÇÐ³â', '/Product/Kids/Present.aspx?scode=ÃÊµîÇÐ±³ 1~2ÇÐ³â', 'N');
addMenu('02040405', 'ÃÊµî 3~4ÇÐ³â', '/Product/Kids/Present.aspx?scode=ÃÊµîÇÐ±³ 3~4ÇÐ³â', 'N');
addMenu('02040406', 'ÃÊµî 5~6ÇÐ³â', '/Product/Kids/Present.aspx?scode=ÃÊµîÇÐ±³ 5~6ÇÐ³â', 'N');

//Kids Train
addMenu('0205', 'Ã¥±âÂ÷', '/Product/Kids/TrainMain.aspx', 'Y');
addMenu('020501', '0`3¼¼', '/Product/Kids/TrainSub.aspx?type=1', 'N');
addMenu('020502', '4-6¼¼', '/Product/Kids/TrainSub.aspx?type=2', 'N');
addMenu('020503', 'ÃÊµî 1~2ÇÐ³â', '/Product/Kids/TrainSub.aspx?type=3', 'N');
addMenu('020504', 'ÃÊµî 3~4ÇÐ³â', '/Product/Kids/TrainSub.aspx?type=4', 'N');
addMenu('020505', 'ÃÊµî 5~6ÇÐ³â', '/Product/Kids/TrainSub.aspx?type=5', 'N');
addMenu('020506', 'ªYÀÐ´Â ºÎ¸ð', '/Product/Kids/TrainSub.aspx?type=6', 'N');


//Kids Review
addMenu('0207', 'µ¶ÀÚ¸®ºä', '/Product/KidsReview.libro', 'N');
addMenu('020701', 'ÀÌ´ÞÀÇ µ¶ÀÚ¸®ºä', '/Product/KidsReview.libro', 'N');
addMenu('020702', '0-3¼¼', '/Product/KidsReviewList.libro?lib_code=200', 'N');
addMenu('020703', '4-6¼¼', '/Product/KidsReviewList.libro?lib_code=201', 'N');
addMenu('020704', '1-2ÇÐ³â', '/Product/KidsReviewList.libro?lib_code=202', 'N');
addMenu('020705', '3-4ÇÐ³â', '/Product/KidsReviewList.libro?lib_code=220', 'N');
addMenu('020706', '5-6ÇÐ³â', '/Product/KidsReviewList.libro?lib_code=203', 'N');
addMenu('020707', '¾î¸°ÀÌ¸¸È­', '/Product/KidsReviewList.libro?lib_code=206', 'N');
addMenu('020708', 'Ã¥ÀÐ´Â ºÎ¸ð', '/Product/KidsReviewList.libro?lib_code=217', 'N');
addMenu('020709', 'Á¾ÇÕ', '/Product/KidsReviewList.libro?lib_code=2', 'N');


//Kids Preview
addMenu('0206', '¹Ì¸®º¸±â', '/Product/KidsOpenBook.libro?lib_code=200', 'Y');
addMenu('020601', '0-3¼¼', '/Product/KidsOpenBook.libro?lib_code=200', 'N');
addMenu('020602', '4-6¼¼', '/Product/KidsOpenBook.libro?lib_code=201', 'N');
addMenu('020603', '1-2ÇÐ³â', '/Product/KidsOpenBook.libro?lib_code=202', 'N');
addMenu('020604', '3-4ÇÐ³â', '/Product/KidsOpenBook.libro?lib_code=220', 'N');
addMenu('020605', '5-6ÇÐ³â', '/Product/KidsOpenBook.libro?lib_code=203', 'N');
addMenu('020606', '±×¸²Ã¥', '/Product/KidsOpenBook.libro?lib_code=204', 'N');
addMenu('020607', 'µ¿È­', '/Product/KidsOpenBook.libro?lib_code=205', 'N');
addMenu('020608', '¾î¸°ÀÌ¸¸È­', '/Product/KidsOpenBook.libro?lib_code=206', 'N');
addMenu('020609', '½Ã¸®ÁîÆ¯¼±', '/Product/KidsOpenBook.libro?lib_code=207', 'N');
addMenu('020610', '¿¾ÀÌ¾ß±â', '/Product/KidsOpenBook.libro?lib_code=210', 'N');
addMenu('020611', 'ÀÎ¹°ÀÌ¾ß±â', '/Product/KidsOpenBook.libro?lib_code=211', 'N');
addMenu('020612', 'Á¾ÀÌÁ¢±â/Á¾ÀÌ°øÀÛ', '', 'N');
addMenu('020613', 'ÇÐ½Àµµ¿ì¹Ì', '/Product/KidsOpenBook.libro?lib_code=214', 'N');
addMenu('020614', '¾î¸°ÀÌ¿µ¾î(¿Ü±¹µµ¼­)', '/Product/KidsOpenBook.libro?lib_code=216', 'N');
addMenu('020615', 'Ã¥ÀÐ´ÂºÎ¸ð', '/Product/KidsOpenBook.libro?lib_code=217', 'N');


//Kids Author
addMenu('0208', 'ÀÛ°¡ÆÄÀÏ', '/Product/KidsAuthorMain.libro', 'Y');
addMenu('020801', 'ÀÛ°¡ÆÄÀÏ/¼ö»óµµ¼­', '/Product/KidsAuthorMain.libro', 'N');
addMenu('020802', '±¹³» ±×¸²Ã¥', '/Product/KidsAuthorList.libro?s_code=±¹³»&m_code=±×¸²Ã¥', 'N');
addMenu('020803', '±¹¿Ü ±×¸²Ã¥', '/Product/KidsAuthorList.libro?s_code=±¹¿Ü&m_code=±×¸²Ã¥', 'N');
addMenu('020804', '±¹³» µ¿È­ÀÛ°¡', '/Product/KidsAuthorList.libro?s_code=±¹³»&m_code=µ¿È­ÀÛ°¡', 'N');
addMenu('020805', '±¹¿Ü µ¿È­ÀÛ°¡', '/Product/KidsAuthorList.libro?s_code=±¹¿Ü&m_code=µ¿È­ÀÛ°¡', 'N');

//Kids reader
addMenu('0209', 'µ¶¼­»ó´ã½Ç', '/Product/Kids/Councel/Kids_QnA_Main.aspx', 'N');

//comic main
addMenu('03', '¸¸È­', '/Main/Comics.aspx', 'Y');

//comic list
addMenu('0300', 'ºÐ¾ßº°Ã£±â', '/Product/ComicsCategoryMain.libro?lib_code=601', 'Y');
addMenu('030001', '°øÆ÷/Ãß¸®', '/Product/ComicsCategoryMain.libro?lib_code=601', 'N');
addMenu('030002', 'µå¶ó¸¶', '/Product/ComicsCategoryMain.libro?lib_code=602', 'N');
addMenu('030003', '·Î¸Ç½º', '/Product/ComicsCategoryMain.libro?lib_code=603', 'N');
addMenu('030004', '¸í¶û/ÄÚ¹Í', '/Product/ComicsCategoryMain.libro?lib_code=604', 'N');
addMenu('030005', '½ºÆ÷Ã÷', '/Product/ComicsCategoryMain.libro?lib_code=606', 'N');
addMenu('030006', '¾×¼Ç/¹«Çù', '/Product/ComicsCategoryMain.libro?lib_code=608', 'N');
addMenu('030007', 'SF/ÆÇÅ¸Áö', '/Product/ComicsCategoryMain.libro?lib_code=609', 'N');
addMenu('030008', '¼ºÀÎ/¼º¾Ö', '/Product/ComicsCategoryMain.libro?lib_code=613', 'N');
addMenu('030009', 'Ä«Å÷/È­º¸/±âÅ¸', '/Product/ComicsCategoryMain.libro?lib_code=615', 'N');
addMenu('030010', '¸¸È­½Ç±â/¿¬±¸', '/Product/ComicsCategoryMain.libro?lib_code=617', 'N');
addMenu('030011', '¸¸È­ÃâÆÇ»ç ¼Ò¼³', '/Product/ComicsCategoryMain.libro?lib_code=661', 'N');
addMenu('030012', '¸¸È­ÀâÁö', '/Product/ComicsCategoryMain.libro?lib_code=616', 'N');
addMenu('030013', '¿Ï°£(¿Ï°á¸¸È­)', '/Product/ComicsCategoryMain.libro?lib_code=650130', 'N');
addMenu('030014', 'º¹°£¸¸È­(¾ÖÀåÆÇ)', '/Product/ComicsCategoryMain.libro?lib_code=650030', 'N');
addMenu('030015', 'ÀÎÅÍ³Ý ¿¬Àç¸¸È­', '/Product/ComicsCategoryMain.libro?lib_code=650010', 'N');
addMenu('030016', '¼­±¸/ÇØ¿Ü¸¸È­', '/Product/ComicsCategoryMain.libro?lib_code=650160', 'N');
addMenu('030017', '¼ÒÇÁÆ® ¾ß¿ÀÀÌ', '/Product/ComicsCategoryMain.libro?lib_code=650120', 'N');

//comic bestseller
addMenu('0301', 'º£½ºÆ®¼¿·¯', '/Product/ComicsBestSeller.libro?lib_code=0', 'Y');
addMenu('030101', 'ÁÖ°£Á¾ÇÕ', '/Product/ComicsBestSeller.libro?lib_code=0', 'N');
addMenu('030102', '¿ù°£Á¾ÇÕ', '/Product/ComicsBestSeller.libro?type=M&lib_code=0', 'N');
addMenu('030103', '±¹³»¸¸È­', '/Product/ComicsBestSeller.libro?lib_code=kr&type=M', 'N');
addMenu('030104', 'ÀÏº»¸¸È­', '/Product/ComicsBestSeller.libro?lib_code=jp&type=M', 'N');
addMenu('030105', '¸¸È­°ü·Ã¼­', '/Product/ComicsBestSeller.libro?lib_code=617&type=M', 'N');


//comic New
addMenu('0302', '»õ·Î³ª¿Â¸¸È­', '/Product/ComicsNewProduct.libro?term=DD', 'Y');
addMenu('030201', '¿À´Ã ³ª¿Â ¸¸È­', '/Product/ComicsNewProduct.libro?term=DD', 'N');
addMenu('030202', '¿ùº° ½Å°£º¸±â', '/Product/ComicsNewProduct.libro?term=M', 'N');
addMenu('030203', 'Ãâ°£¿¹Á¤ÀÛ', '/Product/Comics/PreviousList.aspx', 'N');

//comic event
addMenu('0303', 'ÀÌº¥Æ®', '/Event/Comic/MallMainEvent.aspx', 'Y');
addMenu('030301', '¿¹¾àÆÇ¸Å', '/Event/Music/ReservationEvent.aspx', 'N');
addMenu('030302', 'ÀÎ±â¿Ï°áÀÛ¼¼Æ®', '/Event/Comic/PowerComplete.aspx', 'N');
addMenu('030303', 'ÇÒÀÎÆ¯°¡µµ¼­', '/Event/Comic/PowerEvent.aspx', 'N');
addMenu('030304', 'Èñ±Í °¶·¯¸®', '/Event/Comic/PowerUncommon.aspx', 'N');

//comic Recommend
addMenu('0304', 'ÃßÃµ¸¸È­', '/Product/Comics/RecommendMain.aspx', 'Y');
addMenu('030401', 'Å×¸¶ÃßÃµ', '/Product/ComicsTheme.libro', 'N');
addMenu('030402', 'ÀÌ´ÞÀÇ ¸¸È­', '/Product/ComicsThisMonth.libro', 'N');
addMenu('030403', 'Àå¸£º° ÃßÃµ', '/Product/ComicsGenreBest.libro', 'Y');
addMenu('03040301', 'ÃßÃµº£½ºÆ®', '/Product/ComicsGenreRecommend.libro', 'N');
addMenu('03040302', '°øÆ÷Ãß¸®', '/Product/ComicsGenreRecommend.libro?lib_code=601', 'N');
addMenu('03040303', 'µå¶ó¸¶', '/Product/ComicsGenreRecommend.libro?lib_code=602', 'N');
addMenu('03040304', '·Î¸Ç½º', '/Product/ComicsGenreRecommend.libro?lib_code=603', 'N');
addMenu('03040312', '¸í¶ûÄÚ¹Í', '/Product/ComicsGenreRecommend.libro?lib_code=604', 'N');
addMenu('03040305', '½ºÆ÷Ã÷', '/Product/ComicsGenreRecommend.libro?lib_code=606', 'N');
addMenu('03040306', '¾×¼Ç¹«Çù', '/Product/ComicsGenreRecommend.libro?lib_code=608', 'N');
addMenu('03040307', 'SFÆÇÅ¸Áö', '/Product/ComicsGenreRecommend.libro?lib_code=609', 'N');
addMenu('03040308', '¼ºÀÎ¼º¾Ö', '/Product/ComicsGenreRecommend.libro?lib_code=613', 'N');
addMenu('03040309', 'Ä«Å÷È­º¸', '/Product/ComicsGenreRecommend.libro?lib_code=615', 'N');
addMenu('03040310', '¸¸È­ ½Ç±â¿¬±¸', '/Product/ComicsGenreRecommend.libro?lib_code=617', 'N');
addMenu('03040311', '¸¸È­ÃâÆÇ»ç ¼Ò¼³', '/Product/ComicsGenreRecommend.libro?lib_code=661', 'N');
addMenu('030602', '¿ì¼öµ¶ÀÚ¸®ºä', '/Product/ComicsReviewBest.libro', 'N');
addMenu('030404', '¸¸È­°¡ ÆÄÀÏ', '/Product/ComicsAuthorList.libro', 'N');
addMenu('0307', '¸¸È­Ä«Æä', '/Product/Comics/CafeList.aspx', 'N');

//comic Preview
addMenu('0305', '¹Ì¸®º¸±â', '/Product/ComicsOpenBook.libro', 'Y');
addMenu('030501', 'Á¾ÇÕ', '/Product/ComicsOpenBook.libro', 'N');
addMenu('030502', 'µå¶ó¸¶', '/Product/ComicsOpenBook.libro?lib_code=602', 'N');
addMenu('030503', '·Î¸Ç½º', '/Product/ComicsOpenBook.libro?lib_code=603', 'N');
addMenu('030504', '¸í¶û/ÄÚ¹Í', '/Product/ComicsOpenBook.libro?lib_code=604', 'N');
addMenu('030505', '½ºÆ÷Ã÷', '/Product/ComicsOpenBook.libro?lib_code=606', 'N');
addMenu('030506', '¾×¼Ç/¹«Çù', '/Product/ComicsOpenBook.libro?lib_code=608', 'N');
addMenu('030507', 'SF/ÆÇÅ¸Áö', '/Product/ComicsOpenBook.libro?lib_code=609', 'N');


//comic Review
addMenu('0306', 'µ¶ÀÚ¸®ºä', '/Product/ComicsReview.libro', 'Y');
addMenu('030601', 'ÀÌ´ÞÀÇ µ¶ÀÚ¸®ºä', '/Product/ComicsReview.libro', 'N');
addMenu('030602', '¿ì¼öµ¶ÀÚ¸®ºä', '/Product/ComicsReviewBest.libro', 'N');
addMenu('030603', 'µå¶ó¸¶', '/Product/ComicsReviewList.libro?lib_code=602', 'N');
addMenu('030604', '·Î¸Ç½º', '/Product/ComicsReviewList.libro?lib_code=603', 'N');
addMenu('030605', '½ºÆ÷Ã÷', '/Product/ComicsReviewList.libro?lib_code=606', 'N');
addMenu('030606', '¾×¼Ç/¹«Çù', '/Product/ComicsReviewList.libro?lib_code=608', 'N');
addMenu('030607', 'SF/ÆÇÅ¸Áö', '/Product/ComicsReviewList.libro?lib_code=609', 'N');
addMenu('030608', '¸¸È­ÃâÆÇ»ç ¼Ò¼³', '/Product/ComicsReviewList.libro?lib_code=661', 'N');
addMenu('030609', 'ÀÎÅÍ³Ý ¿¬Àç¸¸È­', '/Product/ComicsReviewList.libro?lib_code=650010', 'N');
addMenu('030610', 'º¹°£ ¸¸È­(¾ÖÀåÆÇ)', '/Product/ComicsReviewList.libro?lib_code=650030', 'N');
addMenu('030611', '¿©¼ºÀÛ°¡ ´ÜÆí¼±', '/Product/ComicsReviewList.libro?lib_code=650110', 'N');
addMenu('030612', '¼ÒÇÁÆ® ¾ß¿ÀÀÌ', '/Product/ComicsReviewList.libro?lib_code=650120', 'N');
addMenu('030613', '¿Ï°£(¿Ï°á¸¸È­)', '/Product/ComicsReviewList.libro?lib_code=650130', 'N');
addMenu('030614', 'ÀüÃ¼º¸±â', '/Product/ComicsReviewList.libro', 'N');

//comic cafe
addMenu('0307', '¸¸È­Ä«Æä', '', 'N');

//comic pub_serise
addMenu('0308', 'ÃâÆÇ»çº° ½Ã¸®Áî', '', 'Y');
addMenu('030801', '´ë¿ø NT Novel', '/Product/ComicsSmallList.libro?group_id=000010169', 'N');

//¸¸È­·Î ³îÀÚ
addMenu('0309', '¸¸È­·Î ³îÀÚ', '/Product/Comics/PlayComicsMain.aspx', 'Y');

//music main
addMenu('04', 'À½¹Ý', '/Main/Music.aspx', 'Y');

//music list
addMenu('0400', 'Àå¸£º°À½¹Ý', '/Product/MusicCategoryMain.libro?lib_code=701', 'Y');
addMenu('040001', '°¡¿ä', '/Product/MusicCategoryMain.libro?lib_code=701', 'N');
addMenu('040002', 'ÆË/·Ï', '/Product/MusicCategoryMain.libro?lib_code=702', 'N');
addMenu('040003', 'Å¬·¡½Ä', '/Product/MusicCategoryMainClassic.libro?lib_code=711', 'N');
addMenu('040004', 'ÀçÁî', '/Product/MusicCategoryMainJazz.libro?lib_code=706', 'N');
addMenu('040005', 'O.S.T', '/Product/MusicCategoryMain.libro?lib_code=710', 'N');
addMenu('040006', '±¹¾Ç&¿ùµå¹ÂÁ÷', '/Product/MusicCategoryMain.libro?lib_code=707', 'N');
addMenu('040007', 'J-POP', '/Product/MusicCategoryMain.libro?lib_code=730', 'N');
addMenu('040008', '±âÅ¸', '/Product/MusicCategoryMain.libro?lib_code=790', 'N');
addMenu('040009', 'LP', '/Product/MusicCategoryMain.libro?lib_code=719', 'N');


//music bestseller
addMenu('0401', 'º£½ºÆ®¼¿·¯', '/Product/MusicBestSeller.libro', 'Y');
addMenu('040100', 'Á¾ÇÕ', '/Product/MusicBestSeller.libro', 'N');
addMenu('040101', '°¡¿ä', '/Product/MusicBestSeller.libro?lib_code=701', 'N');
addMenu('040102', 'ÆË/·Ï', '/Product/MusicBestSeller.libro?lib_code=702', 'N');
addMenu('040103', 'Å¬·¡½Ä', '/Product/MusicBestSeller.libro?lib_code=711', 'N');
addMenu('040104', 'ÀçÁî', '/Product/MusicBestSeller.libro?lib_code=706', 'N');
addMenu('040105', 'O.S.T', '/Product/MusicBestSeller.libro?lib_code=710', 'N');
addMenu('040106', '±¹¾Ç&¿ùµå¹ÂÁ÷', '/Product/MusicBestSeller.libro?lib_code=707', 'N');
addMenu('040107', 'J-POP', '/Product/MusicBestSeller.libro?lib_code=730', 'N');
addMenu('040108', '±âÅ¸', '/Product/MusicBestSeller.libro?lib_code=790', 'N');
addMenu('040109', 'LP', '/Product/MusicBestSeller.libro?lib_code=719', 'N');


//music new
addMenu('0402', '»õ·Î³ª¿ÂÀ½¹Ý', '/Product/MusicNewProduct.libro', 'Y');
addMenu('040200', 'Á¾ÇÕ', '/Product/MusicNewProduct.libro', 'N');
addMenu('040201', '°¡¿ä', '/Product/MusicNewProduct.libro?lib_code=701', 'N');
addMenu('040202', 'ÆË/·Ï', '/Product/MusicNewProduct.libro?lib_code=702', 'N');
addMenu('040203', 'Å¬·¡½Ä', '/Product/MusicNewProduct.libro?lib_code=711', 'N');
addMenu('040204', 'ÀçÁî', '/Product/MusicNewProduct.libro?lib_code=706', 'N');
addMenu('040205', 'O.S.T', '/Product/MusicNewProduct.libro?lib_code=710', 'N');
addMenu('040206', '±¹¾Ç&¿ùµå¹ÂÁ÷', '/Product/MusicNewProduct.libro?lib_code=707', 'N');
addMenu('040207', 'J-POP', '/Product/MusicNewProduct.libro?lib_code=730', 'N');
addMenu('040208', '±âÅ¸', '/Product/MusicNewProduct.libro?lib_code=790', 'N');
addMenu('040209', 'LP', '/Product/MusicNewProduct.libro?lib_code=719', 'N');


addMenu('0403', 'ÀÌº¥Æ®', '/Event/Music/MallMainEvent.aspx', 'Y');
addMenu('040302', '¿¹¾àÆÇ¸Å', '/Event/Music/ReservationEvent.aspx', 'N');

//music Recommend
addMenu('0404', 'ÃßÃµÀ½¹Ý', '/Product/Music/RecommendMain.aspx', 'Y');
addMenu('040403', '¸®ºê·Î ¸®ºä', '/Product/Music/LibroReview.aspx', 'Y');
addMenu('04040300', 'Á¾ÇÕ', '/Product/Music/LibroReview.aspx', 'N');
addMenu('04040301', '°¡¿ä', '/Product/Music/LibroReview.aspx?lib_code=701', 'N');
addMenu('04040302', 'ÆË/·Ï', '/Product/Music/LibroReview.aspx?lib_code=702', 'N');
addMenu('04040303', 'Å¬·¡½Ä', '/Product/Music/LibroReview.aspx?lib_code=711', 'N');
addMenu('04040304', 'ÀçÁî', '/Product/Music/LibroReview.aspx?lib_code=706', 'N');
addMenu('04040305', 'O.S.T', '/Product/Music/LibroReview.aspx?lib_code=710', 'N');
addMenu('04040306', '±¹¾Ç&¿ùµå¹ÂÁ÷', '/Product/Music/LibroReview.aspx?lib_code=707', 'N');
addMenu('04040307', 'J-POP', '/Product/Music/LibroReview.aspx?lib_code=730', 'N');
addMenu('04040308', '±âÅ¸', '/Product/Music/LibroReview.aspx?lib_code=790', 'N');
addMenu('04040309', 'LP', '/Product/Music/LibroReview.aspx?lib_code=719', 'N');

addMenu('040404', '¸Å´Ï¾Æ ÃßÃµÀ½¹Ý', '/Product/MusicReviewList.libro', 'Y');
addMenu('04040401', '°¡¿ä', '/Product/MusicReviewList.libro?lib_code=701', 'N');
addMenu('04040402', 'ÆË/·Ï', '/Product/MusicReviewList.libro?lib_code=702', 'N');
addMenu('04040403', 'Å¬·¡½Ä', '/Product/MusicReviewList.libro?lib_code=711', 'N');
addMenu('04040404', 'ÀçÁî', '/Product/MusicReviewList.libro?lib_code=706', 'N');
addMenu('04040405', 'O.S.T', '/Product/MusicReviewList.libro?lib_code=710', 'N');
addMenu('04040406', '±¹¾Ç&¿ùµå¹ÂÁ÷', '/Product/MusicReviewList.libro?lib_code=707', 'N');
addMenu('04040407', 'J-POP', '/Product/MusicReviewList.libro?lib_code=730', 'N');
addMenu('04040408', '±âÅ¸', '/Product/MusicReviewList.libro?lib_code=790', 'N');
addMenu('04040409', 'LP', '/Product/MusicReviewList.libro?lib_code=719', 'N');

//music Artist
addMenu('0405', '¾ÆÆ¼½ºÆ®ÆÄÀÏ', '/Product/MusicArtistList.libro', 'Y');
addMenu('040500', '¾ÆÆ¼½ºÆ® ´º½º', '/Product/Music/ArtistNewsList.aspx', 'N');
addMenu('040501', '°¡¿ä', '/Product/MusicArtistList.libro?cid=701&tab=01', 'N');
addMenu('040502', 'ÆË/·Ï', '/Product/MusicArtistList.libro?cid=702&tab=01', 'N');
addMenu('040503', 'Å¬·¡½Ä', '/Product/MusicArtistList.libro?cid=711&tab=01', 'N');
addMenu('040504', 'ÀçÁî', '/Product/MusicArtistList.libro?cid=706&tab=01', 'N');
addMenu('040505', 'O.S.T', '/Product/MusicArtistList.libro?cid=710&tab=01', 'N');
addMenu('040506', '±¹¾Ç&¿ùµå¹ÂÁ÷', '/Product/MusicArtistList.libro?cid=707&tab=01', 'N');
addMenu('040507', 'J-POP', '/Product/MusicArtistList.libro?cid=730&tab=01', 'N');
addMenu('040508', '±âÅ¸', '/Product/MusicArtistList.libro?cid=790&tab=01', 'N');
addMenu('040509', 'LP', '/Product/MusicArtistList.libro?cid=719&tab=01', 'N');


//music ¹Ì¸®µè±â
addMenu('0406', '¹Ì¸®µè±â', '/Product/MusicCategoryMainPreplay.libro?lib_code=701', 'N');
addMenu('040601', '°¡¿ä', '/Product/MusicCategoryMainPreplay.libro?lib_code=701', 'N');
addMenu('040602', 'ÆË/·Ï', '/Product/MusicCategoryMainPreplay.libro?lib_code=702', 'N');
addMenu('040603', 'Å¬·¡½Ä', '/Product/MusicCategoryMainPreplay.libro?lib_code=711', 'N');
addMenu('040604', 'ÀçÁî', '/Product/MusicCategoryMainPreplay.libro?lib_code=706', 'N');
addMenu('040605', 'O.S.T', '/Product/MusicCategoryMainPreplay.libro?lib_code=710', 'N');
addMenu('040606', '±¹¾Ç&¿ùµå¹ÂÁ÷', '/Product/MusicCategoryMainPreplay.libro?lib_code=707', 'N');
addMenu('040607', 'J-POP', '/Product/MusicCategoryMainPreplay.libro?lib_code=730', 'N');
addMenu('040608', '±âÅ¸', '/Product/MusicCategoryMainPreplay.libro?lib_code=790', 'N');
addMenu('040609', 'LP', '/Product/MusicCategoryMainPreplay.libro?lib_code=719', 'N');

//music Plus
addMenu('0407', '¹ÂÁ÷ÇÃ·¯½º', '/Product/Music/plus/ColumnList.aspx', 'N');
addMenu('040701', 'Å¬·¡½ÄÇÃ·¯½º', '/Product/Music/plus/ColumnList.aspx?lib_code=711', 'N');
addMenu('04070101', 'Àü¹®°¡Ä®·³', '/Product/Music/plus/ColumnList.aspx?lib_code=711&part=Àü¹®°¡Ä®·³', 'N');
addMenu('04070102', 'Å¬·¡½ÄÅäÇÈ', '/Product/Music/plus/ColumnList.aspx?lib_code=711&part=ÅäÇÈ', 'N');
addMenu('040702', 'Å¬·¡½ÄÇÃ·¯½º', '/Product/Music/plus/ColumnList.aspx?lib_code=706', 'N');
addMenu('04070201', 'Àü¹®°¡Ä®·³', '/Product/Music/plus/ColumnList.aspx?lib_code=706&part=Àü¹®°¡Ä®·³', 'N');
addMenu('04070202', 'Å¬·¡½ÄÅäÇÈ', '/Product/Music/plus/ColumnList.aspx?lib_code=706&part=ÅäÇÈ', 'N');
addMenu('04070203', 'ÀçÁîÇÇÇÃ', '/Product/Music/plus/ColumnList.aspx?lib_code=706&part=ÅäÇÈ', 'N');
addMenu('040703', 'ÀÌ ÁÖÀÇ ÃßÃµÀ½¹Ý', '/Product/Music/Plus/ThisWeekRecommend.aspx', 'N');
addMenu('040704', 'À½¹Ý¸®ºä', '/Product/Music/MusicReview.aspx', 'N');
addMenu('040705', '¾ÆÆ¼½ºÆ®ÆÄÀÏ', '/Product/Music/Plus/ArtistList.aspx', 'N');


////music main
//addMenu('04', 'À½¹Ý', '/Main/Music.aspx', 'Y');

////music list
//addMenu('0400', 'Àå¸£º°À½¹Ý', '/Product/MusicCategoryMain.libro?lib_code=701', 'Y');
//addMenu('040001', '°¡¿ä', '/Product/MusicCategoryMain.libro?lib_code=701', 'N');
//addMenu('040002', 'ÆË', '/Product/MusicCategoryMain.libro?lib_code=702', 'N');
//addMenu('040003', '·Ï', '/Product/MusicCategoryMain.libro?lib_code=703', 'N');
//addMenu('040004', 'ÀçÁî', '/Product/MusicCategoryMain.libro?lib_code=706', 'N');
//addMenu('040005', '¿ùµå¹ÂÁ÷', '/Product/MusicCategoryMain.libro?lib_code=707', 'N');
//addMenu('040006', '´º¿¡ÀÌÁö', '/Product/Music/MusicCategoryMain.libro?lib_code=708', 'N');
//addMenu('040007', 'O.S.T', '/Product/MusicCategoryMain.libro?lib_code=710', 'N');
//addMenu('040008', 'Å¬·¡½Ä', '/Product/MusicCategoryMain.libro?lib_code=711', 'N');
//addMenu('040009', 'Compilation', '/Product/MusicCategoryMain.libro?lib_code=712', 'N');
//addMenu('040010', 'J-POP', '/Product/MusicCategoryMain.libro?lib_code=730', 'N');
//addMenu('040011', '±â´É¼ºÀ½¹Ý', '/Product/MusicCategoryMain.libro?lib_code=740', 'N');


////music bestseller
//addMenu('0401', 'º£½ºÆ®¼¿·¯', '/Product/MusicBestSeller.libro', 'Y');
//addMenu('040101', 'Á¾ÇÕ', '/Product/MusicBestSeller.libro', 'N');
//addMenu('040102', '°¡¿ä', '/Product/MusicBestSeller.libro?lib_code=701', 'N');
//addMenu('040103', 'ÆË', '/Product/MusicBestSeller.libro?lib_code=702', 'N');
//addMenu('040104', '·Ï', '/Product/MusicBestSeller.libro?lib_code=703', 'N');
//addMenu('040105', 'ÀçÁî', '/Product/MusicBestSeller.libro?lib_code=706', 'N');
//addMenu('040106', '¿ùµå¹ÂÁ÷', '/Product/MusicBestSeller.libro?lib_code=707', 'N');
//addMenu('040107', '´º¿¡ÀÌÁö', '/Product/MusicBestSeller.libro?lib_code=708', 'N');
//addMenu('040108', 'O.S.T', '/Product/MusicBestSeller.libro?lib_code=710', 'N');
//addMenu('040109', 'Å¬·¡½Ä', '/Product/MusicBestSeller.libro?lib_code=711', 'N');
//addMenu('040110', 'Compilation', '/Product/MusicBestSeller.libro?lib_code=712', 'N');
//addMenu('040111', 'J-Pop', '/Product/MusicBestSeller.libro?lib_code=730', 'N');
//addMenu('040112', '±â´É¼ºÀ½¹Ý', '/Product/MusicBestSeller.libro?lib_code=740', 'N');

////music new
//addMenu('0402', '»õ·Î³ª¿ÂÀ½¹Ý', '/Product/MusicNewProduct.libro', 'Y');
//addMenu('040201', 'Á¾ÇÕ', '/Product/MusicNewProduct.libro', 'N');
//addMenu('040202', '°¡¿ä', '/Product/MusicNewProduct.libro?lib_code=701', 'N');
//addMenu('040203', 'ÆË', '/Product/MusicNewProduct.libro?lib_code=702', 'N');
//addMenu('040204', '·Ï', '/Product/MusicNewProduct.libro?lib_code=703', 'N');
//addMenu('040205', 'ÀçÁî', '/Product/MusicNewProduct.libro?lib_code=706', 'N');
//addMenu('040206', '¿ùµå¹ÂÁ÷', '/Product/MusicNewProduct.libro?lib_code=707', 'N');
//addMenu('040207', '´º¿¡ÀÌÁö', '/Product/MusicNewProduct.libro?lib_code=708', 'N');
//addMenu('040208', 'O.S.T', '/Product/MusicNewProduct.libro?lib_code=710', 'N');
//addMenu('040209', 'Å¬·¡½Ä', '/Product/MusicNewProduct.libro?lib_code=711', 'N');
//addMenu('040210', 'Compilation', '/Product/MusicNewProduct.libro?lib_code=712', 'N');
//addMenu('040211', 'J-Pop', '/Product/MusicNewProduct.libro?lib_code=730', 'N');
//addMenu('040212', '±â´É¼ºÀ½¹Ý', '/Product/MusicNewProduct.libro?lib_code=740', 'N');


//addMenu('0403', 'ÀÌº¥Æ®', '/Event/Music/MallMainEvent.aspx', 'Y');
//addMenu('040302', '¿¹¾àÆÇ¸Å', '/Event/Music/ReservationEvent.aspx', 'N');

////music Recommend
//addMenu('0404', 'ÃßÃµÀ½¹Ý', '/Product/Music/RecommendMain.aspx', 'Y');
//addMenu('040403', '¸®ºê·Î ¸®ºä', '/Product/Music/LibroReview.aspx', 'Y');
//addMenu('04040301', 'Á¾ÇÕ', '/Product/Music/LibroReview.aspx', 'N');
//addMenu('04040302', '°¡¿ä', '/Product/Music/LibroReview.aspx?lib_code=701', 'N');
//addMenu('04040303', 'ÆË', '/Product/Music/LibroReview.aspx?lib_code=702', 'N');
//addMenu('04040304', '·Ï', '/Product/Music/LibroReview.aspx?lib_code=703', 'N');
//addMenu('04040305', 'ÀçÁî', '/Product/Music/LibroReview.aspx?lib_code=706', 'N');
//addMenu('04040306', 'Å¬·¡½Ä', '/Product/Music/LibroReview.aspx?lib_code=711', 'N');
//addMenu('04040307', 'J-Pop', '/Product/Music/LibroReview.aspx?lib_code=730', 'N');
//addMenu('04040308', '¿ùµå¹ÂÁ÷', '/Product/Music/LibroReview.aspx?lib_code=707', 'N');
//addMenu('04040309', '´º¿¡ÀÌÁö', '/Product/Music/LibroReview.aspx?lib_code=708', 'N');
//addMenu('04040310', 'O.S.T', '/Product/Music/LibroReview.aspx?lib_code=710', 'N');
//addMenu('04040311', 'Compilation', '/Product/Music/LibroReview.aspx?lib_code=712', 'N');
//addMenu('04040312', '±â´É¼ºÀ½¹Ý', '/Product/Music/LibroReview.aspx?lib_code=740', 'N');
//addMenu('040404', '¸Å´Ï¾Æ ÃßÃµÀ½¹Ý', '/Product/MusicReviewList.libro', 'Y');
//addMenu('04040401', '°¡¿ä', '/Product/MusicReviewList.libro?lib_code=701', 'N');
//addMenu('04040402', 'ÆË', '/Product/MusicReviewList.libro?lib_code=702', 'N');
//addMenu('04040403', '·Ï', '/Product/MusicReviewList.libro?lib_code=703', 'N');
//addMenu('04040404', 'ÀçÁî', '/Product/MusicReviewList.libro?lib_code=706', 'N');
//addMenu('04040405', 'Å¬·¡½Ä', '/Product/MusicReviewList.libro?lib_code=711', 'N');
//addMenu('04040406', 'J-Pop', '/Product/MusicReviewList.libro?lib_code=730', 'N');
//addMenu('04040407', '¿ùµå¹ÂÁ÷', '/Product/MusicReviewList.libro?lib_code=707', 'N');
//addMenu('04040408', '´º¿¡ÀÌÁö', '/Product/MusicReviewList.libro?lib_code=708', 'N');
//addMenu('04040409', 'O.S.T', '/Product/MusicReviewList.libro?lib_code=710', 'N');
//addMenu('04040410', 'Compilation', '/Product/MusicReviewList.libro?lib_code=712', 'N');
//addMenu('04040411', '±â´É¼ºÀ½¹Ý', '/Product/MusicReviewList.libro?lib_code=740', 'N');

////music Artist
//addMenu('0405', '¾ÆÆ¼½ºÆ®ÆÄÀÏ', '/Product/MusicArtistList.libro', 'Y');
//addMenu('040501', '¾ÆÆ¼½ºÆ® ´º½º', '/Product/Music/ArtistNewsList.aspx', 'N');
//addMenu('040502', '°¡¿ä', '/Product/MusicArtistList.libro?cid=701&tab=01', 'N');
//addMenu('040503', 'ÆË', '/Product/MusicArtistList.libro?cid=702&tab=02', 'Y');
//addMenu('04050301', 'ÆË ÀÏ¹Ý', '/Product/MusicArtistList.libro?cid=702010&tab=02', 'N');
//addMenu('04050302', 'Hip Hop/R&B', '/Product/MusicArtistList.libro?cid=702020&tab=02', 'N');
//addMenu('04050303', 'Electronic', '/Product/MusicArtistList.libro?cid=702030&tab=02', 'N');
//addMenu('040504', '·Ï', '/Product/MusicArtistList.libro?cid=703&tab=03', 'Y');
//addMenu('04050401', 'Classic Rock', '/Product/MusicArtistList.libro?cid=703001&tab=03', 'N');
//addMenu('04050402', 'Modern/Alternative', '/Product/MusicArtistList.libro?cid=703002&tab=03', 'N');
//addMenu('04050403', 'Hardcore/Punk', '/Product/MusicArtistList.libro?cid=703003&tab=03', 'N');
//addMenu('04050404', 'Metal', '/Product/MusicArtistList.libro?cid=703004&tab=03', 'N');
//addMenu('040505', 'ÀçÁî', '/Product/MusicArtistList.libro?cid=706&tab=04', 'N');
//addMenu('040506', '¿ùµå¹ÂÁ÷', '/Product/MusicArtistList.libro?cid=707&tab=05', 'N');
//addMenu('040507', '´º¿¡ÀÌÁö', '/Product/MusicArtistList.libro?cid=708&tab=06', 'N');
//addMenu('040508', 'O.S.T', '/Product/MusicArtistList.libro?cid=710&tab=07', 'N');
//addMenu('040509', 'Å¬·¡½Ä', '/Product/MusicArtistList.libro?cid=711&tab=08', 'N');
//addMenu('040510', 'J-Pop', '/Product/MusicArtistList.libro?cid=730&tab=09', 'N');


//dvd main
addMenu('05', 'DVD', '/Main/Dvd.aspx', 'Y');

//dvd list
addMenu('050001', 'DVD', '/Product/DvdCategoryMainList.libro?lib_code=805', 'N');
addMenu('050002', 'Blue-ray', '/Product/DvdCategoryMainList.libro?lib_code=803', 'N');
addMenu('050003', 'HD-DVD', '/Product/DvdCategoryMainList.libro?lib_code=804', 'N');
addMenu('050004', '¾×¼Ç', '/Product/DvdCategoryMainList.libro?lib_code=806', 'N');
addMenu('050005', 'µå¶ó¸¶/ÄÚ¹Ìµð', '/Product/DvdCategoryMainList.libro?lib_code=807', 'N');
addMenu('050006', 'È£·¯/½º¸±·¯', '/Product/DvdCategoryMainList.libro?lib_code=808', 'N');
addMenu('050007', 'S.F./ÆÇÅ¸Áö', '/Product/DvdCategoryMainList.libro?lib_code=809', 'N');
addMenu('050008', '¾î¸°ÀÌ', '/Product/DvdCategoryMainList.libro?lib_code=810', 'N');
addMenu('050009', '´ÙÅ¥¸àÅÍ¸®', '/Product/DvdCategoryMainList.libro?lib_code=811', 'N');
addMenu('050010', '¼ºÀÎ', '/Product/DvdCategoryMainList.libro?lib_code=812', 'N');
addMenu('050011', '±âÅ¸', '/Product/DvdCategoryMainList.libro?lib_code=813', 'N');
addMenu('050012', 'GAME', '/Product/DvdCategoryMainList.libro?lib_code=814', 'N');

//Dvd bestseller
addMenu('050101', 'DVD', '/Product/DvdBestSeller.libro?lib_code=805', 'N');
addMenu('050102', 'Blue-ray', '/Product/DvdBestSeller.libro?lib_code=803', 'N');
addMenu('050103', 'HD-DVD', '/Product/DvdBestSeller.libro?lib_code=804', 'N');
addMenu('050104', '¾×¼Ç', '/Product/DvdBestSeller.libro?lib_code=806', 'N');
addMenu('050105', 'µå¶ó¸¶/ÄÚ¹Ìµð', '/Product/DvdBestSeller.libro?lib_code=807', 'N');
addMenu('050106', 'È£·¯/½º¸±·¯', '/Product/DvdBestSeller.libro?lib_code=808', 'N');
addMenu('050107', 'S.F./ÆÇÅ¸Áö', '/Product/DvdBestSeller.libro?lib_code=809', 'N');
addMenu('050108', '¾î¸°ÀÌ', '/Product/DvdBestSeller.libro?lib_code=810', 'N');
addMenu('050109', '´ÙÅ¥¸àÅÍ¸®', '/Product/DvdBestSeller.libro?lib_code=811', 'N');
addMenu('050110', '¼ºÀÎ', '/Product/DvdBestSeller.libro?lib_code=812', 'N');
addMenu('050111', '±âÅ¸', '/Product/DvdBestSeller.libro?lib_code=813', 'N');

//Dvd New
addMenu('050201', 'DVD', '/Product/DvdNewProduct.libro?lib_code=805', 'N');
addMenu('050202', 'Blue-ray', '/Product/DvdNewProduct.libro?lib_code=803', 'N');
addMenu('050203', 'HD-DVD', '/Product/DvdNewProduct.libro?lib_code=804', 'N');
addMenu('050204', '¾×¼Ç', '/Product/DvdNewProduct.libro?lib_code=806', 'N');
addMenu('050205', 'µå¶ó¸¶/ÄÚ¹Ìµð', '/Product/DvdNewProduct.libro?lib_code=807', 'N');
addMenu('050206', 'È£·¯/½º¸±·¯', '/Product/DvdNewProduct.libro?lib_code=808', 'N');
addMenu('050207', 'S.F./ÆÇÅ¸Áö', '/Product/DvdNewProduct.libro?lib_code=809', 'N');
addMenu('050208', '¾î¸°ÀÌ', '/Product/DvdNewProduct.libro?lib_code=810', 'N');
addMenu('050209', '´ÙÅ¥¸àÅÍ¸®', '/Product/DvdNewProduct.libro?lib_code=811', 'N');
addMenu('050210', '¼ºÀÎ', '/Product/DvdNewProduct.libro?lib_code=812', 'N');
//addMenu('050211', '±âÅ¸', '/Product/DvdNewProduct.libro?lib_code=813', 'N');


////dvd list
//addMenu('0500', 'Àå¸£º°DVD', '/Product/DvdCategoryMain.libro?lib_code=801030', 'Y');
//addMenu('050001', 'ÇÑ±¹¿µÈ­', '/Product/DvdCategoryMain.libro?lib_code=801030', 'N');
//addMenu('050002', 'µå¶ó¸¶', '/Product/DvdCategoryMain.libro?lib_code=801040', 'N');
//addMenu('050003', '¸á·Î', '/Product/DvdCategoryMain.libro?lib_code=801050', 'N');
//addMenu('050004', 'ÄÚ¸Þµð', '/Product/DvdCategoryMain.libro?lib_code=801060', 'N');
//addMenu('050005', '¾Ö´Ï¸ÞÀÌ¼Ç/¾î¸°ÀÌ', '/Product/DvdCategoryMain.libro?lib_code=801070', 'N');
//addMenu('050006', 'SF', '/Product/DvdCategoryMain.libro?lib_code=801080', 'N');
//addMenu('050007', '¾×¼Ç', '/Product/DvdCategoryMain.libro?lib_code=801090', 'N');
//addMenu('050008', 'ÀüÀï', '/Product/DvdCategoryMain.libro?lib_code=801120', 'N');
//addMenu('050009', '½º¸±·¯', '/Product/DvdCategoryMain.libro?lib_code=801100', 'N');
//addMenu('050010', '°øÆ÷', '/Product/DvdCategoryMain.libro?lib_code=801110', 'N');
//addMenu('050011', '¼ºÀÎ', '/Product/DvdCategoryMain.libro?lib_code=801130', 'N');
//addMenu('050012', '´ÙÅ¥¸àÅÍ¸®', '/Product/DvdCategoryMain.libro?lib_code=801140', 'N');
//addMenu('050013', '°íÀü¿µÈ­', '/Product/DvdCategoryMain.libro?lib_code=801150', 'N');
//addMenu('050014', 'TV½Ã¸®Áî', '/Product/DvdCategoryMain.libro?lib_code=801160', 'N');
//addMenu('050015', '¹Ú½º¼¼Æ®', '/Product/DvdCategoryMain.libro?lib_code=801170', 'N');
//addMenu('050016', '±³À°', '/Product/DvdCategoryMain.libro?lib_code=801175', 'N');
//addMenu('050017', '±âÅ¸', '/Product/DvdCategoryMain.libro?lib_code=801180', 'N');
//addMenu('050018', '±¹³»À½¾Ç', '/Product/DvdCategoryMain.libro?lib_code=802', 'N');
//addMenu('050019', '±¹¿ÜÀ½¾Ç', '/Product/DvdCategoryMain.libro?lib_code=802020', 'N');
//addMenu('050020', 'Å¬·¡½Ä', '/Product/DvdCategoryMain.libro?lib_code=802030', 'N');

////Dvd bestseller
//addMenu('0501', 'º£½ºÆ®¼¿·¯', '/Product/DvdBestSeller.libro?lib_code=801', 'Y');
//addMenu('050101', '¿µÈ­ Á¾ÇÕ', '/Product/DvdBestSeller.libro?lib_code=801', 'N');
//addMenu('050102', '¿µÈ­ ¿¹¾àÆÇ¸Å', '/Product/DvdBestReservation.libro', 'N');
//addMenu('050103', 'À½¾Ç Á¾ÇÕ', '/Product/DvdBestSeller.libro?lib_code=802', 'N');
//addMenu('050104', '½ºÅ×µð ¼¿·¯', '/Product/DvdSteadySeller.libro', 'N');

////Dvd New
//addMenu('0502', '»õ·Î³ª¿ÂDVD', '/Product/DvdNewProduct.libro?lib_code=801', 'Y');
//addMenu('050201', 'Á¾ÇÕ', '/Product/DvdNewProduct.libro?lib_code=801', 'N');
//addMenu('050202', 'ÇÑ±¹¿µÈ­', '/Product/DvdNewProduct.libro?lib_code=801030', 'N');
//addMenu('050203', 'µå¶ó¸¶', '/Product/DvdNewProduct.libro?lib_code=801040', 'N');
//addMenu('050204', '¸á·Î', '/Product/DvdNewProduct.libro?lib_code=801050', 'N');
//addMenu('050205', 'ÄÚ¸Þµð', '/Product/DvdNewProduct.libro?lib_code=801060', 'N');
//addMenu('050206', '¾Ö´Ï¸ÞÀÌ¼Ç/¾î¸°ÀÌ', '/Product/DvdNewProduct.libro?lib_code=801070', 'N');
//addMenu('050207', 'SF', '/Product/DvdNewProduct.libro?lib_code=801080', 'N');
//addMenu('050208', '¾×¼Ç', '/Product/DvdNewProduct.libro?lib_code=801090', 'N');
//addMenu('050209', '½º¸±·¯', '/Product/DvdNewProduct.libro?lib_code=801100', 'N');
//addMenu('050210', '°øÆ÷', '/Product/DvdNewProduct.libro?lib_code=801110', 'N');
//addMenu('050211', 'ÀüÀï', '/Product/DvdNewProduct.libro?lib_code=801120', 'N');
//addMenu('050212', '¼ºÀÎ', '/Product/DvdNewProduct.libro?lib_code=801130', 'N');
//addMenu('050213', '´ÙÅ¥¸àÅÍ¸®', '/Product/DvdNewProduct.libro?lib_code=801140', 'N');
//addMenu('050214', '°íÀü¿µÈ­', '/Product/DvdNewProduct.libro?lib_code=801150', 'N');
//addMenu('050215', 'TV½Ã¸®Áî', '/Product/DvdNewProduct.libro?lib_code=801160', 'N');
//addMenu('050216', '¹Ú½º¼¼Æ®', '/Product/DvdNewProduct.libro?lib_code=801170', 'N');
//addMenu('050217', '±³À°', '/Product/DvdNewProduct.libro?lib_code=801175', 'N');
//addMenu('050218', '±âÅ¸', '/Product/DvdNewProduct.libro?lib_code=801180', 'N');
//addMenu('050219', '¿µÈ­ ¿¹¾àÆÇ¸Å', '/Product/DvdNewProduct.libro?lib_code=802010', 'N');
//addMenu('050220', 'À½¾Ç DVD Á¾ÇÕ', '/Product/DvdNewProduct.libro?lib_code=802', 'N');
//addMenu('050221', '±¹¿ÜÀ½¾Ç DVD', '/Product/DvdNewProduct.libro?lib_code=802020', 'N');
//addMenu('050222', 'Å¬·¡½Ä DVD', '/Product/DvdNewProduct.libro?lib_code=802030', 'N');


//Dvd Event
addMenu('0503', 'ÀÌº¥Æ®', '/Event/Dvd/MallMainEvent.aspx', 'Y');
addMenu('050302', '¿¹¾àÆÇ¸Å', '/Event/Dvd/ReservationEvent.aspx', 'N');
addMenu('050303', 'Á¦ÀÛ»çº° ÇÒÀÎ', '/Event/Dvd/PublishingDisCountEvent.aspx', 'N');


//Customer
addMenu('21', '¾ÆÀÌµð/ºñ¹Ð¹øÈ£ Ã£±â', '/Customer/FindId.aspx', 'N');
addMenu('22', 'È¸¿ø°¡ÀÔ', '/Customer/Regist_Libro.aspx', 'N');

//·Î±×ÀÎ/·Î±×¾Æ¿ô
addMenu('23', '·Î±×ÀÎ', '/Customer/Regist_Login.aspx', 'N');
addMenu('24', '·Î±×¾Æ¿ô', '/Customer/Logout.aspx', 'N');

//MyLibro
addMenu('06', '¸¶ÀÌ¸®ºê·Î', '/Customer/MyLibro/Main.aspx', 'Y');
addMenu('0601', 'ÁÖ¹®/¹è¼ÛÈ®ÀÎ', '/Customer/MyLibro/Order_Delivery_List.aspx', 'Y');
addMenu('060101', 'ÁÖ¹®³»¿ª/¹è¼ÛÁ¶È¸', '/Customer/MyLibro/Order_Delivery_List.aspx', 'N');
addMenu('060102', 'U-Book À¥¼­Àç', '/Customer/MyLibro/UBookList.aspx', 'N');
addMenu('060103', '¿µ¼öÁõ¹ß±Þ', '/Customer/MyLibro/MyLibroReceiptList.aspx', 'N');
addMenu('060104', 'È¯ºÒ°èÁÂ µî·Ï', '/Customer/MyLibro/Order_Refund_Account.aspx', 'N');
addMenu('060105', 'EBOOK ´Ù¿î·Îµå', '/Customer/MyLibro/Order_Ebook_List.aspx', 'N');
addMenu('060106', 'ÁÖ¹®³»¿ª/¹è¼ÛÁ¶È¸', '/Customer/MyLibro/Order_Delivery_Detail.aspx', 'N');
addMenu('060107', 'Ãë¼Ò ÁÖ¹® ³»¿ª', '/Customer/MyLibro/Order_Canceled_List.aspx', 'N'); // 2007.11.23. À±¼±½Ä Ãß°¡.

addMenu('0602', '³ª¸¸ÀÇ ÇýÅÃ', '/Customer/MyLibro/', 'N');
addMenu('060201', 'Reader¡¯s Å¬·´', '/Customer/MyLibro/MyGrade.Aspx', 'N');
addMenu('060202', 'ÇÒÀÎÄíÆù', '/Customer/MyLibro/Coupon.aspx', 'N');
addMenu('060203', '¸¶ÀÏ¸®Áö/Ä³½¬/¿¹Ä¡±Ý', '/Customer/MyLibro/MyMileage.aspx', 'N');
addMenu('060204', 'ÀüÀÚ»óÇ°±Ç µî·Ï/ÁÖ¹®', '/Customer/MyLibro/GiftCard.aspx', 'N');
addMenu('060205', '°¡Á·È¸¿ø µî·Ï³»¿ª', '/Customer/MyLibro/MyFamily.aspx', 'N');
addMenu('060206', '³ª¸¸ÀÇ ÃßÃµ»óÇ°', '/Customer/MyLibro/Recommend.aspx', 'N');
addMenu('060207', '¿ìÆíÇÔ', '/Customer/MyLibro/MailBoxList.aspx', 'N');
addMenu('060208', '¸¶ÀÏ¸®Áö/Ä³½¬/¿¹Ä¡±Ý', '/Customer/MyLibro/MyLibroCash.aspx', 'N');
addMenu('060209', '¸¶ÀÏ¸®Áö/Ä³½¬/¿¹Ä¡±Ý', '/Customer/MyLibro/MyDeposit.aspx', 'N');
addMenu('060210', 'ÀüÀÚ»óÇ°±Ç µî·ÏÇÏ±â', '/Customer/MyLibro/GiftCardAdd.aspx', 'N');
addMenu('060211', 'ÀüÀÚ»óÇ°±Ç ÁÖ¹®ÇÏ±â', '/Customer/MyLibro/OnlineTicketOrderInfo.aspx', 'N');

addMenu('060212', '³ªÀÇ µ¶ÀÚ¸®ºä', '/Customer/MyLibro/MyReview.aspx', 'N');

addMenu('060213', 'OK Ä³½¬¹é ¼³Á¤', '/Customer/MyLibro/OKCashbag.aspx', 'N');
addMenu('060214', '1:1 ¹®ÀÇ', '/Customer/MyLibro/OnetoOne.aspx', 'N');
addMenu('060215', 'ÀÔ°í¾Ë¸² ¸Þ½ÃÁö', '/Customer/MyLibro/GoodsAlarmList.aspx', 'N');


addMenu('0603', 'È¸¿øÁ¤º¸°ü¸®', '/Customer/MyLibro/Edit_Customer.aspx', 'Y');
addMenu('060301', '°³ÀÎÁ¤º¸¼öÁ¤', '/Customer/MyLibro/Edit_Customer.aspx', 'N');
addMenu('060302', '´º½º·¹ÅÍ ½ÅÃ»/¼öÁ¤', '/Customer/MyLibro/Interest.aspx', 'N');
addMenu('060303', 'ÁÖ¼Ò·Ï°ü¸®', '/Customer/MyLibro/MyAddress.aspx', 'N');
addMenu('060304', 'È¸¿øÅ»Åð', '/Customer/MyLibro/Customer_Out.aspx', 'N');




//ÁÖ¹®

addMenu('0701', 'º¸°üÇÔ', '/Customer/MyLibro/Custody.aspx', 'N');
addMenu('0702', 'Ä«Æ®º¸±â', '/Order/O10ViewCartList.aspx', 'N');




addMenu('12', 'ÁÖ¹®', '', 'Y');
addMenu('1201', 'ÁÖ¹®Á¤º¸ÀÔ·Â', '/Order/O20GetOrderInfo.aspx', 'N');
addMenu('1202', 'ÁÖ¹®È®ÀÎ/°áÁ¦', '/Order/O30OrderCheck.aspx', 'N');
addMenu('1203', 'ÁÖ¹®¿Ï·á', '/Order/OrderComplete.aspx', 'N');





//Àý¾à¼îÇÎ
addMenu('10', 'Àý¾à¼îÇÎ °¡ÀÌµå', '/Information/ShopGuide/ShopGuideMain.aspx', 'Y');
//addMenu('1001', 'Æ¯º°ÇÑ È¸¿ø ÇýÅÃ', '/Information/ShopGuide/ReadersClub.aspx', 'N');
addMenu('1001', 'Reader¡¯s Å¬·´', '/Information/ShopGuide/ReadersClub.aspx', 'N');
addMenu('1002', 'Family ¸â¹ö½±', '/Information/ShopGuide/MyFamilyJoin.aspx', 'N');
addMenu('1003', '¹«·á¹è¼Û ¼­ºñ½º', '/Information/ShopGuide/DeliveryService.aspx', 'N');
addMenu('1004', 'ÆíÀÇÁ¡ 24½Ã°£ ¹«·áÇÈ¾÷', '/Information/ShopGuide/Cvs.aspx', 'N');
addMenu('1005', '¹è¼ÛÇ°Áú º¸ÁõÁ¦µµ', '/Information/ShopGuide/DeliveryGuarantee.aspx', 'N');
//addMenu('1006', 'Ãß°¡ÇÒÀÎ¡¤Àû¸³ ¼­ºñ½º', '/Information/ShopGuide/KBCard.aspx', 'N');
addMenu('1006', '¸®ºê·Î KBÄ«µå', '/Information/ShopGuide/KBCard.aspx', 'N');
addMenu('1007', '±â¾÷ ¿¡µàÄ«µå', '/Information/ShopGuide/EduCard.aspx', 'N');
addMenu('1008', '±â¾÷ ¿ëµ·Ä«µå', '/Information/ShopGuide/PocketCard.aspx', 'N');
addMenu('1009', 'BCÄ«µå Å¾Æ÷ÀÎÆ®', '/Information/ShopGuide/BCCard.aspx', 'N');
addMenu('1010', 'OKÄ³½¬¹é Æ÷ÀÎÆ®', '/Information/ShopGuide/OKCashBack.aspx', 'N');
//addMenu('1012', 'Ä³½¬ÃæÀü ¼­ºñ½º', '/Information/ShopGuide/CultureCoupon.aspx', 'N');
addMenu('1011', 'ÇØÇÇ¸Ó´Ï »óÇ°±Ç', '/Information/ShopGuide/CultureCoupon.aspx', 'N');
addMenu('1012', 'Çö´ë¿ÀÀÏ¹ðÅ© Æ÷ÀÎÆ®', '/Information/ShopGuide/OilBankPoint.aspx', 'N');
addMenu('1013', 'KT ÄÝº¸³Ê½º Æ÷ÀÎÆ®', '/Information/ShopGuide/KTCallPoint.aspx', 'N');
addMenu('1014', '³×ÀÌ¹ö Ã¥ÄíÆù', '/Information/ShopGuide/NaverCoupon.aspx', 'N');
addMenu('1015', 'K-merce »óÇ°±Ç', '/Information/ShopGuide/KmerceCoupon.aspx', 'N');
addMenu('1016', '±¹Á¦ÀüÈ­ 00770', '/Information/ShopGuide/Tel00770.aspx', 'N');
addMenu('1017', 'µµ¼­¹®È­ »ýÈ°±Ç', '/Information/ShopGuide/BookCoupon.aspx', 'N');
addMenu('1018', '¹®È­»óÇ°±Ç ¾È³»', '/Information/ShopGuide/CultureCouponInfo.aspx', 'N');
addMenu('1019', '¸®ºê·Î ÀüÀÚ»óÇ°±Ç', '/Information/ShopGuide/GiftCardOrder.aspx', 'N');
addMenu('1020', 'µ¶ÀÚ¸®ºä ¿ì¼öÀÛ ½Ã»ó¾È³»', '/Information/ShopGuide/CustomerPrize.aspx', 'N');
addMenu('1021', 'U-BOOK ¼­ºñ½º', '/Information/ShopGuide/UBookService.aspx', 'N');
addMenu('1022', '°¡Á·È¸¿ø °¡ÀÔ½ÅÃ»', '/Information/ShopGuide/MyFamilyRegist.aspx', 'N');
addMenu('1023', '°¡Á·È¸¿ø µî·Ï', '/Information/ShopGuide/MyFamilyAdd.aspx', 'N');
addMenu('1024', '±³À°¹®È­ »óÇ°±Ç', '/Information/ShopGuide/AnyLand.aspx', 'N');
addMenu('1025', '¸®ºê·Î »ï¼ºÄ«µå', '/Information/ShopGuide/LibroSamsungBookCard.aspx', 'N');
addMenu('1026', '»ï¼º º¸³Ê½ºÆ÷ÀÎÆ®', '/Information/ShopGuide/SamsungBonus.aspx', 'N');

addMenu('1101', 'ÀÌº¥Æ®¿ùµå', '/Event/Books/MallMainEvent.aspx', 'Y');
addMenu('110101', '»çÀºÇ°', '/Event/PlusEvent.aspx', 'N');
addMenu('110102', '»óÇ°ÄíÆù', '/Event/CouponEvent.aspx', 'N');
addMenu('110103', 'Æ¯°¡ Hot Sale', '/Event/SaleBooksEvent.aspx', 'N');
addMenu('110104', 'ÀÌº¥Æ®°á°ú¹ßÇ¥', '/Event/Event_List.aspx', 'N');


//°í°´¼¾ÅÍ
addMenu('08', '°í°´¼¾ÅÍ', '/Information/Main.aspx', 'Y');
addMenu('0801', '°øÁö»çÇ×', '/Information/Notice.aspx', 'Y');
addMenu('0802', 'FAQ ¹× ÀÌ¿ë¾È³»', '/Information/Information_cFAQ.aspx', 'Y');
addMenu('0803', '1:1 ¸ÂÃã»ó´ã ¼­ºñ½º', '/Information/CustomerService.aspx', 'Y');


//È¸»ç¼Ò°³
addMenu('09', 'È¸»ç¼Ò°³', '/Information/CompanyInfo/About_Libro.aspx', 'Y');
addMenu('0901', 'È¸»ç°³¿ä', '/Information/CompanyInfo/About_Libro.aspx', 'N');
addMenu('0902', 'È¸»ç¿¬Çõ', '/Information/CompanyInfo/History_Libro.aspx', 'N');
addMenu('0903', 'Ã£¾Æ¿À½Ã´Â', '/Information/CompanyInfo/Map_Libro.aspx', 'N');
addMenu('0904', 'Á¦ÈÞ¾È³»', '/Information/CompanyInfo/Contact_Libro.aspx', 'N');
addMenu('0905', '´ë·®±¸¸Å', '/Information/CompanyInfo/Order_Libro.aspx', 'N');
addMenu('0906', 'µµ¼­È«º¸', '/Information/CompanyInfo/BookInformation_Libro.aspx', 'N');
addMenu('0907', '¸ÅÀå¾È³»', '', 'N');

//·©Å· °³Æí
addMenu('13', '·©Å·¸ÞÀÎ', '/Ranking/Synthesis.libro', 'Y');
addMenu('1301', 'Á¾ÇÕ Æ®·£µå µ¿Çâ', '/Ranking/BookSynthesisTrend.libro', 'N');
addMenu('1302', 'ºÐ¾ßº° º£½ºÆ®¼¿·¯', '/Ranking/BookFieldsBestSeller.libro', 'N');
addMenu('1303', 'Å×¸¶·©Å·', '/Ranking/ThemaRankingMain.libro', 'Y');
addMenu('130301', '±ÝÁÖÀÇ Å×¸¶·©Å·', '/Ranking/ThemaRankingThisWeek.libro', 'N');
addMenu('130302', '¸®ºä', '/Ranking/ThemaRankingReView.libro', 'Y');
addMenu('13030201', '¸®ºä°¡ °¡Àå¸¹ÀÌ ÀÛ¼ºµÈ µµ¼­ ·©Å·', '/Ranking/ThemaRankingReView.libro?type=cnt', 'N');
addMenu('13030202', '¸®ºä ÆòÁ¡ÀÌ °¡Àå ³ôÀº µµ¼­ ·©Å·', '/Ranking/ThemaRankingReView.libro?type=point', 'N');
addMenu('130303', 'ÀÎ±â»ó½Â', '/Ranking/ThemaRankingHot.libro', 'Y');
addMenu('13030301', 'º£½ºÆ®¼¿·¯ 100À§ Ã¹ ÁøÀÔµµ¼­', '/Ranking/ThemaRankingHot.libro?type=first', 'N');
addMenu('13030302', 'º£½ºÆ®¼¿·¯¿¡ ¿À·£ ¸Ó¹«¸£°í ÀÖ´Â µµ¼­ ·©Å·', '/Ranking/ThemaRankingHot.libro?type=long', 'N');
addMenu('13030303', 'º£½ºÆ®¼¿·¯ ÀÎ±â ±Þ»ó½Â µµ¼­ ·©Å·', '/Ranking/ThemaRankingHot.libro?type=sudden', 'N');
addMenu('130304', 'ÃâÆÇ»ç', '/Ranking/ThemaRankingPublish.libro', 'Y');
addMenu('13030401', 'ÁÖ¿ä ÃâÆÇ»çº° º£½ºÆ®¼¿·¯ ·©Å·', '/Ranking/ThemaRankingPublish.libro?type=best', 'N');
addMenu('13030402', 'ÁÖ¿ä ÃâÆÇ»çº° ½ºÅ×µð¼¿·¯ ·©Å·', '/Ranking/ThemaRankingPublish.libro?type=steady', 'N');
addMenu('130305', 'È¸¿øÆ¯¼º', '/Ranking/ThemaRankingCustomer.libro', 'Y');
addMenu('13030501', 'È¸¿øÆ¯¼º', '/Ranking/ThemaRankingCustomer.libro?area=001&age=3&gender=F', 'N');
addMenu('130306', '½ºÆä¼È Å×¸¶', '/Ranking/ThemaRankingSpecial.libro', 'Y');
addMenu('13030601', 'ÀºÇà ÀÓÁ÷¿øÀÌ Áñ°Ü ÀÐ´Â µµ¼­ º£½ºÆ®¼¿·¯', '/Ranking/ThemaRankingSpecial.libro?type=bank', 'N');
addMenu('13030602', '´ë±â¾÷ ÀÓÁ÷¿øÀÌ Áñ°Ü ÀÐ´Â µµ¼­ º£½ºÆ®¼¿·¯', '/Ranking/ThemaRankingSpecial.libro?type=company', 'N');
addMenu('13030603', 'Å°ÁîÅ¬·´ È¸¿øÀÌ ±¸¸ÅÇÑ ¾î¸°ÀÌÃ¥ º£½ºÆ®¼¿·¯', '/Ranking/ThemaRankingSpecial.libro?type=kids', 'N');
addMenu('13030604', '´ëÇÐ»ýÀÌ Áñ°Ü ÀÐ´Â µµ¼­ º£½ºÆ®¼¿·¯', '/Ranking/ThemaRankingSpecial.libro?type=university', 'N');
addMenu('13030605', '¼¿·¯¸®¸ÇÀÌ Áñ°Ü ÀÖ´Â µµ¼­ º£½ºÆ®¼¿·¯', '/Ranking/ThemaRankingSpecial.libro?type=sales', 'N');
addMenu('13030606', '¼±¹°·Î ÀÎ±â ÀÖ´Â Ã¥ º£½ºÆ®¼¿·¯', '/Ranking/ThemaRankingSpecial.libro?type=present', 'N');

addMenu('1304', 'ÇÔ²²ÇØ¿ä', '/product/Ranking/TogetherJoin.aspx', 'N');
addMenu('1305', '¸í¿¹ÀÇ Àü´ç', '/Ranking/ThemaHornorPalace.libro', 'N');

//###########################¸®ºê·Î ·©Å· ÀÓ½Ã»ç¿ë###################################
//##################################################################################

var mainMenu2 = new Array();

addMenu2('1201', 'º£½ºÆ®¼¿·¯', '/Product/ForeignFieldsBestSeller.libro', 'Y');
addMenu2('1202', 'º£½ºÆ®¼¿·¯', '/Product/ForeignNewProduct.libro', 'Y');
addMenu2('1203', 'º£½ºÆ®¼¿·¯', '/Product/ForeignHotSale.libro', 'Y');


//book main
addMenu2('01', 'µµ¼­', '/Main/Books.aspx', 'Y');

//book bestseller
addMenu2('0101', 'º£½ºÆ®¼¿·¯', '/Product/BookFieldsBestSeller.libro', 'Y');
addMenu2('0102', 'º£½ºÆ®¼¿·¯', '/product/Ranking/Synthesis.libro', 'Y');
addMenu2('010101', 'Á¾ÇÕ', '/Product/BookFieldsBestSeller.libro', 'N');
addMenu2('010102', '°¡Á¤/»ýÈ°/¿ä¸®', '/Product/BookFieldsBestSeller.libro?lib_code=123', 'N');
addMenu2('010103', '°Ç°­/Ãë¹Ì/½ºÆ÷Ã÷', '/Product/BookFieldsBestSeller.libro?lib_code=122', 'N');
addMenu2('010104', '°æ¿µ/ºñÁî´Ï½º', '/Product/BookFieldsBestSeller.libro?lib_code=114', 'N');
addMenu2('010105', '¹®ÇÐÀÌ·Ð', '/Product/BookFieldsBestSeller.libro?lib_code=107', 'N');
addMenu2('010106', '»çÀü/¹é°ú', '/Product/BookFieldsBestSeller.libro?lib_code=130', 'N');
addMenu2('010107', '»çÈ¸°úÇÐ', '/Product/BookFieldsBestSeller.libro?lib_code=110', 'N');
addMenu2('010108', '»ê¹®/¿¡¼¼ÀÌ/³íÇÈ¼Ç', '/Product/BookFieldsBestSeller.libro?lib_code=109', 'N');
addMenu2('010109', '¼Ò¼³/½Ã', '/Product/BookFieldsBestSeller.libro?lib_code=108', 'N');
addMenu2('010110', '¼ø¼ö°úÇÐ', '/Product/BookFieldsBestSeller.libro?lib_code=116', 'N');
addMenu2('010111', '¾ð·Ð', '/Product/BookFieldsBestSeller.libro?lib_code=112', 'N');
addMenu2('010112', '¿©¼º', '/Product/BookFieldsBestSeller.libro?lib_code=111', 'N');
addMenu2('010113', '¿©Çà/ÇØ¿ÜÁ¤º¸', '/Product/BookFieldsBestSeller.libro?lib_code=121', 'N');
addMenu2('010114', '¿ª»ç/Áö¸®ÇÐ', '/Product/BookFieldsBestSeller.libro?lib_code=105', 'N');
addMenu2('010115', '¿¹¼ú/´ëÁß¹®È­', '/Product/BookFieldsBestSeller.libro?lib_code=103', 'N');
addMenu2('010116', '¿Ü±¹¾îÇÐ½À', '/Product/BookFieldsBestSeller.libro?lib_code=125', 'N');
addMenu2('010117', 'ÀÀ¿ë°úÇÐ', '/Product/BookFieldsBestSeller.libro?lib_code=117', 'N');
addMenu2('010118', 'ÀÎ¹®/±³¾ç', '/Product/BookFieldsBestSeller.libro?lib_code=104', 'N');
addMenu2('010119', 'ÀÎ¹°/Àü±â/ÆòÀü', '/Product/BookFieldsBestSeller.libro?lib_code=106', 'N');
addMenu2('010120', 'ÀÚ±â°è¹ß', '/Product/BookFieldsBestSeller.libro?lib_code=124', 'N');
addMenu2('010121', 'ÀâÁö', '/Product/BookFieldsBestSeller.libro?lib_code=501', 'N');
addMenu2('010122', 'Àå¸£¼Ò¼³', '/Product/BookFieldsBestSeller.libro?lib_code=119', 'N');
addMenu2('010123', 'Á¾±³/½ÅÈ­', '/Product/BookFieldsBestSeller.libro?lib_code=102', 'N');
addMenu2('010124', 'Âü°í¼­', '/Product/BookFieldsBestSeller.libro?lib_code=129', 'N');
addMenu2('010125', 'Ã¶ÇÐ', '/Product/BookFieldsBestSeller.libro?lib_code=101', 'N');
addMenu2('010126', 'Ã»¼Ò³â', '/Product/BookFieldsBestSeller.libro?lib_code=128', 'N');
addMenu2('010127', 'Ãë¾÷/¼öÇè/ÀÚ°ÝÁõ', '/Product/BookFieldsBestSeller.libro?lib_code=127', 'N');
addMenu2('010128', 'ÄÄÇ»ÅÍ/ÀÎÅÍ³Ý', '/Product/BookFieldsBestSeller.libro?lib_code=115', 'N');
addMenu2('010129', '´ëÇÐ±³Àç', '/Product/BookFieldsBestSeller.libro?lib_code=131', 'N');

//kids main

addMenu2('02', '¾î¸°ÀÌ', '/Main/Kids.aspx', 'Y');

//kids bestseller
addMenu2('0201', 'º£½ºÆ®¼¿·¯', '/Product/KidsFieldsBestSeller.libro', 'Y');
addMenu2('020101', 'Á¾ÇÕ', '/Product/KidsFieldsBestSeller.libro', 'N');
addMenu2('020102', '0-3¼¼', '/Product/KidsFieldsBestSeller.libro?lib_code=200', 'N');
addMenu2('020103', '4-6¼¼', '/Product/KidsFieldsBestSeller.libro?lib_code=201', 'N');
addMenu2('020104', '1-2ÇÐ³â', '/Product/KidsFieldsBestSeller.libro?lib_code=202', 'N');
addMenu2('020105', '3-4ÇÐ³â', '/Product/KidsFieldsBestSeller.libro?lib_code=220', 'N');
addMenu2('020106', '5-6ÇÐ³â', '/Product/KidsFieldsBestSeller.libro?lib_code=203', 'N');
addMenu2('020107', '±×¸²Ã¥', '/Product/KidsFieldsBestSeller.libro?lib_code=204', 'N');
addMenu2('020108', 'µ¿È­', '/Product/KidsFieldsBestSeller.libro?lib_code=205', 'N');
addMenu2('020109', '¾î¸°ÀÌ¸¸È­', '/Product/KidsFieldsBestSeller.libro?lib_code=206', 'N');
addMenu2('020110', '½Ã¸®ÁîÆ¯¼±', '/Product/KidsFieldsBestSeller.libro?lib_code=207', 'N');
addMenu2('020111', '¿¾ÀÌ¾ß±â', '/Product/KidsFieldsBestSeller.libro?lib_code=210', 'N');
addMenu2('020112', 'ÀÎ¹°ÀÌ¾ß±â', '/Product/KidsFieldsBestSeller.libro?lib_code=211', 'N');
addMenu2('020113', 'Á¾ÀÌÁ¢±â/Á¾ÀÌ°øÀÛ', '', 'N');
addMenu2('020114', 'ÇÐ½Àµµ¿ì¹Ì', '/Product/KidsFieldsBestSeller.libro?lib_code=214', 'N');
addMenu2('020115', '¾î¸°ÀÌ¿µ¾î(¿Ü±¹µµ¼­)', '/Product/KidsFieldsBestSeller.libro?lib_code=216', 'N');
addMenu2('020116', 'Ã¥ÀÐ´ÂºÎ¸ð', '/Product/KidsFieldsBestSeller.libro?lib_code=217', 'N');
addMenu2('020117', 'ºñµð¿À/DVD', '/Product/KidsFieldsBestSeller.libro?lib_code=219', 'N');
addMenu2('020118', 'ÀüÁý', '/Product/KidsFieldsBestSeller.libro?lib_code=215', 'N');


//comic main
addMenu2('03', '¸¸È­', '/Main/Comics.aspx', 'Y');

//comic bestseller
addMenu2('0301', 'º£½ºÆ®¼¿·¯', '/Product/ComicsFieldsBestSeller.libro?lib_code=0', 'Y');
addMenu2('030101', 'ÁÖ°£Á¾ÇÕ', '/Product/ComicsFieldsBestSeller.libro?lib_code=0', 'N');
addMenu2('030102', '¿ù°£Á¾ÇÕ', '/Product/ComicsFieldsBestSeller.libro?type=M&lib_code=0', 'N');
addMenu2('030103', '±¹³»¸¸È­', '/Product/ComicsFieldsBestSeller.libro?lib_code=kr&type=M', 'N');
addMenu2('030104', 'ÀÏº»¸¸È­', '/Product/ComicsFieldsBestSeller.libro?lib_code=jp&type=M', 'N');
addMenu2('030105', '¸¸È­°ü·Ã¼­', '/Product/ComicsFieldsBestSeller.libro?lib_code=617&type=M', 'N');

//music main
addMenu2('04', 'À½¹Ý', '/Main/Music.aspx', 'Y');

//music bestseller
addMenu2('0401', 'º£½ºÆ®¼¿·¯', '/Product/MusicFieldsBestSeller.libro', 'Y');
addMenu2('040100', 'Á¾ÇÕ', '/Product/MusicFieldsBestSeller.libro', 'N');
addMenu2('040101', '°¡¿ä', '/Product/MusicFieldsBestSeller.libro?lib_code=701', 'N');
addMenu2('040102', 'ÆË/·Ï', '/Product/MusicFieldsBestSeller.libro?lib_code=702', 'N');
addMenu2('040103', 'Å¬·¡½Ä', '/Product/MusicFieldsBestSeller.libro?lib_code=711', 'N');
addMenu2('040104', 'ÀçÁî', '/Product/MusicFieldsBestSeller.libro?lib_code=706', 'N');
addMenu2('040105', 'O.S.T', '/Product/MusicFieldsBestSeller.libro?lib_code=710', 'N');
addMenu2('040106', '±¹¾Ç&¿ùµå¹ÂÁ÷', '/Product/MusicFieldsBestSeller.libro?lib_code=707', 'N');
addMenu2('040107', 'J-POP', '/Product/MusicFieldsBestSeller.libro?lib_code=730', 'N');
addMenu2('040108', '±âÅ¸', '/Product/MusicFieldsBestSeller.libro?lib_code=790', 'N');
addMenu2('040109', 'LP', '/Product/MusicFieldsBestSeller.libro?lib_code=719', 'N');


addMenu2('0403', 'ÀÌº¥Æ®', '/Event/Music/MallMainEvent.aspx', 'Y');
addMenu2('040302', '¿¹¾àÆÇ¸Å', '/Event/Music/ReservationEvent.aspx', 'N');


//dvd main
addMenu2('05', 'DVD', '/Main/Dvd.aspx', 'Y');

//Dvd bestseller
addMenu2('050101', 'DVD', '/Product/DvdFieldsBestSeller.libro?lib_code=805', 'N');
addMenu2('050102', 'Blue-ray', '/Product/DvdFieldsBestSeller.libro?lib_code=803', 'N');
addMenu2('050103', 'HD-DVD', '/Product/DvdFieldsBestSeller.libro?lib_code=804', 'N');
addMenu2('050104', '¾×¼Ç', '/Product/DvdFieldsBestSeller.libro?lib_code=806', 'N');
addMenu2('050105', 'µå¶ó¸¶/ÄÚ¹Ìµð', '/Product/DvdFieldsBestSeller.libro?lib_code=807', 'N');
addMenu2('050106', 'È£·¯/½º¸±·¯', '/Product/DvdFieldsBestSeller.libro?lib_code=808', 'N');
addMenu2('050107', 'S.F./ÆÇÅ¸Áö', '/Product/DvdFieldsBestSeller.libro?lib_code=809', 'N');
addMenu2('050108', '¾î¸°ÀÌ', '/Product/DvdFieldsBestSeller.libro?lib_code=810', 'N');
addMenu2('050109', '´ÙÅ¥¸àÅÍ¸®', '/Product/DvdFieldsBestSeller.libro?lib_code=811', 'N');
addMenu2('050110', '¼ºÀÎ', '/Product/DvdFieldsBestSeller.libro?lib_code=812', 'N');
addMenu2('050111', '±âÅ¸', '/Product/DvdFieldsBestSeller.libro?lib_code=813', 'N');


function Loggger_Proc(URL, LoggerID)
{
	eval('try{ _trk_clickTrace( \'EVT\', \'' + LoggerID + '\' );}catch(_e){ }');
	
	if (URL != '') {
		document.location.href = URL;
	}
}