
var ie=(document.all)?1:0; 
var a = new Image() ; a.src = lang+"nav/img/home.gif"
var ieMac4=(navigator.appVersion.indexOf("MSIE 4.5")!=-1 && navigator.appVersion.indexOf("Mac")!=-1)? true:false;
var ieMac5=(navigator.appVersion.indexOf("MSIE 5")!=-1 && navigator.appVersion.indexOf("Mac")!=-1)? true:false;
oke=0
function Lyr(LyrNme, param, valeur){
	var ie=(document.all)?1:0; 
	param=param.toLowerCase();lecture=(valeur || valeur>-1 || valeur=="")? false:true;
	if (param=="zindex") param="zIndex";
	if (ie) IeCase=param.substring(0,1).toUpperCase()+param.substring(1)
	way=(ie)? 'document.all.'+LyrNme:'document.layers.'+LyrNme;
	way+=(ie)? (lecture)? (param=="left" || param=="top")? '.style.pixel'+IeCase:'.offset'+IeCase:'.style.'+param:(param=="height" || param=="width")?'.document.'+param:'.'+param;
	Integer=(param=="zindex" || param=="height" || param=="width")? true:false;
		
	if (lecture) return (Integer)? parseInt(eval(way)):eval(way);
	else {eval(way+'="'+valeur+'"');
		return true;
		}	
}
function montre(num){
		for (i=1; i<7; i++) Lyr("rub"+i, "visibility", "hidden");
		Lyr("rub"+num, "visibility", "visible");
		active=num;	
		Lyr("rub6", "visibility", "visible");
}

var active=0;
function cache(){
	Lyr("rub6", "visibility", "hidden");
	Lyr("rub"+active, "visibility", "hidden");
}

function backhome(nameimg){
	if(document.images){
		if(document.images[nameimg].src.indexOf('arc') >= 0) {
	        document.images[nameimg].src = lang+"_zh/_cn/include/nav/img/home.gif";
		}
		else{
			document.images[nameimg].src= lang+"_zh/_cn/include/nav/img/arcencielNav.gif";
		}
	}	
}

// CACHER POUR MINISITE :

var couleurFond = ""
var couleurTypo = ""

function bonneNav(rub){
	oke = 1
	if(rub=="666") rub = parent.page.location.href
	if(rub.indexOf("passion")>=0){
		logo="passion";
		couleurFond="#a3106c";
		couleurTypo="#FFFFFF";
	}
	else if(rub.indexOf("press-room")>=0){
		logo="pressroom";
		couleurFond="#434463";
		couleurTypo="#FFFFFF";
	}
	else if(rub.indexOf("news")>=0){
		logo="news";
		couleurFond="#990100";
		couleurTypo="#FFFFFF";
	}
	else if(rub.indexOf("group")>=0){
		logo="group";
		couleurFond="#E04685";
		couleurTypo="#ffffff";
	}
	else if((rub.indexOf("research")>=0) || (rub.indexOf("recherche")>=0)){
		logo="research";
		couleurFond="#CEE700";
		couleurTypo="#003163";
	}
	else if((rub.indexOf("career")>=0) || (rub.indexOf("carriere")>=0) || (rub.indexOf("/_zh/_cn/cv/")>=0)){
		logo="career";
		couleurFond="#18949C";
		couleurTypo="#ffffff";
	}
	else if(rub.indexOf("copyright")>=0){
		logo="copyright";
		couleurFond="#E04685";
		couleurTypo="#ffffff";
	}
	else if((rub.indexOf("tools")>=0) || (rub.indexOf("outils")>=0)){
		logo="contact";
		couleurFond="#E04685";
		couleurTypo="#ffffff";
	}
	else if(rub.indexOf("women-in")>=0){
		logo="minigroup";
		couleurFond="#E79200";
		couleurTypo="#ffffff";
	}	
	else if(rub.indexOf("market")>=0){
		logo="market";
		couleurFond="#740C3F";
		couleurTypo="#ffffff";
	}	
	else{
		logo="blanc";
		couleurFond="#000000";
		couleurTypo="#ffffff";
	}
	//document.bgColor=couleurFond;
	//content("historik","&nbsp;")
	setTimeout('document.images["leLogo"].src = "/_zh/_cn/include/nav/img/logo_"+logo+".gif"',500)
}


function placeHisto(){
	if(ieMac5)Lyr("historik","top","116")
}

function sitemap(){
	var haut = (document.all) ? 485 : 485
	eval('regalMap = window.open("'+lang+'_en/_ww/sitemap/index.aspx","sitemap","width=360,height='+haut+',top=0,left=0,status=1")')
}

function rollOver(ImgNme)
{
    obj=document.images[ImgNme];
    obj.src=(obj.src.lastIndexOf('_on')!=-1)? obj.src.replace(/_on/gi,"_off"):obj.src.replace(/_off/gi,"_on");
}