function favoris() {
	if ( navigator.appName != 'Microsoft Internet Explorer'  ){ 
		window.sidebar.addPanel("Sea and Beach","http://www.sea-and-beach.com/","");
	} else {
		window.external.AddFavorite("http://www.sea-and-beach.com/","Sea and Beach");
	} 
}