bgcolor='#4C93BF';
bgcolor2='#F3B349';
document.write('<style type="text/css">');
document.write('.popper { POSITION: absolute; VISIBILITY: hidden; z-index:3; }')
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 style="position:relative;height:25"><DIV class=popper id=topdeck></DIV>');
/*
SCRIPT EDITE SUR L'EDITEUR JAVACSRIPT
http://www.editeurjavascript.com
*/

/*
LIENS
*/
zlien = new Array;
zlien[0] = new Array;
zlien[0][0] = '<A HREF="../recherche/recherche.htm" CLASS=ejsmenu>Búsqueda de un avión</A>';
zlien[0][1] = '<A HREF="../recherche/supported-plane.htm" CLASS=ejsmenu>Aviones incluidos</A>';
zlien[0][2] = '<A HREF="../listing/listing.htm" CLASS=ejsmenu>Lista de producción</A>';
zlien[0][3] = '<A HREF="../exploit/exploitation.htm" CLASS=ejsmenu>Resumen de la producción</A>';
zlien[0][4] = '<A HREF="../divers/update.htm" CLASS=ejsmenu>Novedades</A>';
zlien[1] = new Array;
zlien[1][0] = '<A HREF="../recherche/recherche.htm" CLASS=ejsmenu>Búsqueda de una compañía aérea</A>';
zlien[1][1] = '<A HREF="../recherche/airline.htm" CLASS=ejsmenu>Lista de las compañías aérea</A>';
zlien[1][2] = '<A HREF="../recherche/country.htm" CLASS=ejsmenu>Compañías aéreas por país</A>';
zlien[1][3] = '<A HREF="../ageflotte/fleet-age.htm" CLASS=ejsmenu>Edad de flota</A>';
zlien[3] = new Array;
zlien[3][0] = '<A HREF="../airport/airport-list.htm" CLASS=ejsmenu>Datos sobre aeropuertos</A>';
zlien[3][1] = '<A HREF="../airport/airport-country.htm" CLASS=ejsmenu>Aeropuertos por país</A>';
zlien[4] = new Array;
zlien[4][0] = '<A HREF="../forum/forum.htm" CLASS=ejsmenu>Navegar el foro</A>';
zlien[4][1] = '<A HREF="../forum/send.htm" CLASS=ejsmenu>Nuveo tema</A>';
zlien[4][2] = '<A HREF="../forum/search.htm" CLASS=ejsmenu>Búsqueda en el foro</A>';
zlien[5] = new Array;
zlien[5][0] = '<A HREF="../flightlog/recherche.htm" CLASS=ejsmenu>Buscar en el registro de vuelos</A>';
zlien[5][1] = '<A HREF="../flightlog/add.htm" CLASS=ejsmenu>Añadir un vuelo</A>';
zlien[5][2] = '<A HREF="../flightlog/result.htm" CLASS=ejsmenu>Últimas adquisiciones</A>';
zlien[6] = new Array;
zlien[6][0] = '<A HREF="../crash/crash_search.htm" CLASS=ejsmenu>Datos sobre accidentes</A>';
zlien[6][1] = '<A HREF="../crash/stat_year.htm" CLASS=ejsmenu>Accidentes por año</A>';
zlien[6][2] = '<A HREF="../crash/fatalities_year.htm" CLASS=ejsmenu>Muertes por año</A>';
zlien[6][3] = '<A HREF="../crash/stat_country.htm" CLASS=ejsmenu>Accidentes por país</A>';
zlien[6][4] = '<A HREF="../crash/fatalities_country.htm" CLASS=ejsmenu>Muertes por país</A>';
zlien[6][5] = '<A HREF="../crash/stat_airline.htm" CLASS=ejsmenu>Accidentes por compañía</A>';
zlien[6][6] = '<A HREF="../crash/fatalities_airline.htm" CLASS=ejsmenu>Muertes por compañía</A>';
zlien[7] = new Array;
zlien[7][0] = '<A HREF="../contact/contact.htm" CLASS=ejsmenu>Contacto</A>';
zlien[7][1] = '<A HREF="../divers/link.htm" CLASS=ejsmenu>Vínculo con nosotros</A>';
zlien[2] = new Array;
zlien[2][0] = '<A HREF="../shop/introlist.htm" CLASS=ejsmenu>Descargar airfleets</A>';
zlien[2][1] = '<A HREF="../shop/wfl.htm" CLASS=ejsmenu>World Fleet Listing</A>';
zlien[2][2] = '<A HREF="../shop/fleetlisting.htm" CLASS=ejsmenu>Fleet Listing</A>';
zlien[2][3] = '<A HREF="../shop/enews.htm" CLASS=ejsmenu>E-News Monthly</A>';
zlien[2][4] = '<A HREF="../shop/car.htm" CLASS=ejsmenu>Civil Aircraft register</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=#FFFFFF WIDTH=130><TR><TD><TABLE WIDTH=100% BORDER=0 CELLPADDING=2 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\">"+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 WIDTH=875><TR><TD><TABLE CELLPADING=0 CELLSPACING=1 BORDER=0 WIDTH=100% HEIGHT=25><TR>')
document.write('<TD WIDTH=109 ALIGN=center background="../images/fondbouton.jpg" onMouseOver="this.style.background=\' url(../images/fondbouton2.jpg)\';pop(zlien[0],0)" onMouseOut="this.style.background=\' url(../images/fondbouton.jpg)\'"><A onClick="return(false)" onMouseOver="pop(zlien[0],0)" href=# CLASS=ejsmenu><FONT SIZE=2 color="#FFFFFF" FACE="Verdana"><b>Avión</FONT></a></TD>')
document.write('<TD WIDTH=109 ALIGN=center background="../images/fondbouton.jpg" onMouseOver="this.style.background=\' url(../images/fondbouton2.jpg)\';pop(zlien[1],109)" onMouseOut="this.style.background=\' url(../images/fondbouton.jpg)\'"><A onClick="return(false)" onMouseOver="pop(zlien[1],109)" href=# CLASS=ejsmenu><FONT SIZE=2 color="#FFFFFF" FACE="Verdana"><b>Operador</FONT></a></TD>')

