bgcolor='#D69634';
bgcolor2='#D26A21';
document.write('<style type="text/css">');
document.write('.popper { POSITION: absolute; VISIBILITY: hidden; z-index:5; }')
document.write('#topgauche { position: absolute;  z-index:10; }')
document.write('A:hover.ejsmenu {color:#000000; text-decoration:none;}')
document.write('A.ejsmenu {color:#000000; text-decoration:none;}')
document.write('</style>')
document.write('<div align="center" style="align:center;position:relative;height:25"><DIV class=popper id=topdeck></DIV>');


/*
LIENS
*/
zlien = new Array;
zlien[0] = new Array;


zlien[0][0] = '<A HREF="localitaturistiche_roma.html" CLASS=ejsmenu>--- <b>Lista completa<b> --- </A>';
zlien[0][1] = '<A HREF="" CLASS=ejsmenu></A>';

zlien[0][2] = '<A HREF="panteon.html" CLASS=ejsmenu>Panteon</A>';
zlien[0][3] = '<A HREF="colosseo-roma.html" CLASS=ejsmenu>Colosseo</A>';
zlien[0][4] = '<A HREF="foro-romano.html" CLASS=ejsmenu>Foro Romano</A>';
zlien[0][5] = '<A HREF="foro-di%20traiano.html" CLASS=ejsmenu>Foro di Traiano</A>';
zlien[0][6] = '<A HREF="colonna-di-traiano.html" CLASS=ejsmenu>Colonna di Traiano</A>';

zlien[0][7] = '<A HREF="palatino_roma.html" CLASS=ejsmenu>Palatino</A>';
zlien[0][8] = '<A HREF="viaappiaanticaIT.html" CLASS=ejsmenu>Via Appia antica</A>';
zlien[0][9] = '<A HREF="boccadellaveritaIT.html" CLASS=ejsmenu>Piazza Bocca della verità</A>';
zlien[0][10] = '<A HREF="mure-di-aureliano.html" CLASS=ejsmenu>Mure e porte</A>';
zlien[0][11] = '<A HREF="circo-massimo.html" CLASS=ejsmenu>Circo Massimo</A>';
zlien[0][12] = '<A HREF="piramide-cestius.html" CLASS=ejsmenu>Piramide di Cestio</A>';
zlien[0][13] = '<A HREF="aventino.html" CLASS=ejsmenu>Aventino</A>';
zlien[0][14] = '<A HREF="catacombe-di-roma.html" CLASS=ejsmenu>Catacombe</A>';
zlien[0][15] = '<A HREF="terme-di-caracalla.html" CLASS=ejsmenu>Terme di Caracalla</A>';
zlien[0][16] = '<A HREF="largo-argentina-roma.html" CLASS=ejsmenu>Largo Argentina</A>';



zlien[0][17] = '<A HREF="baroca2IT.html" CLASS=ejsmenu>Piazze di Roma</A>';
zlien[0][18] = '<A HREF="piazza-navona.html" CLASS=ejsmenu>Piazza Navona</A>';
zlien[0][19] = '<A HREF="CampodeiFiori_romaIT.html" CLASS=ejsmenu>Campo dei Fiori</A>';
zlien[0][20] = '<A HREF="PiazzaFarnese_romaIT.html" CLASS=ejsmenu>Piazza Farnese</A>';
zlien[0][21] = '<A HREF="Vittoriano_romaIT.html" CLASS=ejsmenu>Piazza Venezia</A>';
zlien[0][22] = '<A HREF="Piazzadispagna_romaIT.html" CLASS=ejsmenu>Piazza di Spagna</A>';
zlien[0][23] = '<A HREF="Campidoglio_romaIT.html" CLASS=ejsmenu>Piazza del Campidoglio</A>';
zlien[0][24] = '<A HREF="saint_PierreIT.html" CLASS=ejsmenu>Piazza San Pietro</A>';

zlien[0][25] = '<A HREF="viagiulia_pontesistoIT.html" CLASS=ejsmenu>Via Giulia</A>';
zlien[0][26] = '<A HREF="basilica-san-pietro.html" CLASS=ejsmenu>Basilica San Pietro</A>';
zlien[0][27] = '<A HREF="basilica-san-giovanni-in-laterano.html" CLASS=ejsmenu>Basilica San Giovanni in Laterano</A>';
zlien[0][28] = '<A HREF="santamariaIT.html" CLASS=ejsmenu>Chiesa Santa Maria in Trastevere</A>';
zlien[0][29] = '<A HREF="castello_romaIT.html" CLASS=ejsmenu>Castel Sant Angelo</A>';
zlien[0][30] = '<A HREF="baroca5IT.html" CLASS=ejsmenu>Villa Borghese</A>';
zlien[0][31] = '<A HREF="ghettoIT.html" CLASS=ejsmenu>Ghetto</A>';
zlien[0][32] = '<A HREF="trastevere1IT.html" CLASS=ejsmenu>Trastevere</A>';
zlien[0][33] = '<A HREF="trastevere2IT.html" CLASS=ejsmenu>Gianicolo</A>';
zlien[0][34] = '<A HREF="" CLASS=ejsmenu>-----------</A>';
zlien[0][35] = '<A HREF="dintorni-roma.html" CLASS=ejsmenu>ROMA DINTORNI</A>';

var nava = (document.layers);
var dom = (document.getElementById);
var iex = (document.all);
if (nava) { skn = document.topdeck }
else if (dom) { skn = document.getElementById("topdeck").style }
else if (iex) { skn = topdeck.style }
skn.top = 24;

function pop(msg,pos)
{
skn.visibility = "hidden";
a=true
skn.left = pos;
var content ="<TABLE BORDER=0 CELLPADDING=0 CELLSPACING=0 BGCOLOR=#000000 WIDTH=150><TR><TD><TABLE WIDTH=100% BORDER=0 CELLPADDING=0 CELLSPACING=1>";
pass = 0
while (pass < msg.length)
	{
	content += "<TR><TD BGCOLOR="+bgcolor+" onMouseOver=\"this.style.background='"+bgcolor2+"'\" onMouseOut=\"this.style.background='"+bgcolor+"'\" HEIGHT=20><FONT SIZE=1 FACE=\"Verdana\">&nbsp;&nbsp;"+msg[pass]+"</FONT></TD></TR>";
	pass++;
	}
content += "</TABLE></TD></TR></TABLE>";
if (nava)
  {
    skn.document.write(content);
	  skn.document.close();
	  skn.visibility = "visible";
  }
    else if (dom)
  {
	  document.getElementById("topdeck").innerHTML = content;
	  skn.visibility = "visible";
  }
    else if (iex)
  {
	  document.all("topdeck").innerHTML = content;
	  skn.visibility = "visible";
  }
}
function kill()
{
	skn.visibility = "hidden";
}
document.onclick = kill;
document.write('<DIV ID=topgauche><TABLE BORDER=0 CELLPADDING=0 CELLSPACING=0 BGCOLOR=#000000 WIDTH=100><TR><TD><TABLE CELLPADING=0 CELLSPACING=1 BORDER=0 WIDTH=100% HEIGHT=25><TR>')
document.write('<TD WIDTH=120 ALIGN=center BGCOLOR='+bgcolor+' onMouseOver="this.style.background=\''+bgcolor2+'\';pop(zlien[0],0)" onMouseOut="this.style.background=\''+bgcolor+'\'"><A onClick="return(false)" onMouseOver="pop(zlien[0],0)" CLASS=ejsmenu><FONT SIZE=1 FACE="Verdana">Località</FONT></a></TD>')
document.write('</TR></TABLE></TD></TR></TABLE></DIV></div>')
