function changelang(elem)
{
   var choix = elem.options[elem.selectedIndex].value;

         if(choix=="fr00"){ document.forms['formenu'].action = "../fr/index.html";
   }else if(choix=="fr10"){ document.forms['formenu'].action = "../fr/qui-sommes-nous.html";
   }else if(choix=="fr21"){ document.forms['formenu'].action = "../../fr/produits-services/enveloppes-pochettes.html";
   }else if(choix=="fr22"){ document.forms['formenu'].action = "../../fr/produits-services/packaging-emballages.html";
   }else if(choix=="fr23"){ document.forms['formenu'].action = "../../fr/produits-services/imprimes-faconnes-papier.html";
   }else if(choix=="fr24"){ document.forms['formenu'].action = "../../fr/produits-services/procurement-printing-commerce.html";
   }else if(choix=="fr25"){ document.forms['formenu'].action = "../../fr/produits-services/management-marketing-conseils.html";
   }else if(choix=="fr26"){ document.forms['formenu'].action = "../../fr/produits-services/achats-sourcing-asie-chine.html";
   }else if(choix=="fr27"){ document.forms['formenu'].action = "../../fr/produits-services/autres-promotion-immobiliere.html";
   }else if(choix=="fr30"){ document.forms['formenu'].action = "../fr/atouts-majeurs.html";
   }else if(choix=="fr40"){ document.forms['formenu'].action = "../fr/contactez-nous.php";
   }
         if(choix=="en00"){ document.forms['formenu'].action = "../en/index.html";
   }else if(choix=="en10"){ document.forms['formenu'].action = "../en/about-us.html";
   }else if(choix=="en21"){ document.forms['formenu'].action = "../../en/products-services/envelopes-pockets.html";
   }else if(choix=="en22"){ document.forms['formenu'].action = "../../en/products-services/packaging-converting.html";
   }else if(choix=="en23"){ document.forms['formenu'].action = "../../en/products-services/printed-converted-paper.html";
   }else if(choix=="en24"){ document.forms['formenu'].action = "../../en/products-services/procurement-printing-commerce.html";
   }else if(choix=="en25"){ document.forms['formenu'].action = "../../en/products-services/management-marketing-consultancy.html";
   }else if(choix=="en26"){ document.forms['formenu'].action = "../../en/products-services/purchasing-sourcing-asia.html";
   }else if(choix=="en27"){ document.forms['formenu'].action = "../../en/products-services/other-industrial-property.html";
   }else if(choix=="en30"){ document.forms['formenu'].action = "../en/our-strengths.html";
   }else if(choix=="en40"){ document.forms['formenu'].action = "../en/contact-us.php";
   }
         if(choix=="ar00"){ document.forms['formenu'].action = "../ar/index.html";
   }else if(choix=="ar10"){ document.forms['formenu'].action = "../ar/about-us.html";
   }else if(choix=="ar21"){ document.forms['formenu'].action = "../../ar/products-services/envelopes-pockets.html";
   }else if(choix=="ar22"){ document.forms['formenu'].action = "../../ar/products-services/packaging-converting.html";
   }else if(choix=="ar23"){ document.forms['formenu'].action = "../../ar/products-services/printed-converted-paper.html";
   }else if(choix=="ar24"){ document.forms['formenu'].action = "../../ar/products-services/procurement-printing-commerce.html";
   }else if(choix=="ar25"){ document.forms['formenu'].action = "../../ar/products-services/management-marketing-consultancy.html";
   }else if(choix=="ar26"){ document.forms['formenu'].action = "../../ar/products-services/purchasing-sourcing-asia.html";
   }else if(choix=="ar27"){ document.forms['formenu'].action = "../../ar/products-services/other-industrial-property.html";
   }else if(choix=="ar30"){ document.forms['formenu'].action = "../ar/our-strengths.html";
   }else if(choix=="ar40"){ document.forms['formenu'].action = "../ar/contact-us.php";
   }

   if((choix!="0")||(choix!="")){
      document.forms['formenu'].submit();
   }
}
