function afficherIntro(){
	
	document.getElementById('introFlash').innerHTML = '<br /><br /><br /><br /><br /><br /><br /><br /><br /><div style="color: #000000;"><strong>Pour visualiser ce contenu, vous devez mettre à jour votre Flash Player</strong></div><div style="color: #000000;"><a style="color: #000000;" href="http://www.macromedia.com/go/getflashplayer" target="_blank">Cliquez ici pour télécharger la version la plus récente</a>.</div><br />';
	
	var fo = new FlashObject("intro.swf", "menutop", "500", "330", "8");
	fo.addParam("wmode", "transparent");
	fo.addVariable("allowScriptAccess", "sameDomain");
	fo.addVariable("quality", "high");
	fo.write("introFlash");
}

function openimage(ximage,xwidth,xheight,xlang)
{
if (xlang=="en") {
var xx="0-photo-a.html?ximage="+ximage;} else {
var xx="0-photo.html?ximage="+ximage;}
var xwidth=xwidth + 20;
var xheight=xheight + 40;
xtemp = "toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=no,resizable=no,left=0,top=0,width="+xwidth+"px,height="+xheight+"px";
window.open(xx,"",xtemp);
}

function openimaget(ximage,xwidth,xheight,xtexte,xlang)
{
if (xlang=="en") {
var xx="0-photot-a.html?ximage="+ximage+"&xtexte="+xtexte;} else {
var xx="0-photot.html?ximage="+ximage+"&xtexte="+xtexte;}
var xwidth=xwidth + 20;
var xheight=xheight + 55;
xtemp = "toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=no,resizable=no,left=0,top=0,width="+xwidth+"px,height="+xheight+"px";
window.open(xx,"",xtemp);
}


function opentext(xtext)
{
var xx=xtext;
var xwidth=500;
var xheight=400;
xtemp = "toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=yes,resizable=no,left=0,top=0,width="+xwidth+"px,height="+xheight+"px";
window.open(xx,"",xtemp);
}


function openvideo(xvideo,xwidth,xheight)
{
var xx="0-video.html?xvideo="+xvideo+"&xheight="+xheight+"&xwidth="+xwidth;
var xwidth=xwidth + 20;
var xheight=xheight + 40;
xtemp = "toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=no,resizable=no,left=0,top=0,width="+xwidth+"px,height="+xheight+"px";
window.open(xx,"",xtemp);
}
