/*************************************************/
/** Fonction - favoris()						**/
/** Ajout du site Internet dans les favoris		**/
/** du navigateur								**/
/** Author : Nutri-cycles.com					**/
/*************************************************/
function favoris(){
	if(navigator.appName != 'Microsoft Internet Explorer'){
		window.sidebar.addPanel("Votre-velo.com : Informations et conseils pour l'achat d'un vélo","http://www.votre-velo.com","");
	}
	else{
		window.external.AddFavorite("http://www.votre-velo.com","Votre-velo.com : Informations et conseils pour l'achat d'un vélo");
	}
}
