function Outils(niveau)
	{
	nav = navigator.appName.substring(0,3);
	ver = navigator.appVersion.substring(0,1)
	if (nav == "Mic" && ver >= 4){
		url_site="http://www.larochellerochefort.com";
		titre_site = "LaRochelleRochefort.com";
		document.write('<a href="javascript:;" onClick="window.external.AddFavorite(url_site, titre_site);return(false);"><img src="'+niveau+'img/favoris.gif" border="0" alt="Ajouter larochellerochefort.com à vos favoris Internet"></a>&nbsp;&nbsp;')
		}
	if (document.all && document.getElementById) document.write('<a href="javascript:;" onClick="HomePage(this);return(false);"><img border="0" alt="larochellerochefort.com en page de démarrage" src="'+niveau+'img/demarrage.gif"></a><br>');
}
function HomePage(obj)
{
	obj.style.behavior='url(#default#homepage)';
	obj.setHomePage('http://www.larochellerochefort.com ');
}