document.write('<STYLE TYPE="text/css">\na.mv1style {color:#ffffff;text-decoration:none;}\na:hover.mv1style {color:#0033FF;text-decoration:underlined;}\n</STYLE>');

mv1_menu = new Array();
mv1_lien = new Array();

mv1_menu[0] = '<center><font color="#FFFF00"><b>Le Saint Rosaire<br> V&eacute;rit&eacute; Voie Vie</b></font></center>';
mv1_menu[1] = '<center><font color="#FFFF00">Méditations au <br><b>1er Myst&egrave;re Joyeux</b></font></center>';
mv1_menu[2] = '<center><font color="#FFFF00">Méditations au <br><b>2e Myst&egrave;re Joyeux</b></font></center>';
mv1_menu[3] = '<center><font color="#FFFF00">Méditations au <br><b>3e Myst&egrave;re Joyeux</b></font></center>';
mv1_menu[4] = '<center><font color="#FFFF00">Méditations au <br><b>4e Myst&egrave;re Joyeux</b></font></center>';
mv1_menu[5] = '<center><font color="#FFFF00">Méditations au <br><b>5e Myst&egrave;re Joyeux</b></font></center>';

mv1_lien[0] = '<A HREF="http://www.santorosario-vvv.net/vvv/francese/homeFr.html" CLASS=mv1style TARGET="_self"> - Home-page</A><BR>'
mv1_lien[1] = '<A HREF="http://www.santorosario-vvv.net/vvv/francese/parola/1cor/11-1cor2_10-12.html" CLASS=mv1style TARGET="_self"> - L&#8217;Esprit de Dieu</A><BR>'
mv1_lien[2] = '<A HREF="http://www.santorosario-vvv.net/vvv/francese/parola/rm/12-rm13_11-12.html" CLASS=mv1style TARGET="_self"> - Le salut est pr&egrave;s</A><BR>'
mv1_lien[3] = '<A HREF="http://www.santorosario-vvv.net/vvv/francese/parola/1pt/13-1pt2_4-5.html" CLASS=mv1style TARGET="_self"> - Un saint sacerdoce</A><BR>'
mv1_lien[4] = '<A HREF="http://www.santorosario-vvv.net/vvv/francese/parola/dt/14-dt7_6&8-9.html" CLASS=mv1style TARGET="_self"> - Un peuple saint pour l&#8217;&Eacute;ternel</A><BR>'
mv1_lien[5] = '<A HREF="http://www.santorosario-vvv.net/vvv/francese/parola/dt/15-dt6_4-7.html" CLASS=mv1style TARGET="_self"> - &Eacute;coute, Isra&euml;l</A><BR>';
mv1_lien[0] += '<A HREF="http://www.santorosario-vvv.net/jscript_081104/MappaFr.htm" CLASS=mv1style TARGET="_self"> - Le plan de site</A><BR>';
mv1_lien[1] += '<A HREF="http://www.santorosario-vvv.net/vvv/francese/parola/rm/11-rm13_11-12.html" CLASS=mv1style TARGET="_self"> - C&#8217;est l&#8217;heure de vous r&eacute;veiller enfin du sommeil</A><BR>';
mv1_lien[1] += '<A HREF="http://www.santorosario-vvv.net/vvv/francese/pensieri/11/11-930111-a-sdr.html" CLASS=mv1style TARGET="_self"> - Totale confiance en Dieu</A><BR>';
mv1_lien[1] += '<A HREF="http://www.santorosario-vvv.net/vvv/francese/pensieri/11/11-930219-a-va-6to.html" CLASS=mv1style TARGET="_self"> - Le probl&egrave;me des vocations</A><BR>';
mv1_lien[1] += '<A HREF="http://www.santorosario-vvv.net/vvv/francese/cuore/1/11-eb10_7.html" CLASS=mv1style TARGET="_self"> - Me voici!</A><BR>';
mv1_lien[2] += '<A HREF="http://www.santorosario-vvv.net/vvv/francese/pensieri/12/12-930117-a-pr.html" CLASS=mv1style TARGET="_self"> - L&#8217;orgueil est une grande faute</A><BR>';
mv1_lien[3] += '<A HREF="http://www.santorosario-vvv.net/vvv/francese/parola/rm/13-rm13_11-12.html" CLASS=mv1style TARGET="_self"> - Le jour approche</A><BR>';
mv1_lien[3] += '<A HREF="http://www.santorosario-vvv.net/vvv/francese/pensieri/13/13-930102-a-pr.html" CLASS=mv1style TARGET="_self"> - Marie nous offre son Fils</A><BR>';
mv1_lien[4] += '<A HREF="http://www.santorosario-vvv.net/vvv/francese/pensieri/14/14-930113-a-sdr.html" CLASS=mv1style TARGET="_self"> - Humilit&eacute; et foi ensemble</A><BR>'
mv1_lien[5] += '<A HREF="http://www.santorosario-vvv.net/vvv/francese/pensieri/15/15-930109-a-sdr.html" CLASS=mv1style TARGET="_self"> - L&#8217;orgueil humain nous aveugle</A><BR>';
mv1_lien[5] += '<A HREF="http://www.santorosario-vvv.net/vvv/francese/cuore/1/15-gv4_34.html" CLASS=mv1style TARGET="_self"> - Ma nourriture est de faire la volont&eacute; de Dieu</A><BR>';


mv1_pos = -1;
function mv1_menu_draw()
	{
	mv1_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<mv1_menu.length;a++)
		{
		if(mv1_pos == a || !document.getElementById)
			bgcolor = "#006699";
		else
			bgcolor = "#000000";
	if(document.getElementById)
			mv1_aff += "<TR><TD BGCOLOR="+bgcolor+"><A HREF=\"#\" onMouseOver=\"mv1_pos="+a+";mv1_menu_draw()\" CLASS=mv1style><FONT FACE=\"Times New Roman\" SIZE=1>"+mv1_menu[a]+"</FONT></A></TD></TR>";
		else
			mv1_aff += "<TR><TD BGCOLOR="+bgcolor+"><<FONT FACE=\"Times New Roman\" SIZE=1 COLOR=#000000>"+mv1_menu[a]+"</FONT></TD></TR>"
	if(mv1_pos == a || !document.getElementById)
			mv1_aff += "<TR><TD BGCOLOR="+bgcolor+"><FONT FACE=\"Times New Roman\" SIZE=1>"+mv1_lien[a]+"</FONT></TD></TR>";
		}
mv1_aff += "</TABLE></TD></TR></TABLE>";
	if(document.getElementById)
		document.getElementById("mv1").innerHTML = mv1_aff;
	else
		document.write(mv1_aff);
	}

mv1_menu_draw();

