function AjouterFavoris() {

if ( navigator.appName != 'Microsoft Internet Explorer' ) { 
	window.location.href="http://www.alta-bureaux.fr";
}	
	else { 
	window.external.AddFavorite("http://www.alta-bureaux.fr", "Alta Bureaux, louez votre bureau a Lunel"); 
	}
}
