function addFav() 
{ 
if (document.all) 
{ 
window.external.AddFavorite(location.href, document.title); 
} 
else 
{ 
alert('Vous pouvez faire CTRL + D pour ajouter cette page dans vos signets, ou favoris.') 
} 
} 


function rollOn(img1,img2,text){
	str = "window.status = '" + text + "'";
	if (document.all) setTimeout(str,5); // this is a hack to fix bug in IE on PC
    else window.status = text;
	if (document.images) {
		document.navs.src=eval(img1 + "on.src");
		document.target.src=eval(img2 + "on.src");
	}
}

function rollOff(){
    window.status = "";
	if (document.images) {
		document.navs.src=navoff.src;
		document.target.src=targetoff.src;
	}
}

function MM_preloadImages() { //v3.0
  var d=document; if(d.images){ if(!d.MM_p) d.MM_p=new Array();
    var i,j=d.MM_p.length,a=MM_preloadImages.arguments; for(i=0; i<a.length; i++)
    if (a[i].indexOf("#")!=0){ d.MM_p[j]=new Image; d.MM_p[j++].src=a[i];}}
}
