var colorhover = '#3F3F3F';
var coloroff = '#293A96';
function roll(obj){
  if(obj.id == "img-qui" || obj.id == "a-qui" ) {
    document.getElementById('img-qui').src='images/qui-c.gif';
    document.getElementById('a-qui').style.color=colorhover;
  }
  if(obj.id == "img-prest" || obj.id == "a-prest" ) {
    document.getElementById('img-prest').src='images/prest-c.gif';
    document.getElementById('a-prest').style.color=colorhover;
  }
  if(obj.id == "img-entre" || obj.id == "a-entre" ) {
    document.getElementById('img-entre').src='images/entre-c.gif';
    document.getElementById('a-entre').style.color=colorhover;
  }
  if(obj.id == "img-cand" || obj.id == "a-cand" ) {
    document.getElementById('img-cand').src='images/cand-c.gif';
    document.getElementById('a-cand').style.color=colorhover;
  }
  if(obj.id == "img-salaires" || obj.id == "a-salaires" ) {
    document.getElementById('img-salaires').src='images/salaires-c.gif';
    document.getElementById('a-salaires').style.color=colorhover;
  }
  if(obj.id == "img-part" || obj.id == "a-part" ) {
    document.getElementById('img-part').src='images/part-c.gif';
    document.getElementById('a-part').style.color=colorhover;
  }
  if(obj.id == "img-temo" || obj.id == "a-temo" ) {
    document.getElementById('img-temo').src='images/temo-c.gif';
    document.getElementById('a-temo').style.color=colorhover;
  }
}
function rollout(obj){
  if(obj.id == "img-qui" || obj.id == "a-qui" ) {
    document.getElementById('img-qui').src='images/qui-b.gif';
    document.getElementById('a-qui').style.color=coloroff;
  }
  if(obj.id == "img-prest" || obj.id == "a-prest" ) {
    document.getElementById('img-prest').src='images/prest-b.gif';
    document.getElementById('a-prest').style.color=coloroff;
  }
  if(obj.id == "img-entre" || obj.id == "a-entre" ) {
    document.getElementById('img-entre').src='images/entre-b.gif';
    document.getElementById('a-entre').style.color=coloroff;
  }
  if(obj.id == "img-cand" || obj.id == "a-cand" ) {
    document.getElementById('img-cand').src='images/cand-b.gif';
    document.getElementById('a-cand').style.color=coloroff;
  }
  if(obj.id == "img-salaires" || obj.id == "a-salaires" ) {
    document.getElementById('img-salaires').src='images/salaires-b.gif';
    document.getElementById('a-salaires').style.color=coloroff;
  }
  if(obj.id == "img-part" || obj.id == "a-part" ) {
    document.getElementById('img-part').src='images/part-b.gif';
    document.getElementById('a-part').style.color=coloroff;
  }
  if(obj.id == "img-temo" || obj.id == "a-temo" ) {
    document.getElementById('img-temo').src='images/temo-b.gif';
    document.getElementById('a-temo').style.color=coloroff;
  }
}

function crypt(User,subject){
  if (subject==undefined){
   subject="" 
  }
 window.location.href="mailto:" + User + "@gbo.fr?subject="+subject;
}
function crypt2(User){
 window.location.href="mailto:" + User + "@francoallemand.com";
}