
function verif(email)
{var arobase=email.indexOf("@")
var point=email.lastIndexOf(".")
if(document.contact.sender_name.value==""||document.contact.sender_surname.value==""||document.contact.message.value=="")
{alert("Veuillez remplir tous les champs marqués d'une étoile");return false;}
else
{if((arobase<2)||(point+2>email.length)||(point<arobase+2))
{alert("Cet Email est erroné !");return false;}
else
{return true;}}}
function verifmailing(email){var arobase=email.indexOf("@");var point=email.lastIndexOf(".");if((arobase<2)||(point+2>email.length)||(point<arobase+2))
{alert('Email Incorrect !');return false;}
else
{return true;}}
function affichemaxi(chemin,popup_height,popup_width,titre)
{if(!titre)titre="Agrandissement photo";var html='<HTML><HEAD><TITLE>'+titre+'</TITLE></HEAD><BODY LEFTMARGIN=0 MARGINWIDTH=0 TOPMARGIN=0 MARGINHEIGHT=0><IMG SRC="'+chemin+'") onclick="window.close()" style="cursor:pointer"></BODY></HTML>';popupImage=window.open('','_blank','toolbar=0,location=0,directories=0,menuBar=0,scrollbars=0,resizable=0,height='+popup_height+',width='+popup_width);popupImage.document.open();popupImage.document.write(html);popupImage.document.close();}
function ouvre_popup(page,taille)
{window.open(page,'info','top=200,left=200,'+taille+',resizable=no,scrollbars=yes,fullscreen=no');}
function addFav()
{if(document.all)
{window.external.AddFavorite(location.href,document.title);}
else
{alert('Vous pouvez faire CTRL + D pour ajouter cette page dans vos signets, ou favoris.')}}<!--fonction pour verif moteur de recherche
function verif_moteur()
{if(document.moteurrecherche.moteur_recherche.value=="")
{alert("Veuillez préciser votre recherche");return false;}
else
{return true;}}<!--Fonction de vérification formulaire
function verif_devis(email)
{var arobase=email.indexOf("@")
var point=email.lastIndexOf(".")
if((arobase<2)||(point+2>email.length)||(point<arobase+2))
{alert("Cet Email est erroné !");return false;}
else
{if(document.devis.nom.value==""||document.devis.prenom.value==""||document.devis.adresse.value==""||document.devis.ville.value==""||document.devis.code_postal.value=="")
{alert("Veuillez remplir tous les champs marqués d'une étoile");return false;}
else
{return true;}}}
function affiche_diapo(img,titre)
{w=open("",'image','width=1,height=1,toolbar=no,scrollbars=no,resizable=no');w.document.write("<script type='text/javascript'>function checksize() { if (document.images[0].complete) { window.resizeTo(document.images[0].width+10,document.images[0].height+60); window.focus();} else { settimeout('checksize()',250) } }</"+"script>");w.document.write("<body onload='checksize()' onblur='window.close()' style='cursor:pointer' onclick='window.close()' topmargin=0 leftmargin=0 marginwidth=0 marginheight=0>");w.document.write("<img src='"+img+"' border='0' alt='"+titre+"' />");w.document.close();}
