posYmenu =154;
bgcolor='#6c0614';
bgcolor2='#6c0614';
needcenter =false;
var L = 970; // largeurl
var PosX = ( screen.availWidth - L ) / 2; 
var PosY = ( screen.availHeight - L ) / 2; 
if(!needcenter)
	
	posXmenu = PosX + 165;
else
	{	if (document.all)
		posXmenu = (document.body.clientWidth/2)-(970/2);
	else
		posXmenu = (window.innerWidth/2)-(970/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:#FFFFFF; text-decoration:none;}')
document.write('A.ejsmenu {color:#FFFFFF; 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[6] = new Array;


zlien[1][0] = '<A HREF="about_us.html" CLASS=ejsmenu>About us </A>';
zlien[1][1] = '<A HREF="team.html" CLASS=ejsmenu>Our team</A>';
zlien[1][2] = '<A HREF="values.html" CLASS=ejsmenu>Our values</A>';
zlien[1][3] = '<A HREF="contact_info.html" CLASS=ejsmenu>Contact information</A>';

/*zlien[2][0] = '<A HREF="working.html" CLASS=ejsmenu>Working with you</A>';
zlien[2][1] = '<A HREF="Ethics.html" CLASS=ejsmenu>Ethics</A>';
zlien[2][2] = '<A HREF="contact_us.html" CLASS=ejsmenu>Contact us</A>';
zlien[2][3] = '<A HREF="Current_search.aspx" CLASS=ejsmenu>Current searches</A>';
zlien[2][4] = '<A HREF="candidate-testmoniale.html" CLASS=ejsmenu>Testimonials</A>';*/

/*zlien[3][0] = '<A HREF="clients.html" CLASS=ejsmenu>Our expertise</A>';
zlien[3][1] = '<A HREF="search.html" CLASS=ejsmenu>Our search process</A>';
zlien[3][2] = '<A HREF="differentiator.html" CLASS=ejsmenu>Our differentiators</A>';
zlien[3][3] = '<A HREF="client_condidate.html" CLASS=ejsmenu>Testimonials</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+25;

function pop(msg,pos)
{
skn.visibility = "hidden";
a=true
/*skn.left = posXmenu+pos;*/
skn.left = posXmenu+pos;
var content ="<TABLE BORDER=0 CELLPADDING=0 CELLSPACING=0  WIDTH=140><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=15><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=752><TR><TD><TABLE CELLPADING=0 CELLSPACING=1 BORDER=0 WIDTH=734 HEIGHT=19><TR  >')
document.write('<TD WIDTH=101 ALIGN=center  onmouseover=" pop(zlien[0],0)" ><A  onMouseOver="pop(zlien[0],0)" href="Ysearch-international.html" CLASS=ejsmenu><FONT SIZE=1 FACE="Verdana" ><img src="images/ysearchint_home_2.gif" width=100 height=19 border=0/></a></TD>')

document.write('<TD WIDTH=110 ALIGN=center  onmouseover=" pop(zlien[1],105)"  ><A oonMouseOver="pop(zlien[1],105)" href="#" CLASS=ejsmenu><img src=images/ysearchint_firm_1.gif width=113 height=19 border=0/></a></TD>')

document.write('<TD WIDTH=159 ALIGN=center  onmouseover=" pop(zlien[2],218)"  ><A  onMouseOver="pop(zlien[2],218)" href=ysearch-international-executive.html CLASS=ejsmenu> <img src=images/ysearchint_exec_1.gif width=152 height=19 border=0/></a></TD>')

document.write('<TD WIDTH=178 ALIGN=center  onmouseover=" pop(zlien[3],346)"  ><A  onMouseOver="pop(zlien[3],346)" href=ysearch-international-interim.html CLASS=ejsmenu><img src=images/ysearchint_interim_1.gif width=186 height=19 border=0/></a></TD>')


document.write('<TD WIDTH=97 ALIGN=center  onmouseover=" pop(zlien[6],600)"  ><A  onMouseOver="pop(zlien[6],600)" href=news.asp CLASS=ejsmenu><img src=images/ysearchint_news_1.gif width=100 height=19 border=0/></a></TD>')

document.write('<TD WIDTH=89 ALIGN=center  onmouseover=" pop(zlien[5],400)" ><A  onMouseOver="pop(zlien[5],400)" href=contact-home.html CLASS=ejsmenu> <img src=images/ysearchint_contact_1.gif width=101 height=19 border=0/></a></TD>')


 

document.write('</TR> </TABLE></TD></TR></TABLE></DIV>')