	
function MM_jumpMenu(targ,selObj,restore){ //v3.0
  eval(targ+".location='"+selObj.options[selObj.selectedIndex].value+"'");
  if (restore) selObj.selectedIndex=0;
}

function MM_findObj(n, d) { //v4.01
  var p,i,x;  if(!d) d=document; if((p=n.indexOf("?"))>0&&parent.frames.length) {
    d=parent.frames[n.substring(p+1)].document; n=n.substring(0,p);}
  if(!(x=d[n])&&d.all) x=d.all[n]; for (i=0;!x&&i<d.forms.length;i++) x=d.forms[i][n];
  for(i=0;!x&&d.layers&&i<d.layers.length;i++) x=MM_findObj(n,d.layers[i].document);
  if(!x && d.getElementById) x=d.getElementById(n); return x;
}

function MM_jumpMenuGo(selName,targ,restore){ //v3.0
  var selObj = MM_findObj(selName); if (selObj) MM_jumpMenu(targ,selObj,restore);
}


function popup(page, nom, largeur, hauteur){
var dec_gauche = (screen.width-largeur)/2;
var dec_haut = (screen.height-hauteur)/2;
window.open(page, nom, 'width='+largeur+', height='+hauteur+', left='+dec_gauche+'top='+dec_haut+', menubar=0, scrollbars=0, locationbar=0, directories=0, resizable=0, statusbar=0, toolbar=0');
}
function neowin(wurl,wwid,wheigh,wscroll) {
var address = wurl;
var op_tool  = 0;
var op_loc_box  = 0;
var op_dir  = 0;
var op_stat  = 0;
var op_menu  = 0;
var op_scroll  = 1;
var op_resize  = 0;
var op_wid  = 440;
var op_heigh = 450;
var option = "toolbar="+ op_tool +",location="+ op_loc_box +",directories="
+ op_dir +",status="+ op_stat +",menubar="+ op_menu +",scrollbars="
+ op_scroll +",resizable="  + op_resize +",width=" + op_wid +",height="+ op_heigh;
var neo = window.open(address, "PopUp", option);
if(neo.focus){neo.focus();}
}
function neowin4(wurl,wwid,wheigh,wscroll) {
var address = wurl;
var op_tool  = 0;
var op_loc_box  = 0;
var op_dir  = 0;
var op_stat  = 0;
var op_menu  = 0;
var op_scroll  = 1;
var op_resize  = 1;
var op_wid  = 500;
var op_heigh = 500;
var option = "toolbar="+ op_tool +",location="+ op_loc_box +",directories="
+ op_dir +",status="+ op_stat +",menubar="+ op_menu +",scrollbars="
+ op_scroll +",resizable="  + op_resize +",width=" + op_wid +",height="+ op_heigh;
var neo = window.open(address, "PopUp", option);
if(neo.focus){neo.focus();}
}
function neowin_event(wurl,wwid,wheigh,wscroll) {
var address = wurl;
var op_tool  = 0;
var op_loc_box  = 0;
var op_dir  = 0;
var op_stat  = 0;
var op_menu  = 0;
var op_scroll  = 1;
var op_resize  = 0;
var op_wid  = 400;
var op_heigh = 400;
var option = "toolbar="+ op_tool +",location="+ op_loc_box +",directories="
+ op_dir +",status="+ op_stat +",menubar="+ op_menu +",scrollbars="
+ op_scroll +",resizable="  + op_resize +",width=" + op_wid +",height="+ op_heigh;
var neo = window.open(address, "PopUp", option);
if(neo.focus){neo.focus();}
}
function verif_form_contact()
{	
 if(document.contact.nom.value == "")  {
   alert("Veuillez entrer votre nom !");
   document.contact.nom.focus();
   return false;
  }
    if(document.contact.prenom.value == "")  {
   alert("Veuillez entrer votre prénom !");
   document.contact.prenom.focus();
   return false;
  }
    if(document.contact.societe.value == "")  {
   alert("Veuillez entrer votre société !");
   document.contact.societe.focus();
   return false;
  }
   if(document.contact.adresse.value == "")  {
   alert("Veuillez entrer votre adresse !");
   document.contact.adresse.focus();
   return false;
  }
  if(document.contact.ville.value == "")  {
   alert("Veuillez entrer votre ville !");
   document.contact.ville.focus();
   return false;
  } 
  if(document.contact.pays.value == "")  {
   alert("Veuillez entrer votre pays !");
   document.contact.pays.focus();
   return false;
  }
   if(document.contact.tel.value == "")  {
   alert("Veuillez entrer votre téléphone !");
   document.contact.tel.focus();
   return false;
  }
   if(document.contact.eMail.value == "")  {
   alert("Veuillez entrer votre email !");
   document.contact.eMail.focus();
   return false;
  }
    if(document.contact.profession.value == "")  {
   alert("Veuillez entrer votre email !");
   document.contact.profession.focus();
   return false;
  }
}


function verif_form_contact_e()
{	
 if(document.contact.nom.value == "")  {
   alert("Your last name Please !");
   document.contact.nom.focus();
   return false;
  }
    if(document.contact.prenom.value == "")  {
   alert("Your first name Please !");
   document.contact.prenom.focus();
   return false;
  }
    if(document.contact.societe.value == "")  {
   alert("Your company Please !");
   document.contact.societe.focus();
   return false;
  }
   if(document.contact.adresse.value == "")  {
   alert("Your adress Please !");
   document.contact.adresse.focus();
   return false;
  }
  if(document.contact.ville.value == "")  {
   alert("Your city Please !");
   document.contact.ville.focus();
   return false;
  } 
  if(document.contact.pays.value == "")  {
   alert("Your country Please !");
   document.contact.pays.focus();
   return false;
  }
   if(document.contact.tel.value == "")  {
   alert("Your tel Please !");
   document.contact.tel.focus();
   return false;
  }
   if(document.contact.eMail.value == "")  {
   alert("Your email Please !");
   document.contact.eMail.focus();
   return false;
  }
    if(document.contact.profession.value == "")  {
   alert("Your job Please !");
   document.contact.profession.focus();
   return false;
  }
}