function ajouter_favoris(url, text) {
	//window.external.addfavorite(url, text);
	if ( navigator.appName != 'Microsoft Internet Explorer' ) {
		window.sidebar.addPanel(text, url,"");
		return false;
	} else {
		//window.external.addfavorite('http://xhtml.css.free.fr/index.htm', 'XHTML CSS - faire un site en XHTML stric + CSS')
		return true;
	}
}