/* A MIGRER EN V3
var pathstart = '/_en/_us/include/nav/img/titre_';
var pathoff = '_off.gif';
var pathon = '_on.gif';

function yo(nameimg){
var ie=(document.all)?1:0; 
	if(document.images){
		if(!ie){
			if(document.layers["nav1"].document.images[nameimg].src.indexOf(pathon) >= 0) {
	        document.layers["nav1"].document.images[nameimg].src = pathstart + nameimg + pathoff ;
			}
			else if(document.layers["nav1"].document.images[nameimg].src.indexOf(pathoff)>=0){
			document.layers["nav1"].document.images[nameimg].src= pathstart + nameimg + pathon
			}
		}else{
			if(document.images[nameimg].src.indexOf(pathon) >= 0) {
	        document.images[nameimg].src = pathstart + nameimg + pathoff ;
			}
			else if(document.images[nameimg].src.indexOf(pathoff)>=0){
			document.images[nameimg].src= pathstart + nameimg + pathon
			}
		}
	}	
}

var ie=(document.all)?1: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;
		}		
}
*/
//Position du layer (voir js principale)//
/*
if(!ie){
	Lyr("nav1", "left",Lyr("nav1","left"));
}
Lyr("nav1", "visibility", "visible");
*/
//Position du layer//