/* A REGLER MANUELLEMENT SI LE CADRE EST TROP PETIT */
hauteurcadre = 250;

xmenu = new Array;
xlien = new Array;

/* CALE GAUCHE */
xmenu[0] = '<img src="gen_img/trans.gif" width="20" height="40" border="0">';
/* presentation */
xmenu[1] = '<img src="gen_img/trans.gif" width="120" height="30" border="0">';
/* actualite */
xmenu[2] = '<img src="gen_img/trans.gif" width="110" height="30" border="0">';
/* sacrements */
xmenu[3] = '<img src="gen_img/trans.gif" width="115" height="30" border="0">';
/* catechese */
xmenu[4] = '<img src="gen_img/trans.gif" width="105" height="30" border="0">';
/* activite */
xmenu[5] = '<a href="activites.htm"><img src="gen_img/trans.gif" width="94" height="80" border="0"></a>';
/* liens */
xmenu[6] = '<a href="liens.htm"><img src="gen_img/trans.gif" width="60" height="80" border="0"></a>';
/* CALE DROITE */
xmenu[7] = '<img src="gen_img/trans.gif" width="20" height="30" border="0">';


xlien[0] = ''
xlien[1] = ''
xlien[2] = ''
xlien[3] = ''
xlien[4] = ''
xlien[5] = ''
xlien[6] = ''
xlien[7] = ''


xlien[0] += '';
/* presentation */
xlien[1] += '<table width="159" border="0" cellspacing="0" cellpadding="0"><tr><td align="right"><img src="img/menu_1.gif" width="133" height="188" border="0" usemap="#menu1"></td></tr></table>';
/* actualites */
xlien[2] += '<table width="271" border="0" cellspacing="0" cellpadding="0"><tr><td align="right"><img src="img/menu_2.gif" width="132" height="126" border="0" usemap="#menu2"></td></tr></table>';
/* sacrements */
xlien[3] += '<table width="423" border="0" cellspacing="0" cellpadding="0"><tr><td align="right"><img src="img/menu_3.gif" width="169" height="183" border="0" usemap="#menu3"></td></tr></table>';
/* catechese */
xlien[4] += '<table width="470" border="0" cellspacing="0" cellpadding="0"><tr><td align="right"><img src="img/menu_4.gif" width="104" height="92" border="0" usemap="#menu4"></td></tr></table>';
/* activites */
xlien[5] += '';
/* liens */
xlien[6] += '';

xlien[7] += ''



document.write('<TABLE CELLPADDING=0 CELLSPACING=0 BORDER=0 WIDTH=100%"><TR><td><img src="gen_img/trans.gif" width="644" height="17" bAorder="0" onMouseOver="MajMenu(0)"></td></tr></table>');
document.write('<TABLE CELLPADDING=0 CELLSPACING=0 BORDER=0">  <TR>');

for(i=0;i<xlien.length;i++)

{
	document.write('<TD onMouseOver="MajMenu('+i+')" ALIGN=center ID=td'+i+'><A onClick="return(false)" onMouseOver="MajMenu('+i+')">'+xmenu[i]+'</A></TD>');
	}
document.write('</TR><TR><TD background="img/bande_3.jpg" COLSPAN='+(xlien.length)+' HEIGHT='+hauteurcadre+' VALIGN=top><ilayer id="dynamenu31" width=100% height='+hauteurcadre+'><layer id="dynamenu32" width=100% height='+hauteurcadre+'><div id="dynamenu33" width=100%>&nbsp;</div></layer></ilayer></TD></TR></TABLE>');

function MajMenu(menu)
	{
	which = xlien[menu];
if (document.layers){
	document.dynamenu31.document.dynamenu32.document.write(which)
	document.dynamenu31.document.dynamenu32.document.close()
	}
else if (document.getElementById)
			{
			document.getElementById("dynamenu33").innerHTML = which;
			}
else 	if (document.all){
	dynamenu33.innerHTML='&nbsp;'
	dynamenu33.innerHTML=which;
	}
}
MajMenu(0);