//FRENCH FLIGHT SAFETY, Powered by BLUE ACACIA : WEB AGENCY, Créateur de liens

function favoris() {
	if ( navigator.appName != 'Microsoft Internet Explorer' ) { 
		window.sidebar.addPanel("Groupe Buildinvest","http://www.buildinvest.com","");
	}else {
		window.external.AddFavorite("http://www.buildinvest.com","Groupe Buildinvest");
	}
}

function setpng(img) { 
	if(document.all && (IEver=parseFloat(navigator.appVersion.split("MSIE")[1])) && (IEver>=5.5) && (IEver<7) && document.body.filters && img) {
		imgName=img.src.toUpperCase();
		if(imgName.substring(imgName.length-3,imgName.length)=="PNG") {
			img.outerHTML="<span "+(img.id?"id='"+img.id+"' ":"")+(img.className?"class='"+img.className+"' ":"")+(img.title?"title=\""+img.title+"\" ":"")+"style=\"width:"+img.width+"px;height:"+img.height+"px;"+(img.align=="left"?"float:left;":(img.align=="right"?"float:right;":""))+(img.parentElement.href?"cursor:hand;":"")+"display:inline-block;"+img.style.cssText+";"+"filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='"+img.src+"',sizingMethod='scale');\"></span>";
		}
	}
}

function photo_afficher(image){
	var texte_image=image;
	document.photo_magasin.src='photos/magasins/photos/'+texte_image+'';
}

function savoir(d,e) {
	//alert("pouet !");
	//alert(d);
	var i;
	for (i=1;i<=e;i++) {
		document.getElementById("savoir_mode_livraison"+i).style.display = 'none';
	}
	document.getElementById(d).style.display = '';
}

function savoir_menu(d) {
	//alert("pouet !");
	//alert(d);
	if (document.getElementById(d).style.display=='') {
		document.getElementById(d).style.display='none';
	}else{
		document.getElementById(d).style.display='';
	}
}

function verifier_formulaire_afficher_article() {
	//alert("pouet !");
	//var choix=document.fomulaire_gamme.choix_gamme.value;
	//alert(choix);
	document.formulaire_afficher_article.submit();
}