document.write('<STYLE TYPE="text/css">\na.mv2style {color:#ffffff;text-decoration:none;}\na:hover.mv2style {color:#0033FF;text-decoration:underlined;}\n</STYLE>');

mv2_menu = new Array();
mv2_lien = new Array();

mv2_menu[0] = '<center><font color="#FFFF00"><b>Le Saint Rosaire<br> V&eacute;rit&eacute; Voie Vie</b></font></center>';
mv2_menu[1] = '<center><font color="#FFFF00">Méditations au <br><b>1er Myst&egrave;re Lumineux</b></font></center>';
mv2_menu[2] = '<center><font color="#FFFF00">Méditations au <br><b>2e Myst&egrave;re Lumineux</b></font></center>';
mv2_menu[3] = '<center><font color="#FFFF00">Méditations au <br><b>3e Myst&egrave;re Lumineux</b></font></center>';
mv2_menu[4] = '<center><font color="#FFFF00">Méditations au <br><b>4e Myst&egrave;re Lumineux</b></font></center>';
mv2_menu[5] = '<center><font color="#FFFF00">Méditations au <br><b>5e Myst&egrave;re Lumineux</b></font></center>';

mv2_lien[0] = '<A HREF="http://www.santorosario-vvv.net/vvv/francese/homeFr.html" CLASS=mv2style TARGET="_self"> - Home-page</A><BR>'
mv2_lien[1] = '<A HREF="http://www.santorosario-vvv.net/vvv/francese/parola/1cor/41-1cor12_13.html" CLASS=mv2style TARGET="_self"> - Baptis&eacute;s dans un seul Esprit</A><BR>'
mv2_lien[2] = '<A HREF="http://www.santorosario-vvv.net/vvv/francese/pensieri/42/42-930217-a-ma-6to-84.html" CLASS=mv2style TARGET="_self"> - Qui a vraiment la vie int&eacute;rieure</A><BR>'
mv2_lien[3] = '<A HREF="http://www.santorosario-vvv.net/vvv/francese/parola/2cor/43-2cor6_1-4.html" CLASS=mv2style TARGET="_self"> - Ne pas recevoir la gr&acirc;ce de Dieu en vain</A><BR>'
mv2_lien[5] = '<A HREF="http://www.santorosario-vvv.net/vvv/francese/parola/1gv/45-1gv4_16.html" CLASS=mv2style TARGET="_self"> - Dieu est amour</A><BR>';
mv2_lien[0] += '<A HREF="http://www.santorosario-vvv.net/jscript_081104/MappaFr.htm" CLASS=mv2style TARGET="_self"> - Le plan de site</A><BR>';
mv2_lien[1] += '<A HREF="http://www.santorosario-vvv.net/vvv/francese/parola/1pt/41-1pt1_13-14.html" CLASS=mv2style TARGET="_self"> - Comme des enfants ob&eacute;issants</A><BR>';
mv2_lien[1] += '<A HREF="http://www.santorosario-vvv.net/vvv/francese/parola/ez/41-ez18_30b-32.html" CLASS=mv2style TARGET="_self"> - Convertissez-vous et vivez</A><BR>';
mv2_lien[1] += '<A HREF="http://www.santorosario-vvv.net/vvv/francese/pensieri/41/41-930121-a-pr-2to-78.html" CLASS=mv2style TARGET="_self"> - Le signe de la saintet&eacute;</A><BR>';
mv2_lien[3] = '<A HREF="http://www.santorosario-vvv.net/vvv/francese/pensieri/43/43-930123-a-cvv-2to.html" CLASS=mv2style TARGET="_self"> - Confiance dans l&#8217;apostolat</A><BR>';


mv2_pos = -1;
function mv2_menu_draw()
	{
	mv2_aff = "<TABLE BORDER=0 BGCOLOR=#ffffff CELLPADDING=0 CELLSPACING=0 WIDTH=195><TR><TD><TABLE BORDER=0 CELLPADDING=2 CELLSPACING=1 WIDTH=100%>";
for(a=0;a<mv2_menu.length;a++)
		{
		if(mv2_pos == a || !document.getElementById)
			bgcolor = "#006699";
		else
			bgcolor = "#000000";
	if(document.getElementById)
			mv2_aff += "<TR><TD BGCOLOR="+bgcolor+"><A HREF=\"#\" onMouseOver=\"mv2_pos="+a+";mv2_menu_draw()\" CLASS=mv2style><FONT FACE=\"Times New Roman\" SIZE=1>"+mv2_menu[a]+"</FONT></A></TD></TR>";
		else
			mv2_aff += "<TR><TD BGCOLOR="+bgcolor+"><<FONT FACE=\"Times New Roman\" SIZE=1 COLOR=#000000>"+mv2_menu[a]+"</FONT></TD></TR>"
	if(mv2_pos == a || !document.getElementById)
			mv2_aff += "<TR><TD BGCOLOR="+bgcolor+"><FONT FACE=\"Times New Roman\" SIZE=1>"+mv2_lien[a]+"</FONT></TD></TR>";
		}
mv2_aff += "</TABLE></TD></TR></TABLE>";
	if(document.getElementById)
		document.getElementById("mv2").innerHTML = mv2_aff;
	else
		document.write(mv2_aff);
	}

mv2_menu_draw();
