

function swap(img_name,objet_graphique)
{
  window.document.images[img_name].src = objet_graphique.src;
}




posYmenu = 67;
bgcolor='#38276C';
bgcolor2='#D5D5EA';
needcenter =false;
if(!needcenter)
  posXmenu = 150;
else
  {  if (document.all)
    posXmenu = (document.body.clientWidth/2)-(500/2);
  else
    posXmenu = (window.innerWidth/2)-(500/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:#38276C; 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[0][0] = '<A HREF="http://www.tunijob.com.tn/pages/cv1.php" CLASS=ejsmenu>Insérer CV</A>';
zlien[0][1] = '<A HREF="http://www.tunijob.com.tn/html/cand_conseils.htm" CLASS=ejsmenu>Conseils</A>';
zlien[0][2] = '<A HREF="http://www.tunijob.com.tn/html/cand_tests.htm" CLASS=ejsmenu>Tests</A>';
zlien[0][3] = '<A HREF="http://www.tunijob.com.tn/pages/espace_candidat.php" CLASS=ejsmenu>Votre espace</A>';
zlien[1][0] = '<A HREF="http://www.tunijob.com.tn/html/etud_guide.htm" CLASS=ejsmenu>Guide étudiant</A>';
zlien[1][1] = '<A HREF="http://www.tunijob.com.tn/pages/cons_universite.php" CLASS=ejsmenu>Universités</A>';
zlien[1][2] = '<A HREF="http://www.tunijob.com.tn/html/etud_renseigner.htm" CLASS=ejsmenu>Où se renseigner?</A>';
zlien[1][3] = '<A HREF="http://www.tunijob.com.tn/html/etud_fich_liste.htm" CLASS=ejsmenu>Fiches métiers</A>';
zlien[2][0] = '<A HREF="http://www.tunijob.com.tn/pages/cons_formation.php" CLASS=ejsmenu>Choisir une formation</A>';
zlien[2][1] = '<A HREF="http://www.tunijob.com.tn/pages/partenaire_formation.htm" CLASS=ejsmenu>Nos partenaires</A>';
zlien[4][0] = '<A HREF="http://www.tunijob.com.tn/pages/consultercv.php" CLASS=ejsmenu>Consulter CV</A>';
zlien[4][1] = '<A HREF="http://www.tunijob.com.tn/pages/inserer_offre.php" CLASS=ejsmenu>Insérer offre</A>';
zlien[4][2] = '<A HREF="http://www.tunijob.com.tn/pages/partenaire_entreprise.htm" CLASS=ejsmenu>Nos partenaires</A>';
zlien[4][3] = '<A HREF="http://www.tunijob.com.tn/pages/espace_epse.php" CLASS=ejsmenu>Votre espace</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=#D5D5EA WIDTH=135><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\">&nbsp;&nbsp;"+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;
