// Fonction pour ajouter aux favoris
// linked to shop$jscripts.asp
function ToFavoris(){
	var mMsg = "Pour placer ce site dans vos favoris,\nvous devez simultanément appuyer sur les touches 'Ctrl' & 'D'.";
	if (navigator.appName=='Microsoft Internet Explorer'){(window.external)?window.external.AddFavorite(_WebUrl,_WebName):alert(mMsg);}
	else{(window.external)?window.sidebar.addPanel(_WebName,_WebUrl,""):alert(mMsg);}
}
