// JavaScript Document

/***** TEMP ******/


 function launchConsult(){	   
    //window.open('proquid.php','nom_popup','menubar=no, status=no, scrollbars=no, menubar=no, width=699, height=985');
    
    myLightWindow.activateWindow({
  	href: 'consultez-nous.php',
  	type: 'external',
//  height: 1110,
//  width: 717,
	height: 461,
	width: 700,
  	title: ''
  });
     
}


 function launchRecrutement(){	    

  myLightWindow.activateWindow({
  	href: 'recrutement.php',
  	type: 'external',
  	height: 538,
  	width: 700,
  	title: ''
  });
  
   
}


function unRoll(element){
  var el = element;
  var parent = Element.up(el);
  Element.removeClassName(parent, 'hl');
}

function roll(element){
  var el = element;
  var parent = Element.up(el);
  Element.addClassName(parent, 'hl');
}
