posYmenu = 74;
bgcolor='#D2D7DC';
bgcolor2='#C4C8D0';
needcenter =false;
if(!needcenter)
	posXmenu = 148;
else
	{	if (document.all)
		posXmenu = (document.body.clientWidth/2)-(600/2);
	else
		posXmenu = (window.innerWidth/2)-(600/2); 
	}
document.write('<style type="text/css">');
document.write('.popper { POSITION: absolute; VISIBILITY: hidden; z-index:3; }')
document.write('#topgauche { position:absolute; top:'+posYmenu+'px; left:'+posXmenu+'px; 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 class=popper id=topdeck></DIV>');
/*
SCRIPT EDITE SUR L'EDITEUR JAVACSRIPT
http://www.editeurjavascript.com
*/

/*
LIENS
*/
zlien = new Array;
zlien[0] = new Array;
zlien[1] = new Array;
zlien[2] = new Array;
zlien[3] = new Array;
zlien[4] = new Array;
zlien[5] = new Array;
zlien[0][0] = '<A HREF="../001/index.html" CLASS=ejsmenu>What is ESF</A>';
zlien[0][1] = '<A HREF="../001/001.html" CLASS=ejsmenu>Memorandum of Understanding</A>';
zlien[0][2] = '<A HREF="../001/002.html" CLASS=ejsmenu>Set of principles</A>';
zlien[0][3] = '<A HREF="../001/003.html" CLASS=ejsmenu>How to join the ESF</A>';
zlien[0][4] = '<A HREF="../001/004.html" CLASS=ejsmenu>ESF Chairman</A>';
zlien[1][0] = '<A HREF="../002/index.html" CLASS=ejsmenu>Members Biography</A>';
zlien[1][1] = '<A HREF="../002/001.html" CLASS=ejsmenu>By sector</A>';
zlien[1][2] = '<A HREF="../002/002.html" CLASS=ejsmenu>By country</A>';
zlien[1][3] = '<A HREF="../002/003.html" CLASS=ejsmenu>EU Federations</A>';
zlien[2][0] = '<A HREF="../003/005.html" CLASS=ejsmenu>Intro</A>';
zlien[2][1] = '<A HREF="../003/index.html" CLASS=ejsmenu>Uruguay Round GATS Commitments</A>';
zlien[2][2] = '<A HREF="../003/001.html" CLASS=ejsmenu>GATS 2000 Negotiating Proposals</A>';
zlien[2][3] = '<A HREF="../003/002.html" CLASS=ejsmenu>U.R. Mode 4 GATS Commitments</A>';
zlien[2][4] = '<A HREF="../003/003.html" CLASS=ejsmenu>EU Requests to WTO Members</A>';
zlien[2][5] = '<A HREF="../003/004.html" CLASS=ejsmenu>Initial Offers</A>';
zlien[2][6] = '<A HREF="../003/008.html" CLASS=ejsmenu>Revised Offers</A>';
zlien[2][7] = '<A HREF="../003/009.html" CLASS=ejsmenu>Collective Requests in Plurilateral Negotiations</A>';
zlien[3][0] = '<A HREF="../004/index.html" CLASS=ejsmenu>Press Releases</A>';
zlien[3][1] = '<A HREF="../004/001.html" CLASS=ejsmenu>Speeches</A>';
zlien[3][2] = '<A HREF="../004/002.html" CLASS=ejsmenu>Position Papers</A>';
zlien[3][3] = '<A HREF="../004/003.html" CLASS=ejsmenu>GATS Treaty</A>';
zlien[4][0] = '<A HREF="../005/008.html" CLASS=ejsmenu>2008</A>';
zlien[4][1] = '<A HREF="../005/007.html" CLASS=ejsmenu>2007</A>';
zlien[4][2] = '<A HREF="../005/006.html" CLASS=ejsmenu>2006</A>';
zlien[4][3] = '<A HREF="../005/005.html" CLASS=ejsmenu>2005</A>';
zlien[4][4] = '<A HREF="../005/index.html" CLASS=ejsmenu>2004</A>';
zlien[4][5] = '<A HREF="../005/001.html" CLASS=ejsmenu>2003</A>';
zlien[4][6] = '<A HREF="../005/002.html" CLASS=ejsmenu>2002</A>';
zlien[4][7] = '<A HREF="../005/003.html" CLASS=ejsmenu>2001</A>';
zlien[4][8] = '<A HREF="../005/004.html" CLASS=ejsmenu>2000</A>';
zlien[5][0] = '<A HREF="../006/index.html" CLASS=ejsmenu>Int. Institutions & Organisations</A>';
zlien[5][1] = '<A HREF="../006/001.html" CLASS=ejsmenu>EU institutions</A>';
zlien[5][2] = '<A HREF="../006/002.html" CLASS=ejsmenu>Other info sources</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 = posYmenu+24;

