function aff(l)
{
	p='img/' + l + '.jpg';
	var x = document.getElementById("introimg");
	x.src = p;
};

function zmf(p)
{
	var imgnum = p.substr(13,5);
	if (imgnum == "p9718") { alert("Pas de navigation pour cette image"); return true;}
	if (imgnum == "10496") { alert("Pas de navigation pour cette image"); return true;}
	if (imgnum == "10796") { alert("Pas de navigation pour cette image"); return true;}
	var img= "img/zmf_" + p.substr(13,5) + "/" + p.substr(13,5) + ".html";
	var win=window.open(img, "", "width=850, height=450");
};

