bgcolor='#2A085D';
bgcolor2='#007628';

document.write('<style type="text/css">');
document.write('.popper { POSITION: absolute; VISIBILITY: hidden; z-index:3; }')
document.write('#topgauche { position:absolute;  z-index:1; }')
document.write('A.ejsmenu {color:#FFFFFF; font-size:10px; font-family:verdana; font-weight:bold; text-decoration:none;}')
document.write('A:hover.ejsmenu {color:#FFFFFF; font-size:10px; font-family:verdana; font-weight:bold; text-decoration:none;}')
document.write('A:visited.ejsmenu {color:#FFFFFF; font-size:10px; font-family:verdana; font-weight:bold; text-decoration:none;}')
document.write('A:active.ejsmenu {color:#FFFFFF; font-size:10px; font-family:verdana; font-weight:bold; text-decoration:none;}')
document.write('</style>')
document.write('<div style="position:relative;height:17"><DIV class=popper id=topdeck style="top:17px;"></DIV>');
/*
LIENS
*/
zlien = new Array;
zlien[0] = new Array;
zlien[1] = new Array;
zlien[2] = new Array;
zlien[3] = new Array;
zlien[0][0] = ' onClick="location.href=\'/about-us/introduction.php\'"><A HREF="/about-us/introduction.php" CLASS=ejsmenu>Introduction</A>';
zlien[0][1] = ' onClick="location.href=\'/about-us/mission-statement.php\'"><A HREF="/about-us/mission-statement.php"   CLASS=ejsmenu>Mission statement</A>';
zlien[0][2] = ' onClick="location.href=\'/about-us/history.php\'"><A HREF="/about-us/history.php"  CLASS=ejsmenu>History</A>';
zlien[0][3] = ' onClick="location.href=\'/about-us/supervisory-board.php\'"><A HREF="/about-us/supervisory-board.php"  CLASS=ejsmenu>ETRC Supervisory Board</A>';
zlien[0][4] = ' onClick="location.href=\'/about-us/benefits-from-membership.ppt\'"><A HREF="/about-us/benefits-from-membership.ppt" target="_blank" CLASS=ejsmenu>Benefits from membership</A>';

zlien[1][0] = ' onClick="location.href=\'/current-issue/aviation-security.php\'"><A HREF="/current-issue/aviation-security.php" CLASS=ejsmenu>Aviation Security</A>';
zlien[1][1] = ' onClick="location.href=\'/current-issue/eu-enlargement.php\'"><A HREF="/current-issue/eu-enlargement.php" CLASS=ejsmenu>EU enlargement</A>';
zlien[1][2] = ' onClick="location.href=\'/current-issue/espace-voyageur.php\'"><A HREF="/current-issue/espace-voyageur.php" CLASS=ejsmenu>Espace Voyageur</A>';
zlien[1][3] = ' onClick="location.href=\'/current-issue/who-fctc.php\'"><A HREF="/current-issue/who-fctc.php" CLASS=ejsmenu>Duty Free Tobacco</A>';
zlien[1][4] = ' onClick="location.href=\'/current-issue/taxation.php\'"><A HREF="/current-issue/taxation.php" CLASS=ejsmenu>Taxation & Customs</A>';
zlien[1][5] = ' onClick="location.href=\'/current-issue/legislation.php\'"><A HREF="/current-issue/legislation.php" CLASS=ejsmenu>Legislation</A>';
	
zlien[2][0] = ' onClick="location.href=\'/news-press/index_press_releases.php\'"><A HREF="/news-press/index_press_releases.php" CLASS=ejsmenu>Press releases</A>';
zlien[2][1] = ' onClick="location.href=\'/news-press/result_list.php?t=6\'"><A HREF="/news-press/result_list3.php?t=6" CLASS=ejsmenu>Latest News</A>';
zlien[2][2] = ' onClick="location.href=\'/news-press/result_list.php?t=9\'"><A HREF="/news-press/result_list3.php?t=9" CLASS=ejsmenu>Newsletters</A>';

zlien[3][0] = ' onClick="location.href=\'/data-room/index_etrc.php\'"><A HREF="/data-room/index_etrc.php" CLASS=ejsmenu>ETRC Index</A>';
zlien[3][1] = ' onClick="location.href=\'/data-room/general_data.php\'"><A HREF="/data-room/general_data.php" CLASS=ejsmenu>General data</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 = 17;

/*
on precharge l'image de substitution
*/
bnv1 = new Image; bnv1.src = "/charte/menu1.gif";
bnv1on = new Image; bnv1on.src = "/charte/menu1_on.gif";

