document.write('<STYLE TYPE="text/css">\na.mv4style {color:#ffffff;text-decoration:none;}\na:hover.mv4style {color:#0033FF;text-decoration:underlined;}\n</STYLE>');

mv4_menu = new Array();
mv4_lien = new Array();

mv4_menu[0] = '<center><font color="#FFFF00"><b>Le Saint Rosaire<br> V&eacute;rit&eacute; Voie Vie</b></font></center>';
mv4_menu[1] = '<center><font color="#FFFF00">Méditations au <br><b>1er Myst&egrave;re Glorieux</b></font></center>';
mv4_menu[2] = '<center><font color="#FFFF00">Méditations au <br><b>2e Myst&egrave;re Glorieux</b></font></center>';
mv4_menu[3] = '<center><font color="#FFFF00">Méditations au <br><b>3e Myst&egrave;re Glorieux</b></font></center>';
mv4_menu[4] = '<center><font color="#FFFF00">Méditations au <br><b>4e Myst&egrave;re Glorieux</b></font></center>';
mv4_menu[5] = '<center><font color="#FFFF00">Méditations au <br><b>5e Myst&egrave;re Glorieux</b></font></center>';

mv4_lien[0] = '<A HREF="http://www.santorosario-vvv.net/vvv/francese/homeFr.html" CLASS=mv4style TARGET="_self"> - Home-page</A><BR>'
mv4_lien[1] = '<A HREF="http://www.santorosario-vvv.net/vvv/francese/parola/1cor/31-1cor15_20-22.html" CLASS=mv4style TARGET="_self"> - Tous revivront en Christ</A><BR>'
mv4_lien[3] = '<A HREF="http://www.santorosario-vvv.net/vvv/francese/parola/1cor/33-1cor1_10.html" CLASS=mv4style TARGET="_self"> - Unis dans un m&ecirc;me esprit et dans un m&ecirc;me sentiment</A><BR>'
mv4_lien[5] = '<A HREF="http://www.santorosario-vvv.net/vvv/francese/parola/ap/35-ap22_4-5.html" CLASS=mv4style TARGET="_self"> - Ils r&eacute;gneront aux si&egrave;cles des si&egrave;cles</A><BR>';
mv4_lien[0] += '<A HREF="http://www.santorosario-vvv.net/jscript_081104/MappaFr.htm" CLASS=mv4style TARGET="_self"> - Le plan de site</A><BR>';
mv4_lien[1] += '<A HREF="http://www.santorosario-vvv.net/vvv/francese/parola/1cor/31-1cor15_3-5.html" CLASS=mv4style TARGET="_self"> - Christ est mort pour nos p&eacute;ch&eacute;s</A><BR>';
mv4_lien[1] += '<A HREF="http://www.santorosario-vvv.net/vvv/francese/parola/rm/31-rm8_10-11.html" CLASS=mv4style TARGET="_self"> - Si Christ est en vous</A><BR>';
mv4_lien[1] += '<A HREF="http://www.santorosario-vvv.net/vvv/francese/parola/sl/31-sl116_1-2.html" CLASS=mv4style TARGET="_self"> - Sa bont&eacute; pour nous est grande</A><BR>';


mv4_pos = -1;
function mv4_menu_draw()
	{
	mv4_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<mv4_menu.length;a++)
		{
		if(mv4_pos == a || !document.getElementById)
			bgcolor = "#006699";
		else
			bgcolor = "#000000";
	if(document.getElementById)
			mv4_aff += "<TR><TD BGCOLOR="+bgcolor+"><A HREF=\"#\" onMouseOver=\"mv4_pos="+a+";mv4_menu_draw()\" CLASS=mv4style><FONT FACE=\"Times New Roman\" SIZE=1>"+mv4_menu[a]+"</FONT></A></TD></TR>";
		else
			mv4_aff += "<TR><TD BGCOLOR="+bgcolor+"><<FONT FACE=\"Times New Roman\" SIZE=1 COLOR=#000000>"+mv4_menu[a]+"</FONT></TD></TR>"
	if(mv4_pos == a || !document.getElementById)
			mv4_aff += "<TR><TD BGCOLOR="+bgcolor+"><FONT FACE=\"Times New Roman\" SIZE=1>"+mv4_lien[a]+"</FONT></TD></TR>";
		}
mv4_aff += "</TABLE></TD></TR></TABLE>";
	if(document.getElementById)
		document.getElementById("mv4").innerHTML = mv4_aff;
	else
		document.write(mv4_aff);
	}

mv4_menu_draw();

