function AjouterFavoris()
{ 
  if ( navigator.appName != 'Microsoft Internet Explorer' )
  {
	window.sidebar.addPanel("Couvre-toit Laval Inc", "http://www.couvretoit.com", "");
  }
  else
  {
	window.external.AddFavorite("http://www.couvretoit.com", "Couvre-toit Laval Inc");
  }
}
