document.write('<STYLE TYPE="text/css">\na.mv1style {color:#0099ff;text-decoration:none;}\na:hover.mv1style {color:#ffffff;text-decoration:underlined;}\n</STYLE>');

mv1_menu = new Array();
mv1_lien = new Array();

mv1_menu[0] = '<center><font color="##FFFF00">Cierre area "<strong>Informations</strong>"</font></center>';
mv1_menu[1] = '<center><font color="#0099FF">Varias<BR /><strong> informaciones</strong> </font></center>';
mv1_lien[0] = '<A HREF="#" CLASS=mv1style TARGET="_self"></A>'
mv1_lien[1] = 'Informaciones';
mv1_lien[1] += '<li><A HREF="http://www.santorosario-vvv.net/vvv/inglese/CollaboraConNoiEn.html" CLASS=mv1style TARGET="_self">Colabore con nosotros en el apostolado</A></li>';
mv1_lien[1] += '<li><A HREF="mailto:santorosario_vvv@yahoo.it" CLASS=mv1style>Contacte con nosotros</A></li>';
mv1_lien[1] += '<BR />Estudio de la Biblia<li><A HREF="http://www.biblegateway.com/keyword/" CLASS=mv1style TARGET="_blank">Biblia con el Search Engine de palabras y de testigos</A></li>';
mv1_lien[1] += '<li><A HREF="http://vinicio111.altervista.org/AG/indice.htm" CLASS=mv1style> Árbol de Genealogic de las personas principales de la biblia</A></li>';
mv1_lien[1] += '<BR />Prayers<li><A HREF="http://www.santorosario-vvv.net/vvv/spagnolo/consacrazioneEs.html" CLASS=mv1style>Consagración del apostolado</A></li>';
mv1_lien[1] += '<li><A HREF="http://www.santorosario-vvv.net/vvv/spagnolo/perchepregareEs.html" CLASS=mv1style>¿Por qué rogar?</A></li>';
mv1_lien[1] += '<li><A HREF="http://www.santorosario-vvv.net/vvv/spagnolo/comepregareEs.html" CLASS=mv1style>¿Cómo rogar?</A></li>';
mv1_lien[1] += '<li><A HREF="http://www.santorosario-vvv.net/vvv/spagnolo/conclusioneEs.html" CLASS=mv1style>Rezo a St. José</A></li>';
mv1_lien[1] += '<li><A HREF="http://www.santorosario-vvv.net/vvv/spagnolo/litanieEs.html" CLASS=mv1style>Letanías de la Virgen Maria bendecida</A></li>';
mv1_lien[1] += '<li><A HREF="http://www.santorosario-vvv.net/vvv/spagnolo/invocazionigesumaestroiEs.html" CLASS=mv1style>Invocaciones a Jesú Maestro</A></li>';
mv1_lien[1] += '<li><A HREF="http://www.santorosario-vvv.net/vvv/spagnolo/roslunsabEs.html" CLASS=mv1style>El rosario santo del lunes y del sábado</A></li>';
mv1_lien[1] += '<li><A HREF="http://www.santorosario-vvv.net/vvv/spagnolo/rosmartvenEs.html" CLASS=mv1style>El rosario santo del martes y del viernes</A></li>';
mv1_lien[1] += '<li><A HREF="http://www.santorosario-vvv.net/vvv/spagnolo/rosmercdomEs.html" CLASS=mv1style>El rosario santo del miércoles y del domingo</A></li>';
mv1_lien[1] += '<li><A HREF="http://www.santorosario-vvv.net/vvv/spagnolo/rosgiovEs.html" CLASS=mv1style>El rosario santo del jueves</A></li>';
mv1_lien[1] += '<BR />Nuestros Web site<li><A HREF="http://www.santorosario-vvv.net/index.html" CLASS=mv1style>Holy Rosary Truth Way Life</A></li>';
mv1_lien[1] += '<li><A HREF="http://vinicio111.altervista.org/index.html" CLASS=mv1style>El  Rosario Santo en los pensamientos del Beato P. Santiago Alberione y de los Santos Paulinos</A></li>';
mv1_lien[1] += '<li><A HREF="http://angelbel.altervista.org/index.html" CLASS=mv1style>Annunziatine</A></li>';
mv1_lien[1] += '<li><A HREF="http://salvemaria.altervista.org/index.html" CLASS=mv1style>Salve Maria</A></li>';


mv1_pos = -1;
function mv1_menu_draw()
	{
	mv1_aff = "<TABLE BORDER=0 BGCOLOR=#ffffff CELLPADDING=0 CELLSPACING=0 WIDTH=150><TR><TD><TABLE BORDER=0 CELLPADDING=1 CELLSPACING=1 WIDTH=100%>";
for(a=0;a<mv1_menu.length;a++)
		{
		if(mv1_pos == a || !document.getElementById)
			bgcolor = "#000000";
		else
			bgcolor = "#000000";
	if(document.getElementById)
			mv1_aff += "<TR><TD BGCOLOR="+bgcolor+"><A HREF=parola/1cor/31-1Cor15_3-5.html 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();

