function PopupImage(img)
{ 
	titre="Agrandissement"; 
	w=open("",'image','width=750,height=600,toolbar=no,scrollbars=yes,resizable=yes'); 
	w.document.write("<HTML><HEAD><TITLE>"+titre+"</TITLE></HEAD>"); 	
	w.document.write("<BODY onblur='window.close()' onclick='window.close()'>");
	w.document.write("<IMG src='"+img+"' border=0 alt='Mon image'>"); 
	w.document.write("</BODY></HTML>"); 
	w.document.close(); 
} 

function prechargimg()
{
	var doc=document;
	if(doc.images){ if(!doc.precharg) doc.precharg=new Array();
	var i,j=doc.precharg.length,x=prechargimg.arguments; for(i=0; i<x.length; i++)
	if (x[i].indexOf("#")!=0){ doc.precharg[j]=new Image; doc.precharg[j++].src=x[i];}}
}

function over(im, i)
{
	document.getElementById('menu'+i).style.display='';
	var style_data;
	style_data = im.style.background;
	style_data = style_data.replace(".jpg", "2.jpg");
	im.style.background=style_data;
}

function out(im, i)
{
	document.getElementById('menu'+i).style.display='none';
	var style_data;
	style_data = im.style.background;
	style_data = style_data.replace("2.jpg", ".jpg");
	im.style.background=style_data;	
}

function ClickOnItem(indexItem) 
{ 
	window.location.href=indexItem;  
}

window.onload = prechargimg('MenuImg/actualites.jpg','MenuImg/actualites2.jpg', 'MenuImg/culture.jpg', 'MenuImg/culture2.jpg', 'MenuImg/economie.jpg', 'MenuImg/economie2.jpg', 'MenuImg/enfance.jpg', 'MenuImg/enfance2.jpg', 'MenuImg/liens.jpg', 'MenuImg/liens2.jpg', 'MenuImg/quotidienne.jpg', 'MenuImg/quotidienne2.jpg', 'MenuImg/territoire.jpg', 'MenuImg/territoire2.jpg', 'Anim_ent.swf', 'Anim_env.swf', 'Anim_info.swf');
// Il ne reste plus qu'à appeler notre fonction au chargement de la page