bnv2 = new Image; bnv2.src = "/charte/menu2.gif";
bnv2on = new Image; bnv2on.src = "/charte/menu2_on.gif";

bnv3 = new Image; bnv3.src = "/charte/menu3.gif";
bnv3on = new Image; bnv3on.src = "/charte/menu3_on.gif";

bnv4 = new Image; bnv4.src = "/charte/menu4.gif";
bnv4on = new Image; bnv4on.src = "/charte/menu4_on.gif";

bnv5 = new Image; bnv5.src = "/charte/menu5.gif";
bnv5on = new Image; bnv5on.src = "/charte/menu5_on.gif";

bnv6 = new Image; bnv6.src = "/charte/menu6.gif";
bnv6on = new Image; bnv6on.src = "/charte/menu6_on.gif";

bnv0 = new Image; bnv0.src = "/charte/menu_off.gif";
bnv0g = new Image; bnv0g.src = "/charte/menu_on_g.gif";
bnv0d = new Image; bnv0d.src = "/charte/menu_on_d.gif";

function pop(msg,pos)
{
skn.visibility = "hidden";
a=true
skn.left = pos;
var content ="<TABLE BORDER=0 CELLPADDING=0 CELLSPACING=0 BGCOLOR=#2A085D>";
pass = 0
while (pass < msg.length)
	{
	content += "<TR><TD width=155 align=center BGCOLOR=#2A085D onMouseOver=\"this.style.background='"+bgcolor2+"'\" onMouseOut=\"this.style.background='"+bgcolor+"'\" HEIGHT=20 "+msg[pass]+"</TD></TR>";
	pass++;
	}
content += "</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";
	bn1.src=bnv1.src;
	b1g.src=bnv0.src;
	b1d.src=bnv0.src;
	bn2.src=bnv2.src;
	b2d.src=bnv0.src;
	bn3.src=bnv3.src;
	b3d.src=bnv0.src;
	bn4.src=bnv4.src;
	bn6.src=bnv6.src;
	b4d.src=bnv0.src;
	b5d.src=bnv0.src;
}
document.onclick = kill;
document.write('<DIV ID=topgauche><TABLE BORDER="0" CELLPADDING="0" CELLSPACING="0" BGCOLOR=#2A085D WIDTH="765" ><TR>')
document.write('<TD WIDTH=50></td><TD WIDTH=11><img src="/charte/menu_off.gif" border="0" name="b1g"></td><TD WIDTH=133 onMouseOver="pop(zlien[0],50)"><A onMouseOver="kill();pop(zlien[0],0);bn1.src=bnv1on.src;b1g.src=bnv0g.src;b1d.src=bnv0d.src"><img src="/charte/menu1.gif" border="0" name="bn1"></a></TD><TD WIDTH=11><img src="/charte/menu_off.gif" border="0" name="b1d"></td>')
document.write('<TD WIDTH=133 onMouseOver="pop(zlien[1],194)"><A onMouseOver="kill();bn2.src=bnv2on.src;b1d.src=bnv0g.src;b2d.src=bnv0d.src" ><img src="/charte/menu2.gif" border="0" id="bn2"></a></TD><TD WIDTH=11><img src="/charte/menu_off.gif" border="0" name="b2d"></td>')
document.write('<TD WIDTH=149 onMouseOver="pop(zlien[2],338)"><A onMouseOver="kill();pop(zlien[1],283);bn3.src=bnv3on.src;b2d.src=bnv0g.src;b3d.src=bnv0d.src" href="/news-press/"><img src="/charte/menu3.gif" border="0" name="bn3"></a></TD><TD WIDTH=11><img src="/charte/menu_off.gif" border="0" name="b3d"></td>')
document.write('<TD WIDTH=110 onMouseOver="pop(zlien[3],499)"><A onMouseOver="kill();bn4.src=bnv4on.src;b3d.src=bnv0g.src;b4d.src=bnv0d.src"><img src="/charte/menu4.gif" border="0" id="bn4"></a></TD><TD WIDTH=11><img src="/charte/menu_off.gif" border="0" name="b4d"></td>')
document.write('<TD WIDTH=124><A onMouseOver="kill();bn6.src=bnv6on.src;b4d.src=bnv0g.src;b5d.src=bnv0d.src" href=/presentation/><img src="/charte/menu6.gif" border="0" id="bn6"></a></TD><TD WIDTH=11><img src="/charte/menu_off.gif" border="0" name="b5d"></td>')
document.write('</TR></TABLE></DIV></div>')
