
    function favoris(anchor)
    {
		/*if ( navigator.appName != 'Microsoft Internet Explorer' )
		{
		  window.sidebar.addPanel("Sicrel.com","http://test.sicrel.com/","");
		}
		else
		{
		  window.external.AddFavorite("http://test.sicrel.com/","Sicrel.com");
		}*/
				
		 
		 if (window.external)
		 {
		     window.external.AddFavorite(anchor.getAttribute('href'), anchor.getAttribute('title'));
		 }
		 
	
	}