// JavaScript Document

function MM_reloadPage(init) {
  if (init==true) with (navigator) {if ((appName=="Netscape")&&(parseInt(appVersion)==4)) {
   document.MM_pgW=innerWidth; document.MM_pgH=innerHeight; onresize=MM_reloadPage; }}
  else if (innerWidth!=document.MM_pgW || innerHeight!=document.MM_pgH) location.reload();
}

MM_reloadPage(true);

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];}
}

function MM_showHideLayers() { //v6.0
  var i,p,v,obj,args=MM_showHideLayers.arguments;
  for (i=0; i<(args.length-2); i+=3) if ((obj=MM_findObj(args[i]))!=null) { v=args[i+2];
    if (obj.style) { obj=obj.style; v=(v=='show')?'visible':(v=='hide')?'hidden':v; }
    obj.visibility=v; }
}    

function nav_page(page, total)
{		
	document.recherche.page.value = page;
	document.recherche.total.value = total;
	document.recherche.submit();
}

function nav_page_avance(page, total)
{		
	document.rechercheavance.action = "page.php?rub=rech_avance&confirm=1";
	document.rechercheavance.page.value = page;
	document.rechercheavance.total.value = total;
	document.rechercheavance.submit();
}

function check_newsletter()
{
	ok = true;
	
	if (!emailCheck(document.newsletter.email.value,"Votre adresse E-mail semble incorrecte !")) {
		ok = false;
	}

	if (ok) document.newsletter.submit();
}

function check_contact()
{
	ok = true;
	if (document.contact.nom.value == "") {
		alert("Veuillez saisir votre nom!");
		document.contact.nom.focus();
		ok = false;
	}
	
	if ((document.contact.prenom.value == "") && (ok)) {
		alert("Veuillez saisir votre prénom !");
		document.contact.prenom.focus();
		ok = false;
	}
	
	if ((document.contact.cp.value == "") && (ok)) {
		alert("Veuillez saisir votre code postal !");
		document.contact.cp.focus();
		ok = false;
	}
	
	if (ok) {
		if (!emailCheck(document.contact.mail.value,"Votre adresse E-mail semble incorrecte !")) {
			ok = false;
		}
	}
	
	if ((document.contact.mail.value != "") && (ok)) {
		if (document.contact.mail.value != document.contact.mail2.value) {
			alert("La confirmation de votre E-mail est incorrecte !");
			document.contact.mail.focus();
			ok = false;
		}
	}
	
	if ((document.contact.sujet.value == "") && (ok)) {
		alert("Veuillez saisir le sujet !");
		document.contact.sujet.focus();
		ok = false;
	}
	
	if ((document.contact.message.value == "") && (ok)) {
		alert("Veuillez saisir votre message !");
		document.contact.message.focus();
		ok = false;
	}
	
	if (ok) document.contact.submit();
}

function check_abonnement()
{
	ok = true;
	if (document.contact.nom.value == "") {
		alert("Veuillez saisir votre nom !");
		document.contact.nom.focus();
		ok = false;
	}
	
	if ((document.contact.societe.value == "") && (ok)) {
		alert("Veuillez saisir votre société !");
		document.contact.societe.focus();
		ok = false;
	}
	
	if ((document.contact.fonction.value == "") && (ok)) {
		alert("Veuillez saisir votre fonction !");
		document.contact.fonction.focus();
		ok = false;
	}
	
	if ((document.contact.tel.value == "") && (ok)) {
		alert("Veuillez saisir votre téléphone !");
		document.contact.tel.focus();
		ok = false;
	}
	
	if (ok) {
		if (!emailCheck(document.contact.mail.value,"Votre adresse E-mail semble incorrecte !")) {
			ok = false;
		}
	}
	
	if ((document.contact.adresse.value == "") && (ok)) {
		alert("Veuillez saisir votre adresse !");
		document.contact.adresse.focus();
		ok = false;
	}
	
	
	if ((document.contact.cp.value == "") && (ok)) {
		alert("Veuillez saisir votre code postal !");
		document.contact.cp.focus();
		ok = false;
	}

	if ((document.contact.ville.value == "") && (ok)) {
		alert("Veuillez saisir la ville !");
		document.contact.ville.focus();
		ok = false;
	}
	
	if ((document.contact.pays.value == "") && (ok)) {
		alert("Veuillez saisir votre pays !");
		document.contact.pays.focus();
		ok = false;
	}
	
	if (ok) document.contact.submit();
}

