function favoris() { 
$titre ="Idées d'Ailleurs - "+document.title;

if ( navigator.appName != 'Microsoft Internet Explorer' ) 
{

 window.sidebar.addPanel($titre,self.location,""); 
 } else {  
 window.external.AddFavorite(self.location, $titre);
 }
} 

 
