function vIE(){return (navigator.appName=='Microsoft Internet Explorer')?parseFloat((new RegExp("MSIE ([0-9]{1,}[.0-9]{0,})")).exec(navigator.userAgent)[1]):-1;}

function prefetch()
{
	images = new Array();
	images[0] = new Image();
	images[0].src="design/bouton_up.png";
	images[1] = new Image();
	images[1].src="loading.gif";
	images[0] = new Image();
	images[0].src="design/bouton.png";

	if((vIE() <= 6) && (vIE() >= 0))
	{
		document.getElementById("topmiddle").style.backgroundImage = "none";
		document.getElementById("topmiddle").style.filter = "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='design/title.png', sizingMethod='fixed')";
	}
}

function openup(path)
{
var txt = "top=25,left=25,width=500,height=500";
photoWin = window.open( "http://www.frpla.be/showpic.php?file="+path, "Photo",txt);

// photoWin.document.write('<html><head></head><body oncontextmenu=\"return false;\" style=\"background: url(\'/rose_background.jpg\');\"><p style="text-align: center;"><img src="'+ path +'" style="margin-top: 0px; margin-left: 0px;"/></p>');	
// 		photoWin.document.write('<p style="text-align: center; font-family: Verdana, Arial;"><a href="javascript:window.close()">-- Fermer la fen&ecirc;tre --</a></p></body></html>');
// photoWin.document.close();	
}
