function mailit(name,domain) {status="mailto:" + name + "@" + domain;locationstring = "mailto:" + name + "@" + domain;window.location = locationstring;}function verification() {if(document.formulaire.nom.value == "")  {   alert("Veuillez entrer vos nom et pr\351nom, s.v.p.\240\240\240\240\240\240\240");   return false;  }if(document.formulaire.phone.value == "")  {   alert("Veuillez entrer votre pays, s.v.p.\240\240\240\240\240\240\240");   return false;  }if((document.formulaire.email.value != "")&&!((/^\w+([\.-]?\w+)*@\w+([\.-]?\w+)*(\.\w{2,3})+$/).test(document.formulaire.email.value)))  {   alert("Veuillez entrer une adress999 courriel valide, s.v.p.\240\240\240\240\240\240\240");return(false);} if(document.formulaire.message.value == "")  {   alert("Veuillez d\351crire votre exp\351rience de travail, s.v.p.\240\240\240\240\240\240\240");return(false);  }return(true);}// ------------------------------------// code pour les mouseover// This script and many more are available free online at The JavaScript Source!! http://javascript.internet.com function MM_preloadImages() { //v2.0  if (document.images) {    var imgFiles = MM_preloadImages.arguments;    if (document.preloadArray==null) document.preloadArray = new Array();    var i = document.preloadArray.length;    with (document) for (var j=0; j<imgFiles.length; j++) if (imgFiles[j].charAt(0)!="#"){      preloadArray[i] = new Image;      preloadArray[i++].src = imgFiles[j];  } }} function MM_swapImgRestore() { //v2.0  if (document.MM_swapImgData != null)    for (var i=0; i<(document.MM_swapImgData.length-1); i+=2)      document.MM_swapImgData[i].src = document.MM_swapImgData[i+1];} function MM_swapImage() { //v2.0  var i,j=0,objStr,obj,swapArray=new Array,oldArray=document.MM_swapImgData;  for (i=0; i < (MM_swapImage.arguments.length-2); i+=3) {    objStr = MM_swapImage.arguments[(navigator.appName == 'Netscape')?i:i+1];    if ((objStr.indexOf('document.layers[')==0 && document.layers==null) ||        (objStr.indexOf('document.all[')   ==0 && document.all   ==null))      objStr = 'document'+objStr.substring(objStr.lastIndexOf('.'),objStr.length);    obj = eval(objStr);    if (obj != null) {      swapArray[j++] = obj;      swapArray[j++] = (oldArray==null || oldArray[j-1]!=obj)?obj.src:oldArray[j];      obj.src = MM_swapImage.arguments[i+2];  } }  document.MM_swapImgData = swapArray; //used for restore}//____________________________________________________// code pour vrification du formulaire d'abonnement - version franaisefunction checkEmail(myForm) {if (/^\w+([\.-]?\w+)*@\w+([\.-]?\w+)*(\.\w{2,3})+$/.test(myForm.email.value)){return (true)}alert("L'adresse courriel fournie est invalide!")                return (false)}//____________________________________________________// code pour vrification du formulaire d'abonnement - version anglaisefunction checkEmailE(myForm) {if (/^\w+([\.-]?\w+)*@\w+([\.-]?\w+)*(\.\w{2,3})+$/.test(myForm.email.value)){return (true)}alert("Email address is not valid")                return (false)}//____________________________________________________// code pour ne pas afficher l'image de fond sous Netscape  4.xfunction NcBGswap() {if (!(navigator.appName == "Netscape" && navigator.appVersion < "5")) {document.write('<LINK REL=STYLESHEET HREF="stylesBG.css" TYPE="text/css">')document.write('<LINK REL=STYLESHEET HREF="../stylesBG.css" TYPE="text/css">')}}NcBGswap()//____________________________________________________