gauche5=10;
haut5= 90;
target5 = '_self';

color51 = "#000099"; 
color52 = "#0000ff";
color53 = "#000099";
color54 = "#ffffff";

menu5titre = new Array;
menu5lien = new Array;

	menu5titre[0]= 'Favignana'
	menu5lien[0]= 'http://www.favignana.com/favignana_uk.html'
	menu5titre[1]= 'Levanzo'
	menu5lien[1]= 'http://www.isole-egadi.com/levanzo_uk.html'
	menu5titre[2]= 'Marettimo'
	menu5lien[2]= 'http://www.isole-egadi.com/marettimo_uk.html'
        menu5titre[3]= 'Mothia'
        menu5lien[3]= 'http://www.isole-egadi.com/mothia01_uk.html'
        menu5titre[4]= 'Formica'
	menu5lien[4]= 'http://www.isole-egadi.com/formica_uk.html'
        menu5titre[5]= 'Laguna di Marsala'
	menu5lien[5]= 'http://www.isole-egadi.com/stagnone_uk.html'
        menu5titre[6]= 'Saline'
	menu5lien[6]= 'http://www.isole-egadi.com/saline_uk.html'
        menu5titre[7]= 'E-Mail'
	menu5lien[7]= 'http://www.favignana.com/email.html'
document.write('<STYLE TYPE="text/css">#menu5 { position:absolute;top:'+haut5+';left:'+gauche5+'; }</STYLE>');

ie4=document.all
ns6=document.getElementById&&!document.all
ns4=document.layers

function placeMenu5() {
if (ie4) {menu5.style.pixelTop=document.body.scrollTop+haut5}
else if (ns6) {document.getElementById("menu5").style.top=window.pageYOffset+haut5}
else if (ns4) {eval(document.menu5.top=eval(window.pageYOffset+haut5));}
if(ie4 || ns6 || ns4)
	setTimeout("placeMenu5()",1);
}

window.onload = placeMenu5;
document.write('<SPAN ID=menu5><table bgcolor=#000099 border=1 cellspacing=0 cellpadding=3 bordercolorlight=#ffffff bordercolordark=#cccccc WIDTH=100><TR>	<TD ALIGN=center bgcolor="#000ff"><FONT FACE="default" SIZE=2 COLOR=#ffffff><B>Isole Egadi</B></FONT></TD></TR>')
for(a=0;a<menu5lien.length;a++)
	{
	document.write('<TR><TD onMouseOut="this.style.background=\''+color51+'\'" onMouseOver="this.style.background=\''+color52+'\'" STYLE="cursor:hand" onClick="window.open(\''+menu5lien[a]+'\',\''+target5+'\')"><FONT FACE="Verdana, Arial" SIZE=1><B><A HREF="'+menu5lien[a]+'" TARGET="'+target5+'" STYLE="text-decoration:none;color:'+color54+'">'+menu5titre[a]+'</A></B></FONT></TD></TR>');
	}
document.write('</TR></TABLE></SPAN>')


