function favoris() {
	if (navigator.appName != 'Microsoft Internet Explorer' )
	{
		window.sidebar.addPanel("Quand la Nature se fait Artiste Sculpteur","http://www.jpganelon.free.fr/","");
	}
	else {
		window.external.AddFavorite("http://www.jpganelon.free.fr/","Quand la Nature se fait Artiste Sculpteur");
	}
}

