document.write('<STYLE TYPE="text/css">\na.mv0style {color:#ffffff;text-decoration:none;}\na:hover.mv0style {color:#CC0000;text-decoration:underlined;}\n</STYLE>');

mv0_menu = new Array();
mv0_lien = new Array();

mv0_menu[0] = '<center><font color="#339933"><b>Meditazioni al 3°Glorioso</b></font></center>';

mv0_lien[0] = '<A HREF="http://vinicio111.altervista.org/vvv/italiano/pensieri/33/33-930906-a-cisp-23to.html" CLASS=mv0style TARGET="_self"> - Il Signore sar&agrave; con noi</A><BR>';
mv0_lien[0] += '<A HREF="http://vinicio111.altervista.org/vvv/italiano/pensieri/33/33-930906-a-cisp-23to.html" CLASS=mv0style TARGET="_self"> - Il Signore sar&agrave; con no</A><BR>';
mv0_lien[0] += '<A HREF="http://vinicio111.altervista.org/vvv/italiano/pensieri/33/33-931117-a-va-33to.html" CLASS=mv0style TARGET="_self"> - Imparare bene</A><BR>';
mv0_lien[0] += '<A HREF="http://vinicio111.altervista.org/vvv/italiano/pensieri/33/33-931115-a-ad-33to-65.html" CLASS=mv0style TARGET="_self"> - Le scienze approfondite conducono a Ges&ugrave; Cristo</A><BR>';
mv0_lien[0] += '<A HREF="http://vinicio111.altervista.org/vvv/italiano/pensieri/33/33-930117-a-pr-2to-64.html" CLASS=mv0style TARGET="_self"> - Quanti errori nella nostra testa</A><BR>';
mv0_lien[0] += '<A HREF="http://vinicio111.altervista.org/vvv/italiano/pensieri/33/33-930125-a-sdr-3to-62.html" CLASS=mv0style TARGET="_self"> - Il pi&ugrave; ardente apostolo</A><BR>';
mv0_lien[0] += '<A HREF="http://vinicio111.altervista.org/vvv/italiano/pensieri/33/33-930126-a-pr-3to.html" CLASS=mv0style TARGET="_self"> - Perch&eacute; ci siamo riuniti?</A><BR>';
mv0_lien[0] += '<A HREF="http://vinicio111.altervista.org/vvv/italiano/pensieri/33/33-931223-a-ups-4ta-63.html" CLASS=mv0style TARGET="_self"> - Il Vangelo unisce tutti</A><BR>';
mv0_lien[0] += '<A HREF="http://vinicio111.altervista.org/vvv/italiano/pensieri/33/33-930111-a-sdr-1to-61.html" CLASS=mv0style TARGET="_self"> - La gloria di Dio e la pace degli uomini</A><BR>';
mv0_lien[0] += '<A HREF="http://vinicio111.altervista.org/vvv/italiano/pensieri/33/33-930228-a-va-1tq.html" CLASS=mv0style TARGET="_self"> - La prudenza &egrave; l&#8217;cchio dello zelo</A><BR>';


mv0_pos = -1;
function mv0_menu_draw()
	{
	mv0_aff = "<TABLE BORDER=0 BGCOLOR=#ffffff CELLPADDING=0 CELLSPACING=0 WIDTH=200><TR><TD><TABLE BORDER=0 CELLPADDING=3 CELLSPACING=1 WIDTH=100%>";
for(a=0;a<mv0_menu.length;a++)
		{
		if(mv0_pos == a || !document.getElementById)
			bgcolor = "#006699";
		else
			bgcolor = "#000000";
	if(document.getElementById)
			mv0_aff += "<TR><TD BGCOLOR="+bgcolor+"><A HREF=\"#\" onMouseOver=\"mv0_pos="+a+";mv0_menu_draw()\" CLASS=mv0style><FONT FACE=\"Times New Roman\" SIZE=1>"+mv0_menu[a]+"</FONT></A></TD></TR>";
		else
			mv0_aff += "<TR><TD BGCOLOR="+bgcolor+"><FONT FACE=\"Times New Roman\" SIZE=1 COLOR=#000000>"+mv0_menu[a]+"</FONT></TD></TR>"
	if(mv0_pos == a || !document.getElementById)
			mv0_aff += "<TR><TD BGCOLOR="+bgcolor+"><FONT FACE=\"Times New Roman\" SIZE=1>"+mv0_lien[a]+"</FONT></TD></TR>";
		}
mv0_aff += "</TABLE></TD></TR></TABLE>";
	if(document.getElementById)
		document.getElementById("mv0").innerHTML = mv0_aff;
	else
		document.write(mv0_aff);
	}

mv0_menu_draw();
