document.write('<STYLE TYPE="text/css">\na.mv2style {color:#ffffff;text-decoration:none;}\na:hover.mv2style {color:#CC0000;text-decoration:underlined;}\n</STYLE>');

mv2_menu = new Array();
mv2_lien = new Array();

mv2_menu[0] = '<b>Apri il menù</b>';

mv2_menu[0] = '<b>Siti web</b>';
mv2_menu[1] = '<b>Categorie presenti</b>';


mv2_lien[0] = '<A HREF="ingrsit.htm" CLASS=mv2style TARGET="_self"> . presentazioni</A><BR>'
mv2_lien[1] = '<A HREF="agimm/bagim.htm" CLASS=mv2style TARGET="_self"> . agenzie immobiliari</A><BR>'

mv2_lien[0] += '<A HREF="../forum/forum.htm" CLASS=mv2style TARGET="_self"> . visita il forum</A><BR>';
mv2_lien[0] += '<A HREF="sitisegn.htm" CLASS=mv2style TARGET="_self"> . segnala un sito</A><BR>';
mv2_lien[0] += '<A HREF="siti10.htm" CLASS=mv2style TARGET="_self"> . la top ten</A><BR>';
mv2_lien[0] += '<A HREF="nov.htm" CLASS=mv2style TARGET="_self"> . ultime segnalazioni</A><BR>';
mv2_lien[0] += '<A HREF="visitors3.htm" CLASS=mv2style TARGET="_self"> . i visitatori</A><BR>';

mv2_lien[1] += '<A HREF="agritur/bagritur.htm" CLASS=mv2style TARGET="_self"> . agriturismi</A><BR>';
mv2_lien[1] += '<A HREF="alberg/balberg.htm" CLASS=mv2style TARGET="_self"> . alberghi</A><BR>';
mv2_lien[1] += '<A HREF="antiqua/bantiqua.htm" CLASS=mv2style TARGET="_self"> . antiquariato</A><BR>';
mv2_lien[1] += '<A HREF="arch/barchit.htm" CLASS=mv2style TARGET="_self"> . architetti</A><BR>';
mv2_lien[1] += '<A HREF="arred/barred.htm" CLASS=mv2style TARGET="_self"> . arredamento</A><BR>';
mv2_lien[1] += '<A HREF="arte/barte.htm" CLASS=mv2style TARGET="_self"> . arte</A><BR>';
mv2_lien[1] += '<A HREF="bar/bbar.htm" CLASS=mv2style TARGET="_self"> . bar e caffé</A><BR>';
mv2_lien[1] += '<A HREF="business/bbusin.htm" CLASS=mv2style TARGET="_self"> . business</A><BR>';
mv2_lien[1] += '<A HREF="carrozz/bcarroz.htm" CLASS=mv2style TARGET="_self"> . carrozzieri</A><BR>';
mv2_lien[1] += '<A HREF="casa/bcasa.htm" CLASS=mv2style TARGET="_self"> . casa</A><BR>';
mv2_lien[1] += '<A HREF="cinema/bcinema.htm" CLASS=mv2style TARGET="_self"> . cinema</A><BR>';
mv2_lien[1] += '<A HREF="discoteche/bdisco.htm" CLASS=mv2style TARGET="_self"> . discoteche</A><BR>';
mv2_lien[1] += '<A HREF="f1/bf1.htm" CLASS=mv2style TARGET="_self"> . formula 1</A><BR>';
mv2_lien[1] += '<A HREF="geom/bgeom.htm" CLASS=mv2style TARGET="_self"> . geometri</A><BR>';
mv2_lien[1] += '<A HREF="lavoro/blav.htm" CLASS=mv2style TARGET="_self"> . lavoro</A><BR>';
mv2_lien[1] += '<A HREF="matedil/bmatel.htm" CLASS=mv2style TARGET="_self"> . materiali edili</A><BR>';
mv2_lien[1] += '<A HREF="musica/bmusica.htm" CLASS=mv2style TARGET="_self"> . musica</A><BR>';
mv2_lien[1] += '<A HREF="offmec/bofmec.htm" CLASS=mv2style TARGET="_self"> . officine meccaniche</A><BR>';
mv2_lien[1] += '<A HREF="palestre/bpale.htm" CLASS=mv2style TARGET="_self"> . palestre</A><BR>';
mv2_lien[1] += '<A HREF="ristoranti/brist.htm" CLASS=mv2style TARGET="_self"> . ristoranti</A><BR>';
mv2_lien[1] += '<A HREF="rivauto/briva.htm" CLASS=mv2style TARGET="_self"> . rivendite auto</A><BR>';
mv2_lien[1] += '<A HREF="salute/bsalute.htm" CLASS=mv2style TARGET="_self"> . salute</A><BR>';
mv2_lien[1] += '<A HREF="sport/bsport.htm" CLASS=mv2style TARGET="_self"> . sport</A><BR>';
mv2_lien[1] += '<A HREF="studfot/bstufo.htm" CLASS=mv2style TARGET="_self"> . studi fotografici</A><BR>';
mv2_lien[1] += '<A HREF="viaggi/bviaggi.htm" CLASS=mv2style TARGET="_self"> . viaggi</A><BR>';
mv2_lien[1] += '<A HREF="webm/bwebm.htm" CLASS=mv2style TARGET="_self"> . webmaster</A><BR>';

mv2_pos = -1;
function mv2_menu_draw()
	{
	mv2_aff = "<TABLE BORDER=0 BGCOLOR=#ff0000 CELLPADDING=0 CELLSPACING=0 WIDTH=150><TR><TD><TABLE BORDER=0 CELLPADDING=3 CELLSPACING=1 WIDTH=100%>";
for(a=0;a<mv2_menu.length;a++)
		{
		if(mv2_pos == a || !document.getElementById)
			bgcolor = "#00CC99";
		else
			bgcolor = "#00cc99";
	if(document.getElementById)
			mv2_aff += "<TR><TD BGCOLOR="+bgcolor+"><A HREF=/%22#/%22 onMouseOver=\"mv2_pos="+a+";mv2_menu_draw()\" CLASS=mv2style><FONT FACE=\"Verdana\" SIZE=2>"+mv2_menu[a]+"</FONT></A></TD></TR>";
		else
			mv2_aff += "<TR><TD BGCOLOR="+bgcolor+"><FONT FACE=\"Verdana\" SIZE=2 COLOR=#000000>"+mv2_menu[a]+"</FONT></TD></TR>"
	if(mv2_pos == a || !document.getElementById)
			mv2_aff += "<TR><TD BGCOLOR="+bgcolor+"><FONT FACE=\"Verdana\" SIZE=1>"+mv2_lien[a]+"</FONT></TD></TR>";
		}
mv2_aff += "</TABLE></TD></TR></TABLE>";
	if(document.getElementById)
		document.getElementById("mv2").innerHTML = mv2_aff;
	else
		document.write(mv2_aff);
	}

mv2_menu_draw();

