
//altezza area testo link
hauteurcadre = 20;

xmenu = new Array;
xlien = new Array;

//array menu
xmenu[0] = 'Home Page';
xmenu[1] = 'Escursioni';
xmenu[2] = 'Informazioni turistiche';
xmenu[3] = 'Storia';
xmenu[4] = 'Galleria fotografica';
xmenu[5] = 'English version';
xmenu[6] = 'Contatti';
xmenu[7] = 'Partners';

xlien[0] = ''
xlien[1] = ''
xlien[2] = ''
xlien[3] = ''
xlien[4] = ''
xlien[5] = ''
xlien[6] = ''
xlien[7] = ''




xlien[2] = '<A HREF="http://www.escursionietna.com/bed-and-breakfast-catania/b&b-catania.html" CLASS=menudyn3>BED AND BREAKFAST CATANIA</A> - <A HREF="http://www.escursionietna.com/agriturismo-catania/agriturismo-catania.html" CLASS=menudyn3>AGRITURISMO CATANIA</A>- <A HREF="http://www.escursionietna.com/hotel-catania/hotel-catania.html" CLASS=menudyn3>HOTEL CATANIA</A> - <A HREF="http://www.escursionietna.com/ristoranti-catania/ristoranti-catania.html" CLASS=menudyn3>RISTORANTI CATANIA</A>';

xlien[3] = '<A HREF="http://www.escursionietna.com/storia-etna-escursioni-etna.html" CLASS=menudyn3>TUTTA LA STORIA DELL ETNA</A>';

xlien[4] = '<A HREF="http://www.escursionietna.com/foto-etna/index.htm" target="_blank" CLASS=menudyn3>LE PIU BELLE FOTO DELL ETNA</A>';

xlien[5] = '<A HREF="http://www.escursionietna.com/english-version-escursioni-etna.html" CLASS=menudyn3>ENGLISH VERSION</A>';

xlien[6] = '<A HREF="http://www.escursionietna.com/prenota.php" CLASS=menudyn3>CONTATTACI PER LE ESCURSIONI SULL ETNA</A>';

xlien[7] = '<A HREF="http://www.escursionietna.com/sponsor-escursioni-etna.html" CLASS=menudyn3>I NOSTRI PARTNERS</A>';


xlien[0] += '<A HREF="http://www.escursionietna.com/etna/etna.php" CLASS=menudyn3>HOME PAGE</A>';



xlien[1] += '<A HREF="http://www.escursionietna.com/etna.php" CLASS=menudyn3>PER CONOSCERE GLI ITINIRARI DELLE MIGLIORI GUIDE ALPINE CLICCA QUI!!</A>';






document.write('<STYLE TYPE="text/css">\nA.menudyn3 {color:#000000; text-decoration:none;}\nA:hover.menudyn3 {color:#f0f0f0;text-decoration:none;}\n</STYLE>');
//color cambia il colore al link
document.write('<TABLE CELLPADDING=0 CELLSPACING=0 BORDER=0 WIDTH='+(xlien.length*100)+' BGCOLOR=#000000>  <TR><TD><TABLE CELLPADDING=2 CELLSPACING=1 BORDER=0 WIDTH=100%>  <TR>');
//bgcolor è il tratto della tabella
for(i=0;i<xlien.length;i++)

{
	document.write('<TD BGCOLOR=#c6c6c6 onMouseOver="javascript:colorIt(this);MajMenu('+i+')" ALIGN=center ID=td'+i+'><FONT SIZE=1 FACE="Verdana"><A onClick="return(false)" onMouseOver="MajMenu('+i+')" CLASS=menudyn3>'+xmenu[i]+'</A></FONT></TD>');
	}
document.write('</TR>  <TR>    <TD COLSPAN='+(xlien.length)+' BGCOLOR=#FF0000 HEIGHT='+hauteurcadre+' VALIGN=top><ilayer id="dynamenu31" width=100% height='+hauteurcadre+'><layer id="dynamenu32" width=100% height='+hauteurcadre+'><div id="dynamenu33"> </div></layer></ilayer></TD>  </TR></TABLE></TD></TR></TABLE>');

function colorIt(tditem)
	{
	if(document.all)
		{
	document.all.td0.style.background='#F7D6D6';
	document.all.td1.style.background='#F7D6D6';
	document.all.td2.style.background='#F7D6D6';
	document.all.td3.style.background='#F7D6D6';
	document.all.td4.style.background='#F7D6D6';
	document.all.td5.style.background='#F7D6D6';
	document.all.td6.style.background='#F7D6D6';
	document.all.td7.style.background='#F7D6D6';
		tditem.style.background='#FF0000';
		}
else if(document.getElementById)
	{
			document.getElementById("td0").style.background='#F7D6D6';
	document.getElementById("td1").style.background='#F7D6D6';
	document.getElementById("td2").style.background='#F7D6D6';
	document.getElementById("td3").style.background='#F7D6D6';
	document.getElementById("td4").style.background='#F7D6D6';
	document.getElementById("td5").style.background='#F7D6D6';
	document.getElementById("td6").style.background='#F7D6D6';
	document.getElementById("td7").style.background='#F7D6D6';
	
tditem.style.background='#FF0000';
	}
}

function MajMenu(menu)
	{
	which = xlien[menu];
if (document.layers){
	document.dynamenu31.document.dynamenu32.document.write('<div align="center"><FONT SIZE=1 FACE="arial">'+which+'</FONT></div>')
	document.dynamenu31.document.dynamenu32.document.close()
	}
	else if (document.getElementById)
			{
			document.getElementById("dynamenu33").innerHTML = '<CENTER><FONT SIZE=1 FACE="Verdana"><b>'+which+'</b></FONT></CENTER>';
			}
			else 	if (document.all){
	dynamenu33.innerHTML=' '
	dynamenu33.innerHTML='<div align="center"><FONT SIZE=1 FACE="Arial"><b>'+which+'</b></FONT></div>';
	}
			
	
}
if (document.getElementById)
	colorIt(document.getElementById("td0"));
else if (document.all){
	colorIt(document.all.td0);
	}
MajMenu(0);
