    function showLayer(LAYER_ID) {
        document.getElementById(LAYER_ID).style.display = "block";
    }

    function hideLayer(LAYER_ID) {
        document.getElementById(LAYER_ID).style.display = "none";
    }

    function tgl(v){
        var f = document.getElementById(v).style.display;
		document.getElementById(v).style.display=(f=='none')?'block':'none';
    }

	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')?'block':(v=='hide')?'none':v; }
		obj.display=v; }
	}

	function MM_findObj(n, d) { //v4.01
	  var p,i,x;  if(!d) d=document; if((p=n.indexOf("?"))>0&&parent.frames.length) {
		d=parent.frames[n.substring(p+1)].document; n=n.substring(0,p);}
	  if(!(x=d[n])&&d.all) x=d.all[n]; for (i=0;!x&&i<d.forms.length;i++) x=d.forms[i][n];
	  for(i=0;!x&&d.layers&&i<d.layers.length;i++) x=MM_findObj(n,d.layers[i].document);
	  if(!x && d.getElementById) x=d.getElementById(n); return x;
	}

    function showTab(LAYER_ID) {
        if(LAYER_ID == "BRAND") {
            document.BRAND.src = "http://image.stylebag.co.kr/WWW/20070101/cate_m_over_01.gif";
			document.all.BRAND_LIST_COLOR.bgColor = "#FF0003";
            showLayer("BRAND_LIST");
        } else {
            document.BRAND.src = "http://image.stylebag.co.kr/WWW/20070101/cate_m_01.gif";
            hideLayer("BRAND_LIST");
        }
                
        if(LAYER_ID == "CASUAL") {
            document.CASUAL.src = "http://image.stylebag.co.kr/WWW/20070101/cate_m_over_02.gif";
            showLayer("CASUAL_LIST");
        } else {
            document.CASUAL.src = "http://image.stylebag.co.kr/WWW/20070101/cate_m_02.gif";
            hideLayer("CASUAL_LIST");
        }
        
        if(LAYER_ID == "HANDBAG") {
            document.HANDBAG.src = "http://image.stylebag.co.kr/WWW/20070101/cate_m_over_03.gif";
            showLayer("HANDBAG_LIST");
        } else {
            document.HANDBAG.src = "http://image.stylebag.co.kr/WWW/20070101/cate_m_03.gif";
            hideLayer("HANDBAG_LIST");
        }
        
        if(LAYER_ID == "FUNCTIONAL") {
            document.FUNCTIONAL.src = "http://image.stylebag.co.kr/WWW/20070101/cate_m_over_04.gif";
            showLayer("FUNCTIONAL_LIST");
        } else {
            document.FUNCTIONAL.src = "http://image.stylebag.co.kr/WWW/20070101/cate_m_04.gif";
            hideLayer("FUNCTIONAL_LIST");
        }
        
        if(LAYER_ID == "PECULIAR") {
            document.PECULIAR.src = "http://image.stylebag.co.kr/WWW/20070101/cate_m_over_05.gif";
            showLayer("PECULIAR_LIST");
        } else {
            document.PECULIAR.src = "http://image.stylebag.co.kr/WWW/20070101/cate_m_05.gif";
            hideLayer("PECULIAR_LIST");
        }
                
        if(LAYER_ID == "SCHOOL") {
            document.SCHOOL.src = "http://image.stylebag.co.kr/WWW/20070101/cate_m_over_06.gif";
            showLayer("SCHOOL_LIST");
        } else {
            document.SCHOOL.src = "http://image.stylebag.co.kr/WWW/20070101/cate_m_06.gif";
            hideLayer("SCHOOL_LIST");
        }

        if(LAYER_ID == "OUTDOOR") {
            document.OUTDOOR.src = "http://image.stylebag.co.kr/WWW/20070101/cate_m_over_07.gif";
            showLayer("OUTDOOR_LIST");
        } else {
            document.OUTDOOR.src = "http://image.stylebag.co.kr/WWW/20070101/cate_m_07.gif";
            hideLayer("OUTDOOR_LIST");
        }

        if(LAYER_ID == "FASHION") {
            document.FASHION.src = "http://image.stylebag.co.kr/WWW/20070101/cate_m_over_08.gif";
            showLayer("FASHION_LIST");
        } else {
            document.FASHION.src = "http://image.stylebag.co.kr/WWW/20070101/cate_m_08.gif";
            hideLayer("FASHION_LIST");
        }

        if(LAYER_ID == "SUNDRIES") {
            document.SUNDRIES.src = "http://image.stylebag.co.kr/WWW/20070101/cate_m_over_09.gif";
            showLayer("SUNDRIES_LIST");
        } else {
            document.SUNDRIES.src = "http://image.stylebag.co.kr/WWW/20070101/cate_m_09.gif";
            hideLayer("SUNDRIES_LIST");
        }
    }