function makevisible(cur,which)
	{
	if(document.getElementById)
		{
		if (which==0)
			{
			if(document.all)
				cur.filters.alpha.opacity=100
			else
				cur.style.setProperty("-moz-opacity", 1, "");
			}
		else
			{
			if(document.all)
				cur.filters.alpha.opacity=40
			else
				cur.style.setProperty("-moz-opacity", .4, "");
			}
		}
	}
	
	function MM_preloadImages() { //v3.0
  var d=document; if(d.images){ if(!d.MM_p) d.MM_p=new Array();
    var i,j=d.MM_p.length,a=MM_preloadImages.arguments; for(i=0; i<a.length; i++)
    if (a[i].indexOf("#")!=0){ d.MM_p[j]=new Image; d.MM_p[j++].src=a[i];}}
}
//-->
function copy(theField) {
var tempval=eval("document."+theField)
tempval.focus();
tempval.select();
therange=tempval.createTextRange()
therange.execCommand("Copy")
window.status="Sélection du code HTML"
setTimeout("window.status=''",5000)
}
//-->
function AjoutFavo() {
	if ((navigator.appName.indexOf("Microsoft",0)>=0) && (parseInt(navigator.appVersion)>=4)) {
		window.external.AddFavorite("http://www.webofonie.com","Webofonie, guide internet et référencement." );
	} else {
		alert("Cette fonction n'est proposée que par Internet Explorer 4+ - Pressez CTRL + D pour les autres.")
	}
}

