﻿/* vovhomme */

function top1(num){
 switch(num){
  case 1: location.href="/index.html"; break;
  case 2: location.href="/Environmental_Responsibility"; break;
  case 3: location.href="/Product_FAQs"; break;
  case 4: location.href="/contact"; break;
 }
}


<!--关于商羽-->  
function l1(num){
 switch(num){
  case 1: location.href="/about_the_brand"; break;
  
  case 2: location.href="/about_the_brand"; break;
  case 3: location.href="/Brand_Culture"; break;
  case 4: location.href="/Strength"; break;
  case 5: location.href="/MiLuoxi_video"; break;
  case 6: location.href="/Honor"; break;
  case 7: location.href="/events"; break;
 }
}

<!--产品-->  
function l2(num){
 switch(num){
  case 1: location.href="/products"; break;
  
  case 2: location.href="/6001200"; break;
  case 3: location.href="/Antique_straight300300"; break;
 }
}

<!--生产-->
function l3(num){
 switch(num){
  case 1: location.href="/Production_equipment"; break;
  
  case 2: location.href="/Production_process"; break;
  case 3: location.href="/Production_equipment"; break;
  case 4: location.href="/Mining_resources"; break;
  case 5: location.href="/Order_Processing"; break;
  case 6: location.href="/Logistics_and_warehousing"; break;
 }
}

<!--米洛西作品-->  
function l4(num){
 switch(num){
  case 1: location.href="/case"; break;
  
  case 2: location.href="/Portugal"; break;
  case 3: location.href="/Toilets"; break;

 }
}

 <!--服务中心-->   
function l5(num){
 switch(num){
   case 1: location.href="/Design_teacher"; break;
   
  case 2: location.href="/Design_teacher"; break;
  case 3: location.href="/Design_cutting_edge"; break;
  case 4: location.href="/Designers_VIP_access"; break;
 }
}


 <!--工程案例-->
function l6(num){
 switch(num){
  case 1: location.href="/Life_information"; break;
  case 2: location.href="/Life_information"; break;
  case 3: location.href="/Life_Magazine"; break;
  case 4: location.href="/Live_video"; break;
 }
}



<!--新闻中心-->  
function l7(num){
 switch(num){
  case 1: location.href="/Company_News"; break;
 
  case 2: location.href="/Company_News"; break;
  case 3: location.href="/Industry_Focus"; break;

 }
}

  <!--合作伙伴-->   
function l8(num){
 switch(num){
  case 1: location.href="/Marketing_outlets"; break;
  
  case 2: location.href="/Marketing_outlets"; break;
  case 3: location.href="/School_Introduction"; break;
  case 4: location.href="/Internal_Notice"; break;
  case 5: location.href="/Application"; break;
  case 6: location.href="/shop/"; break;
 }
}

 
function cn(num){
 switch(num){
  case 1: location.href="/index.html"; break;

 }
}

function en(num){
 switch(num){
  case 1: location.href="/en/index.html"; break;

 }
}