function pop(msg,pos)
{
skn.visibility = "hidden";
a=true
skn.left = posXmenu+pos;
var content ="<TABLE BORDER=0 CELLPADDING=0 CELLSPACING=0 BGCOLOR=#ffffff WIDTH=220><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\"><B>&nbsp;&nbsp;"+msg[pass]+"</B></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=#ffffff WIDTH=600><TR><TD><TABLE CELLPADING=0 CELLSPACING=1 BORDER=0 WIDTH=100% HEIGHT=25><TR>')
document.write('<TD WIDTH=100 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)" href=# CLASS=ejsmenu><FONT SIZE=1 FACE="Verdana"><B>About us</B></FONT></a></TD>')
document.write('<TD WIDTH=100 ALIGN=center BGCOLOR='+bgcolor+' onMouseOver="this.style.background=\''+bgcolor2+'\';pop(zlien[1],100)" onMouseOut="this.style.background=\''+bgcolor+'\'"><A onClick="return(false)" onMouseOver="pop(zlien[1],100)" href=# CLASS=ejsmenu><FONT SIZE=1 FACE="Verdana"><B>Members</B></FONT></a></TD>')
document.write('<TD WIDTH=110 ALIGN=center BGCOLOR='+bgcolor+' onMouseOver="this.style.background=\''+bgcolor2+'\';pop(zlien[2],200)" onMouseOut="this.style.background=\''+bgcolor+'\'"><A onClick="return(false)" onMouseOver="pop(zlien[2],200)" href=# CLASS=ejsmenu><FONT SIZE=1 FACE="Verdana"><B>GATS Negotiations</B></FONT></a></TD>')
document.write('<TD WIDTH=100 ALIGN=center BGCOLOR='+bgcolor+' onMouseOver="this.style.background=\''+bgcolor2+'\';pop(zlien[3],300)" onMouseOut="this.style.background=\''+bgcolor+'\'"><A onClick="return(false)" onMouseOver="pop(zlien[3],300)" href=# CLASS=ejsmenu><FONT SIZE=1 FACE="Verdana"><B>Documents</B></FONT></a></TD>')
document.write('<TD WIDTH=100 ALIGN=center BGCOLOR='+bgcolor+' onMouseOver="this.style.background=\''+bgcolor2+'\';pop(zlien[4],400)" onMouseOut="this.style.background=\''+bgcolor+'\'"><A onClick="return(false)" onMouseOver="pop(zlien[4],400)" href=# CLASS=ejsmenu><FONT SIZE=1 FACE="Verdana"><B>Events</B></FONT></a></TD>')
document.write('<TD WIDTH=100 ALIGN=center BGCOLOR='+bgcolor+' onMouseOver="this.style.background=\''+bgcolor2+'\';pop(zlien[5],500)" onMouseOut="this.style.background=\''+bgcolor+'\'"><A onClick="return(false)" onMouseOver="pop(zlien[5],500)" href=# CLASS=ejsmenu><FONT SIZE=1 FACE="Verdana"><B>Links</B></FONT></a></TD>')
document.write('</TR></TABLE></TD></TR></TABLE></DIV>')