document.write('<STYLE TYPE="text/css">\na.mv3style {color:#ffffff;text-decoration:none;}\na:hover.mv3style {color:#0033FF;text-decoration:underlined;}\n</STYLE>');

mv3_menu = new Array();
mv3_lien = new Array();

mv3_menu[0] = '<center><font color="#FFFF00"><b>Le Saint Rosaire<br> V&eacute;rit&eacute; Voie Vie</b></font></center>';
mv3_menu[1] = '<center><font color="#FFFF00">Méditations au <br><b>1er Myst&egrave;re Douloureux</b></font></center>';
mv3_menu[2] = '<center><font color="#FFFF00">Méditations au <br><b>2e Myst&egrave;re Douloureux</b></font></center>';
mv3_menu[3] = '<center><font color="#FFFF00">Méditations au <br><b>3e Myst&egrave;re Douloureux</b></font></center>';
mv3_menu[4] = '<center><font color="#FFFF00">Méditations au <br><b>4e Myst&egrave;re Douloureux</b></font></center>';
mv3_menu[5] = '<center><font color="#FFFF00">Méditations au <br><b>5e Myst&egrave;re Douloureux</b></font></center>';

mv3_lien[0] = '<A HREF="http://www.santorosario-vvv.net/vvv/francese/homeFr.html" CLASS=mv3style TARGET="_self"> - Home-page</A><BR>'
mv3_lien[1] = '<A HREF="http://www.santorosario-vvv.net/vvv/francese/parola/1pt/21-1pt5_8-9.html" CLASS=mv3style TARGET="_self"> - Soyez sobres, veillez</A><BR>'
mv3_lien[2] = '<A HREF="http://www.santorosario-vvv.net/vvv/francese/parola/is/22-is66_2.html" CLASS=mv3style TARGET="_self"> - Voici sur qui je porterai mes regard</A><BR>'
mv3_lien[3] = '<A HREF="http://www.santorosario-vvv.net/vvv/francese/pensieri/23/23-930115-a-pr-1to-36.html" CLASS=mv3style TARGET="_self"> - En avant dans la volont&eacute; de Dieu</A><BR>'
mv3_lien[4] = '<A HREF="http://www.santorosario-vvv.net/vvv/francese/pensieri/24/24-930214-a-ma-6to.html" CLASS=mv3style TARGET="_self"> - La voie de perfection</A><BR>'
mv3_lien[5] = '<A HREF="http://www.santorosario-vvv.net/vvv/francese/parola/1ts/25-1ts5_9-10.html" CLASS=mv3style TARGET="_self"> - Dieu nous a destin&eacute;s &agrave; l&#8217;acquisition du salut</A><BR>';
mv3_lien[0] += '<A HREF="http://www.santorosario-vvv.net/jscript_081104/MappaFr.htm" CLASS=mv3style TARGET="_self"> - Le plan de site</A><BR>';
mv3_lien[1] += '<A HREF="http://www.santorosario-vvv.net/vvv/francese/pensieri/21/21-930204-a-va.html" CLASS=mv3style TARGET="_self"> - Notre passion pr&eacute;dominant</A><BR>';
mv3_lien[2] += '<A HREF="http://www.santorosario-vvv.net/vvv/francese/parola/zc/22-zc1_3b-4.html" CLASS=mv3style TARGET="_self"> - Revenez &agrave; moi</A><BR>';
mv3_lien[2] += '<A HREF="http://www.santorosario-vvv.net/vvv/francese/pensieri/22/22-930202-a-ma.html" CLASS=mv3style TARGET="_self"> - L&#8217;&Eacute;vangile est sant&eacute; et protection</A><BR>';
mv3_lien[5] += '<A HREF="http://www.santorosario-vvv.net/vvv/francese/parola/ef/25-ef4_26-27&31-32.html" CLASS=mv3style TARGET="_self"> - Ne p&eacute;chez point</A><BR>';
mv3_lien[5] += '<A HREF="http://www.santorosario-vvv.net/vvv/francese/parola/rm/25-rm15_9-12.html" CLASS=mv3style TARGET="_self"> - Louez le Seigneur, vous toutes les nations</A><BR>';
mv3_lien[5] += '<A HREF="http://www.santorosario-vvv.net/vvv/francese/pensieri/25/25-930330-a-cisp-5tq.html" CLASS=mv3style TARGET="_self"> - Dieu m&ecirc;me travaille pour celui qui travaille pour Lui</A><BR>'


mv3_pos = -1;
function mv3_menu_draw()
	{
	mv3_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<mv3_menu.length;a++)
		{
		if(mv3_pos == a || !document.getElementById)
			bgcolor = "#006699";
		else
			bgcolor = "#000000";
	if(document.getElementById)
			mv3_aff += "<TR><TD BGCOLOR="+bgcolor+"><A HREF=\"#\" onMouseOver=\"mv3_pos="+a+";mv3_menu_draw()\" CLASS=mv3style><FONT FACE=\"Times New Roman\" SIZE=1>"+mv3_menu[a]+"</FONT></A></TD></TR>";
		else
			mv3_aff += "<TR><TD BGCOLOR="+bgcolor+"><<FONT FACE=\"Times New Roman\" SIZE=1 COLOR=#000000>"+mv3_menu[a]+"</FONT></TD></TR>"
	if(mv3_pos == a || !document.getElementById)
			mv3_aff += "<TR><TD BGCOLOR="+bgcolor+"><FONT FACE=\"Times New Roman\" SIZE=1>"+mv3_lien[a]+"</FONT></TD></TR>";
		}
mv3_aff += "</TABLE></TD></TR></TABLE>";
	if(document.getElementById)
		document.getElementById("mv3").innerHTML = mv3_aff;
	else
		document.write(mv3_aff);
	}

mv3_menu_draw();

