function ImageMax(e)  {
//alert(e);
if (e=='Wallons') popupImage = window.open('plan_wallons.php','_blank','toolbar=0,location=0,directories=0,menuBar=0,scrollbars=0,resizable=0,width=980px,height=520px');
if (e=='Harlez') popupImage = window.open('plan_Harlez.php','_blank','toolbar=0,location=0,directories=0,menuBar=0,scrollbars=0,resizable=0,width=980px,height=520px');
	
return false;	
   }