function check_vente()
{
	ok = true;
	if (document.contact.nom.value == "") {
		alert("Veuillez saisir votre nom !");
		document.contact.nom.focus();
		ok = false;
	}
	
	if ((document.contact.societe.value == "") && (ok)) {
		alert("Veuillez saisir votre société !");
		document.contact.societe.focus();
		ok = false;
	}
	
	if ((document.contact.fonction.value == "") && (ok)) {
		alert("Veuillez saisir votre fonction !");
		document.contact.fonction.focus();
		ok = false;
	}
	
	if ((document.contact.tel.value == "") && (ok)) {
		alert("Veuillez saisir votre téléphone !");
		document.contact.tel.focus();
		ok = false;
	}
	
	if (ok) {
		if (!emailCheck(document.contact.mail.value,"Votre adresse E-mail semble incorrecte !")) {
			ok = false;
		}
	}
	
	if ((document.contact.adresse.value == "") && (ok)) {
		alert("Veuillez saisir votre adresse !");
		document.contact.adresse.focus();
		ok = false;
	}
	
	
	if ((document.contact.cp.value == "") && (ok)) {
		alert("Veuillez saisir votre code postal !");
		document.contact.cp.focus();
		ok = false;
	}

	if ((document.contact.ville.value == "") && (ok)) {
		alert("Veuillez saisir la ville !");
		document.contact.ville.focus();
		ok = false;
	}
	
	if ((document.contact.pays.value == "") && (ok)) {
		alert("Veuillez saisir votre pays !");
		document.contact.pays.focus();
		ok = false;
	}
	
	if (ok) document.contact.submit();
}

function check_catalogue()
{
	ok = true;
	if (document.contact.nom.value == "") {
		alert("Veuillez saisir votre nom !");
		document.contact.nom.focus();
		ok = false;
	}
	
	if ((document.contact.societe.value == "") && (ok)) {
		alert("Veuillez saisir votre société !");
		document.contact.societe.focus();
		ok = false;
	}
	
	if ((document.contact.fonction.value == "") && (ok)) {
		alert("Veuillez saisir votre fonction !");
		document.contact.fonction.focus();
		ok = false;
	}
	

	
	if (ok) {
		if (!emailCheck(document.contact.mail.value,"Votre adresse E-mail semble incorrecte !")) {
			ok = false;
		}
	}
	
	if ((document.contact.adresse.value == "") && (ok)) {
		alert("Veuillez saisir votre adresse !");
		document.contact.adresse.focus();
		ok = false;
	}
	
	
	if ((document.contact.cp.value == "") && (ok)) {
		alert("Veuillez saisir votre code postal !");
		document.contact.cp.focus();
		ok = false;
	}

	if ((document.contact.ville.value == "") && (ok)) {
		alert("Veuillez saisir la ville !");
		document.contact.ville.focus();
		ok = false;
	}

	
	if (ok) document.contact.submit();
}

function check_formation()
{
	ok = true;
	
	if (ok) document.contact.submit();
}

function check_recommander()
{
	ok = true;
	if (document.contact.nom.value == "") {
		alert("Veuillez saisir votre nom!");
		document.contact.nom.focus();
		ok = false;
	}
	
	
	if (ok) {
		if (!emailCheck(document.contact.from.value,"Votre adresse E-mail semble incorrecte !")) {
			ok = false;
		}
	}
	
	if (ok) {
		if (!emailCheck(document.contact.to.value,"L'adresse E-mail de votre destinataire semble incorrecte !")) {
			ok = false;
		}
	}
	
	if (ok) document.contact.submit();
}


