// JavaScript Document
function scm(dd){
 if(dd=="sc1"){
  document.getElementById('sc1').style['display']="block";
  document.getElementById('sc2').style['display']="none";
  document.getElementById('nnsc1').style.backgroundColor='#df5e08';
  document.getElementById('nnsc2').style.backgroundColor='';
  
 }
 if(dd=="sc2"){
  document.getElementById('sc2').style['display']="block";
  document.getElementById('sc1').style['display']="none";
  document.getElementById('nnsc2').style.backgroundColor='#df5e08';
  document.getElementById('nnsc1').style.backgroundColor='';
 }
  if(dd=="sc3"){
  document.getElementById('sc3').style['display']="block";
  document.getElementById('sc4').style['display']="none";
  document.getElementById('nnsc3').style.backgroundColor='#df5e08';
  document.getElementById('nnsc4').style.backgroundColor='';
 }
   if(dd=="sc4"){
  document.getElementById('sc4').style['display']="block";
  document.getElementById('sc3').style['display']="none";
  document.getElementById('nnsc4').style.backgroundColor='#df5e08';
  document.getElementById('nnsc3').style.backgroundColor='';
 }
}
function sortL1(ssn){
	if("sortL1"==ssn || "0"==ssn){
		document.getElementById('sortL1').style.color='#df5e08';
		document.getElementById('sortL2').style.color='';
		document.getElementById('sortL3').style.color='';
		}
	if("sortL2"==ssn || "4"==ssn){
		document.getElementById('sortL2').style.color='#df5e08';
		document.getElementById('sortL1').style.color='';
		document.getElementById('sortL3').style.color='';
		}
	if("sortL3"==ssn || "3"==ssn){
		document.getElementById('sortL3').style.color='#df5e08';
		document.getElementById('sortL1').style.color='';
		document.getElementById('sortL2').style.color='';
		}
	}
	function sortL1w(ssn){
	if("sortL1w"==ssn || "0"==ssn){
		document.getElementById('sortL1w').style.color='#df5e08';
		document.getElementById('sortL2w').style.color='';
		document.getElementById('sortL3w').style.color='';
		}
	if("sortL2w"==ssn || "4"==ssn){
		document.getElementById('sortL2w').style.color='#df5e08';
		document.getElementById('sortL1w').style.color='';
		document.getElementById('sortL3w').style.color='';
		}
	if("sortL3w"==ssn || "3"==ssn){
		document.getElementById('sortL3w').style.color='#df5e08';
		document.getElementById('sortL1w').style.color='';
		document.getElementById('sortL2w').style.color='';
		}
	}
		function sortL1w1(ssn){
	if("sortL1w1"==ssn || "0"==ssn){
		document.getElementById('sortL1w1').style.color='#df5e08';
		document.getElementById('sortL2w1').style.color='';
		document.getElementById('sortL3w1').style.color='';
		}
	if("sortL2w1"==ssn || "4"==ssn){
		document.getElementById('sortL2w1').style.color='#df5e08';
		document.getElementById('sortL1w1').style.color='';
		document.getElementById('sortL3w1').style.color='';
		}
	if("sortL3w1"==ssn || "3"==ssn){
		document.getElementById('sortL3w1').style.color='#df5e08';
		document.getElementById('sortL1w1').style.color='';
		document.getElementById('sortL2w1').style.color='';
		}
	}
 function dd(){
 var idd=document.getElementById("brand_ddll").value;
  if(26==idd){
  document.getElementById("title_a").innerHTML='<strong>TOP</strong>上装';
  }
   if(23==idd){
  document.getElementById("title_a").innerHTML='<strong>EXPORT</strong>外贸精品';
  }
   if(27==idd){
  document.getElementById("title_a").innerHTML='<strong>SKIRT</strong>裙装';
  }
   if(28==idd){
  document.getElementById("title_a").innerHTML='<strong>PANTS</strong>裤装';
  }
   if(31==idd || 30==idd){
  document.getElementById("title_a").innerHTML='<strong>KOREA AGENT</strong>韩国代购';
  }
   if(32==idd){
  document.getElementById("title_a").innerHTML='<strong>GOODS SHEIVES</strong>下架商品';
  }
   if(32==idd){
  document.getElementById("title_a").innerHTML='<strong>ACC</strong>配饰';
  }
     if(33==idd){
  document.getElementById("title_a").innerHTML='<strong>COAT</strong>外套';
  }
      if(35==idd){
  document.getElementById("title_a").innerHTML='<strong>UNDERWEAR</strong>内衣';
  }
        if(36==idd){
  document.getElementById("title_a").innerHTML='<strong>UNDERWEAR</strong>内衣';
  }
  }
  function   ct1(){   
  var   obj3   =   document.getElementById("dhText");   
  obj3.style.color   =   obj3.style.color==""?"#1D1814":"";   
  setTimeout("ct1()",500);   
  } 