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">Close area "<strong>Informations</strong>"</font></center>';
mv1_menu[1] = '<center><font color="#0099FF">Various<BR /><strong> informations</strong> </font></center>';
mv1_lien[0] = '<A HREF="#" CLASS=mv1style TARGET="_self"></A>'
mv1_lien[1] = 'Informations';
mv1_lien[1] += '<li><A HREF="http://www.santorosario-vvv.net/vvv/inglese/CollaboraConNoiEn.html" CLASS=mv1style TARGET="_self">Collaborate with us in the Apostolate</A></li>';
mv1_lien[1] += '<li><A HREF="mailto:santorosario_vvv@yahoo.it" CLASS=mv1style>Contact us</A></li>';
mv1_lien[1] += '<BR />Bible’s Study<li><A HREF="http://www.biblegateway.com/keyword/" CLASS=mv1style TARGET="_blank">Bible with search engine of words and witnesses</A></li>';
mv1_lien[1] += '<li><A HREF="http://vinicio111.altervista.org/AG/indice.htm" CLASS=mv1style> Genealogic tree of the main persons of the Bible</A></li>';
mv1_lien[1] += '<BR />Prayers<li><A HREF="http://www.santorosario-vvv.net/vvv/inglese/consacrazioneEn.html" CLASS=mv1style>Consecration of the Apostolate</A></li>';
mv1_lien[1] += '<li><A HREF="http://www.santorosario-vvv.net/vvv/inglese/perchepregareEn.html" CLASS=mv1style>Why to pray?</A></li>';
mv1_lien[1] += '<li><A HREF="http://www.santorosario-vvv.net/vvv/inglese/comepregareEn.html" CLASS=mv1style>How to pray?</A></li>';
mv1_lien[1] += '<li><A HREF="http://www.santorosario-vvv.net/vvv/inglese/conclusioneEn.html" CLASS=mv1style>Prayer to St. Joseph</A></li>';
mv1_lien[1] += '<li><A HREF="http://www.santorosario-vvv.net/vvv/inglese/litanieEn.html" CLASS=mv1style>Litanies of the Blessed Virgin Mary</A></li>';
mv1_lien[1] += '<li><A HREF="http://www.santorosario-vvv.net/vvv/inglese/invocazioniEn.html" CLASS=mv1style>Invocations to Jesus Master</A></li>';
mv1_lien[1] += '<li><A HREF="http://www.santorosario-vvv.net/vvv/inglese/roslunsabEn.html" CLASS=mv1style>The Holy Rosary of the monday and saturday</A></li>';
mv1_lien[1] += '<li><A HREF="http://www.santorosario-vvv.net/vvv/inglese/rosmartvenEn.html" CLASS=mv1style>The Holy Rosary of the tuesday and friday</A></li>';
mv1_lien[1] += '<li><A HREF="http://www.santorosario-vvv.net/vvv/inglese/rosmercdomEn.html" CLASS=mv1style>The Holy Rosary of the wednesday and sunday</A></li>';
mv1_lien[1] += '<li><A HREF="http://www.santorosario-vvv.net/vvv/inglese/rosgiovEn.html" CLASS=mv1style>The Holy Rosary of the thursday</A></li>';
mv1_lien[1] += '<BR />Our Web Sites<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>The Holy Rosary in the thoughts of the blessed Fr. James Alberione and the Pauline Saints</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();
