function favo() {
	if ((navigator.appName.indexOf("Microsoft",0)>=0) && (parseInt(navigator.appVersion)>=4)) {
		window.external.AddFavorite("http://www.mdimport.com/frame_catalogue.html","MDI - La Communication par l'objet - Le catalogue" );
	} else {
		alert("Cette fonction n'est proposée que pour Internet Explorer 4 et supérieur")
	}
}
function site() {
window.open('conseil_site.html','','width=300 height=120');
}
