//---------------------------
function verif_formu()
{
//----------------------------------------------------
if(document.formulaire.nom.value == "")
{
 alert("Veuillez entrer votre nom");
 document.formulaire.nom.focus();
 return false;
}
if(document.formulaire.prenom.value == "")
{
 alert("Veuillez entrer votre prénom");
 document.formulaire.prenom.focus();
 return false;
}
if(document.formulaire.email.value == "")
{
 alert("Veuillez entrer votre adresse électronique!");
 document.formulaire.email.focus();
 return false;
}
if(document.formulaire.email.value.indexOf('@') == -1)
{
 alert("Ce n'est pas une adresse électronique!");
 document.formulaire.email.focus();
 return false;
}
if(document.formulaire.message.value == "")
{
 alert("Veuillez entrer message !");
 document.formulaire.message.focus();
 return false;
}
}
//------------------------------------------------------
function graphique()
{
	window.open("graphique.html","Abeo","width=800,height=424,top=120,left=120,resizable=no,scrollbars=no");
}
function deonto()
{
	window.open("code-deontologie-abeo.html","Abeo","width=760,height=424,top=120,left=120,resizable=no,scrollbars=yes");
}
function partenaires()
{
	window.open("partenaires.html","Abeo","width=850,height=424,top=120,left=120,resizable=no,scrollbars=yes");
}
function ouvrephoto(img)
{
	window.open("../photos/"+img+".html","Abeo","width=800,height=600,top=120,left=120,resizable=no,scrollbars=no");
}
function plans()
{
	window.open("plan-abeo.html","ABEO","width=629,height=606,top=120,left=120,resizable=no,scrollbars=no");
}
function module(module)
{
	window.open(module+".html","Abeo9","width=700,height=400,top=120,left=120,resizable=no,scrollbars=no");
}
function module2(module)
{
	window.open(module+".html","Abeo8","width=700,height=500,top=120,left=120,resizable=no,scrollbars=no");
}
function packs()
{
	window.open("packs.html","ABEO1","width=389,height=331,top=120,left=120,resizable=no,scrollbars=no");
}
function diapo()
{
	window.open("../photos/diapo.html","ABEO0","width=955,height=600,top=120,left=120,resizable=no,scrollbars=no");
}
function carte()
{
	window.open("carte.html","ABEO2","width=369,height=585,top=120,left=120,resizable=no,scrollbars=no");
}
function decouvertes()
{
	window.open("decouverte.html","ABEO3","width=341,height=275,top=120,left=120,resizable=no,scrollbars=no");
}
function connaissance()
{
	window.open("connaissance.html","ABEO4","width=342,height=372,top=120,left=120,resizable=no,scrollbars=no");
}
function expression()
{
	window.open("expression.html","ABEO5","width=343,height=378,top=120,left=120,resizable=no,scrollbars=no");
}
function mentions()
{
	window.open("http://www.abeoconseil.com/mentions.html","ABEO6","width=560,height=350,top=120,left=120,resizable=no,scrollbars=no");
}
function presta()
{
	window.open("http://www.abeoconseil.com/prestations-conseil-image-coaching-entreprises/presta.html","ABEO7","width=600,height=340,top=120,left=120,resizable=no,scrollbars=no");
}
//-------------------
<!--
function MM_swapImgRestore() { //v3.0
  var i,x,a=document.MM_sr; for(i=0;a&&i<a.length&&(x=a[i])&&x.oSrc;i++) x.src=x.oSrc;
}

function MM_preloadImages() { //v3.0
  var d=document; if(d.images){ if(!d.MM_p) d.MM_p=new Array();
    var i,j=d.MM_p.length,a=MM_preloadImages.arguments; for(i=0; i<a.length; i++)
    if (a[i].indexOf("#")!=0){ d.MM_p[j]=new Image; d.MM_p[j++].src=a[i];}}
}

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_swapImage() { //v3.0
  var i,j=0,x,a=MM_swapImage.arguments; document.MM_sr=new Array; for(i=0;i<(a.length-2);i+=3)
   if ((x=MM_findObj(a[i]))!=null){document.MM_sr[j++]=x; if(!x.oSrc) x.oSrc=x.src; x.src=a[i+2];}
}
//-->