function add_favorites(){
title="SETT 2008"
url="http://www.salonsett.com"
if (window.sidebar){ 
window.sidebar.addPanel(title, url,""); 
} else if( document.all ) {
window.external.AddFavorite( url, title);
} else if( window.opera && window.print ) {
return true;
}
}

function soon(){
	alert("Prochainement disponible !")
	}
	
// change la langue en cours
function set_language(langue){
	tmp=location.search+""
	if(tmp!=""){location.href=location.href+"&langue="+langue;}
		else{location.href=location.href+"?langue="+langue;}
	}