function galerie(section,image)
{
			document.getElementById('DivTransp').style.display='block';
			document.getElementById('DivReali').style.display='block';
			

var a = frames['iframeReali'].document;
a.open();
a.write("<html><head><link rel='stylesheet' href='golf.css' type='text/css' media='screen' /><META HTTP-EQUIV='imagetoolbar' CONTENT='no'><script language='javascript'>var el;function fermerImg() {parent.document.getElementById('DivReali').style.display='none';parent.document.getElementById('DivTransp').style.display='none';};function boucle(el){setTimeout('degrader(\"Limage\", 0.1)', 50);setTimeout('degrader(\"Limage\", 0.2)', 200);setTimeout('degrader(\"Limage\", 0.3)', 350);setTimeout('degrader(\"Limage\",0.3)',450);setTimeout('degrader(\"Limage\",0.4)',575);setTimeout('degrader(\"Limage\",0.5)',675);setTimeout('degrader(\"Limage\", 0.6)', 750);setTimeout('degrader(\"Limage\", 0.7)', 810);setTimeout('degrader(\"Limage\", 0.8)',870);setTimeout('degrader(\"Limage\", 0.9)', 920);setTimeout('degrader(\"Limage\", 1)', 940);} function degrader(el,opacity) {document.getElementById('Limage').style.display='block'; el =document.getElementById('Limage');el.style.opacity = opacity;el.style.MozOpacity = opacity;el.style.KhtmlOpacity = opacity;el.style.filter = 'alpha(opacity='+(opacity * 100)+')';}<\/script></head><body class='titre' style='background:transparent;' onload='document.getElementById(\"Limage\").display=\"block\"' onclick='fermerImg()'><table cellpadding='0' cellspacing='0' width='700' height='500' border='0'><tr><td colspan='3' height='*'></td><tr><td width='*'><td align='center'><img src='"+section+"/"+section+image+".jpg' align='center' id='Limage' style='border-color:#FFFFFF;display:block' border='4' onload='boucle(\"Limage\");' onmouseOut='document.body.style.cursor=\"default\"' onmouseOver='document.body.style.cursor=\"pointer\"' /></td><td width='*'></td></tr><tr><td height='*' colspan='3'></td></tr></table><center><a href='javascript:void(0)'>FERMER</a></body></html>");
 a.close();
 
setTimeout("DivRealiVisible()", 600);
}


function DivRealiVisible()
{
	
frames['iframeReali'].document.getElementById("Limage").style.visibility='visible'
	
	
}