document.write('<TD WIDTH=109 ALIGN=center background="../images/fondbouton2.jpg" onMouseOver="this.style.background=\' url(../images/fondbouton2.jpg)\';pop(zlien[2],218)" onMouseOut="this.style.background=\' url(../images/fondbouton2.jpg)\'"><A onClick="return(false)" onMouseOver="pop(zlien[2],218)" href=# CLASS=ejsmenu><FONT SIZE=2 color="#FFFFFF" FACE="Verdana"><b>Descargar</FONT></a></TD>')

document.write('<TD WIDTH=109 ALIGN=center background="../images/fondbouton.jpg" onMouseOver="this.style.background=\' url(../images/fondbouton2.jpg)\';pop(zlien[3],327)" onMouseOut="this.style.background=\' url(../images/fondbouton.jpg)\'"><A onClick="return(false)" onMouseOver="pop(zlien[3],327)" href=# CLASS=ejsmenu><FONT SIZE=2 color="#FFFFFF" FACE="Verdana"><b>Aeropuerto</FONT></a></TD>')

document.write('<TD WIDTH=109 ALIGN=center background="../images/fondbouton.jpg" onMouseOver="this.style.background=\' url(../images/fondbouton2.jpg)\';pop(zlien[4],436)" onMouseOut="this.style.background=\' url(../images/fondbouton.jpg)\'"><A onClick="return(false)" onMouseOver="pop(zlien[4],436)" href=# CLASS=ejsmenu><FONT SIZE=2 color="#FFFFFF" FACE="Verdana"><b>Foro</FONT></a></TD>')

document.write('<TD WIDTH=109 ALIGN=center background="../images/fondbouton.jpg" onMouseOver="this.style.background=\' url(../images/fondbouton2.jpg)\';pop(zlien[5],545)" onMouseOut="this.style.background=\' url(../images/fondbouton.jpg)\'"><A onClick="return(false)" onMouseOver="pop(zlien[5],545)" href=# CLASS=ejsmenu><FONT SIZE=2 color="#FFFFFF" FACE="Verdana"><b>Vuelos</FONT></a></TD>')

document.write('<TD WIDTH=109 ALIGN=center background="../images/fondbouton.jpg" onMouseOver="this.style.background=\' url(../images/fondbouton2.jpg)\';pop(zlien[6],654)" onMouseOut="this.style.background=\' url(../images/fondbouton.jpg)\'"><A onClick="return(false)" onMouseOver="pop(zlien[6],654)" href=# CLASS=ejsmenu><FONT SIZE=2 color="#FFFFFF" FACE="Verdana"><b>Accidente</FONT></a></TD>')

document.write('<TD WIDTH=109 ALIGN=center background="../images/fondbouton.jpg" onMouseOver="this.style.background=\' url(../images/fondbouton2.jpg)\';pop(zlien[7],763)" onMouseOut="this.style.background=\' url(../images/fondbouton.jpg)\'"><A onClick="return(false)" onMouseOver="pop(zlien[7],763)" href=# CLASS=ejsmenu><FONT SIZE=2 color="#FFFFFF" FACE="Verdana"><b>Contacto</FONT></a></TD>')


document.write('</TR></TABLE></TD></TR></TABLE></DIV></div>')