function check_rdv()
{
	ok = true;
	if (document.contact.nom.value == "") {
		alert("Veuillez saisir votre nom !");
		document.contact.nom.focus();
		ok = false;
	}
	
	if ((document.contact.societe.value == "") && (ok)) {
		alert("Veuillez saisir votre société !");
		document.contact.societe.focus();
		ok = false;
	}
	
	if ((document.contact.fonction.value == "") && (ok)) {
		alert("Veuillez saisir votre fonction !");
		document.contact.fonction.focus();
		ok = false;
	}
	
	if ((document.contact.tel.value == "") && (ok)) {
		alert("Veuillez saisir votre téléphone !");
		document.contact.tel.focus();
		ok = false;
	}
	
	if (ok) {
		if (!emailCheck(document.contact.mail.value,"Votre adresse E-mail semble incorrecte !")) {
			ok = false;
		}
	}
	
	if ((document.contact.adresse.value == "") && (ok)) {
		alert("Veuillez saisir votre adresse !");
		document.contact.adresse.focus();
		ok = false;
	}
	
	
	if ((document.contact.cp.value == "") && (ok)) {
		alert("Veuillez saisir votre code postal !");
		document.contact.cp.focus();
		ok = false;
	}

	if ((document.contact.ville.value == "") && (ok)) {
		alert("Veuillez saisir la ville !");
		document.contact.ville.focus();
		ok = false;
	}
	
	if ((document.contact.pays.value == "") && (ok)) {
		alert("Veuillez saisir votre pays !");
		document.contact.pays.focus();
		ok = false;
	}
	
	if (ok) document.contact.submit();
}
	
///////////////////////////////////////////////////////
//Fonction de vérification du formulaire contributeur//
///////////////////////////////////////////////////////
function check_coordonnees () {
	ok = true;
	if (document.form_coordonnees.nom.value == "") {
		alert("Veuillez saisir votre nom !");
		document.form_coordonnees.nom.focus();
		ok = false;
	}
	
	if ((document.form_coordonnees.prenom.value == "") && (ok)) {
		alert("Veuillez saisir votre prenom !");
		document.form_coordonnees.prenom.focus();
		ok = false;
	}
	
	if (ok) {
		if (!emailCheck(document.form_coordonnees.email.value,"Votre adresse E-mail semble incorrecte !")) {
			ok = false;
		}
		
		if ((document.form_coordonnees.tel.value == "") && (ok)) {
		alert("Veuillez saisir votre téléphone !");
		document.form_coordonnees.tel.focus();
		ok = false;
	}
		if ((document.form_coordonnees.fax.value == "") && (ok)) {
		alert("Veuillez saisir votre fax !");
		document.form_coordonnees.fax.focus();
		ok = false;
	}
		if ((document.form_coordonnees.societe.value == "") && (ok)) {
		alert("Veuillez saisir votre société !");
		document.form_coordonnees.societe.focus();
		ok = false;
	}
		if ((document.form_coordonnees.service.value == "") && (ok)) {
		alert("Veuillez saisir votre service !");
		document.form_coordonnees.service.focus();
		ok = false;
	}
		if ((document.form_coordonnees.fonction.value == "") && (ok)) {
		alert("Veuillez saisir votre fonction !");
		document.form_coordonnees.fonction.focus();
		ok = false;
	}
	if ((document.form_coordonnees.adr1.value == "") && (ok)) {
		alert("Veuillez saisir votre adresse 1 !");
		document.form_coordonnees.adr1.focus();
		ok = false;
	}
		if ((document.form_coordonnees.adr2.value == "") && (ok)) {
		alert("Veuillez saisir votre adresse 2!");
		document.form_coordonnees.adr2.focus();
		ok = false;
	}
	if ((document.form_coordonnees.ville.value == "") && (ok)) {
		alert("Veuillez saisir votre ville !");
		document.form_coordonnees.ville.focus();
		ok = false;
	}
	
	if ((document.form_coordonnees.cp.value == "") && (ok)) {
		alert("Veuillez saisir votre code postal !");
		document.form_coordonnees.cp.focus();
		ok = false;
	}
		
	}
	

	
	
if (ok) document.form_coordonnees.submit();
}
//