<!--
/**
 * changeLanguage 31JUL2001 
 * Olivier Combe, UNCTAD
 * no copyright, free of use
*/ 
function changeLanguage(origin,destination){	// LES COMMENTAIRES SUR CETTE FONCTION SONT AVEC LA FONCTION CHANGELANGUEEN.JS
												// DANS LE REPERTOIRE ANGLAIS/IMAGESROLL.

adr=new String(document.location);//alert(adr);
posfr=adr.indexOf("/"+origin+"/");//alert(posfr);
subad=adr.substr((posfr+10),(adr.length-posfr-10));//alert(subad);
posslash=subad.indexOf("/"); //alert(posslash);
posend=(subad.indexOf(".htm")+4);//alert(posend);

rep=adr.slice((posfr+10),(posfr+10+posslash));//alert(rep);
fiche=adr.slice((posfr+10+posslash+1),(posfr+10+posend));//alert(fiche);


if(destination==="anglais") if(rep==="anacardo") rep="cashewnut"	//seuls les repertoires dont le nom 
						else if(rep==="pinas")   rep="pineapple"  //change entre l'espagnol
						else if(rep==="platano") rep="banana"   //et l'anglais sont repris, ainsi
						else if(rep==="trigo") rep="wheat"	// karite, mango, gas, nuclear, zinc(identiques en espagnol et en anglais)
						else if(rep==="madera") rep="timber"		// n'apparaissent pas dans la liste.
						else if(rep==="maderatrop") rep="timbertrop"  
						else if(rep==="caucho") rep="rubber"
						else if(rep==="algodon") rep="cotton"
						else if(rep==="especies") rep="spices"
						else if(rep==="yute") rep="jute"
						else if(rep==="maiz") rep="maize"
						else if(rep==="olivo") rep="olive"
						else if(rep==="naranja") rep="orange"
						else if(rep==="palma") rep="palmoil"
						else if(rep==="azucar") rep="sugar"
						else if(rep==="tabaco") rep="tobacco"
						else if(rep==="arroz") rep="rice"
						else if(rep==="aluminio") rep="aluminium"
						else if(rep==="plata") rep="silver"
						else if(rep==="cobre") rep="copper"
						else if(rep==="diamante") rep="diamond"
						else if(rep==="fertilizantes") rep="fertilizers"
						else if(rep==="estano") rep="tin"
						else if(rep==="hierro") rep="iron"
						else if(rep==="niquel") rep="nickel"
						else if(rep==="oro") rep="gold"
						else if(rep==="paladio") rep="palladium"
						else if(rep==="platino") rep="platinum"
						else if(rep==="plomo") rep="lead"
						else if(rep==="cacao") rep="cocoa"
						else if(rep==="cafe") rep="coffee"
						else if(rep==="te") rep="tea"
						else if(rep==="carbon") rep="coal"
						else if(rep==="electricidad") rep="electricity"
						else if(rep==="petroleo") rep="oil";	

if (destination==="anglais") if(fiche==="plane.htm") fiche="sitemap.htm"
						else if(fiche==="cultivo.htm") fiche="crop.htm"
						else if(fiche==="descripc.htm") fiche="characteristics.htm"
						else if(fiche==="politicas.htm") fiche="ecopolicies.htm"
						else if(fiche==="cadena.htm") fiche="chain.htm"
						else if(fiche==="mercado.htm") fiche="market.htm"
						else if(fiche==="precio.htm") fiche="prices.htm"
						else if(fiche==="calidad.htm") fiche="quality.htm"
						else if(fiche==="empresas.htm") fiche="companies.htm"
						else if(fiche==="tecnologia.htm") fiche="technology.htm"
						else if(fiche==="utilizacion.htm") fiche="uses.htm";

if(destination==="francais") if(rep==="anacardo") rep="anacarde"	//seuls les repertoires dont le nom 
						else if(rep==="pinas")   rep="ananas"  //change entre le francais
						else if(rep==="platano") rep="banane"   //et l'espagnol sont repris, ainsi
						else if(rep==="trigo") rep="ble"	//cacao, cafe, karite, zinc (identiques en francais et en espagnol)
						else if(rep==="madera") rep="boistemp"		// n'apparaissent pas dans la liste.
						else if(rep==="maderatrop") rep="boistrop"  
						else if(rep==="caucho") rep="caoutchouc"
						else if(rep==="algodon") rep="coton"
						else if(rep==="especies") rep="epices"
						else if(rep==="yute") rep="jute"
						else if(rep==="maiz") rep="mais"
						else if(rep==="mango") rep="mangue"
						else if(rep==="olivo") rep="olive"
						else if(rep==="naranja") rep="orange"
						else if(rep==="palma") rep="palme"
						else if(rep==="azucar") rep="sucre"
						else if(rep==="tabaco") rep="tabac"
						else if(rep==="arroz") rep="riz"
						else if(rep==="aluminio") rep="aluminium"
						else if(rep==="plata") rep="argent"
						else if(rep==="cobre") rep="cuivre"
						else if(rep==="diamante") rep="diamant"
						else if(rep==="fertilizantes") rep="engrais"
						else if(rep==="estano") rep="etain"
						else if(rep==="hierro") rep="fer"
						else if(rep==="niquel") rep="nickel"
						else if(rep==="oro") rep="or"
						else if(rep=="paladio") rep="paladium"
						else if(rep=="platino") rep="platine"
						else if(rep==="plomo") rep="plomb"
						else if(rep==="te") rep="the"
						else if(rep==="carbon") rep="charbon"
						else if(rep==="electricidad") rep="electricite"
						else if(rep==="gas") rep="gaz"
						else if(rep==="nuclear") rep="nucleaire"
						else if(rep==="petroleo") rep="petrole";

if (destination==="francais") if(fiche==="plane.htm") fiche="plan.htm"
						else if(fiche==="cultivo.htm") fiche="culture.htm"
						else if(fiche==="descripc.htm") fiche="descript.htm"
						else if(fiche==="politicas.htm") fiche="ecopol.htm"
						else if(fiche==="cadena.htm") fiche="filiere.htm"
						else if(fiche==="mercado.htm") fiche="marche.htm"
						else if(fiche==="precio.htm") fiche="prix.htm"
						else if(fiche==="calidad.htm") fiche="qualite.htm"
						else if(fiche==="empresas.htm") fiche="societes.htm"
						else if(fiche==="tecnologia.htm") fiche="technologie.htm"
						else if(fiche==="utilizacion.htm") fiche="utilisat.htm";
						

dest=adr.substr(0,posfr)+"/"+destination+"/"+rep+"/"+fiche;
document.location=dest; //alert();
}

function redirect(object_name) { // this function redirects a drop down menu
	
	bla2="selected="+object_name+".selectedIndex;";
	
	// alert(bla2);
	
	eval(bla2);
	
	if(selected>0){
		
		bla="dest="+object_name+".options["+object_name+".selectedIndex].value;";
		eval(bla);
	
		document.location=dest;

	} else {
		
			alert("Elija un producto");
		
	}
		
}
//-->
