

function animeAccueil() {
    
    document.illustration_affichee=1;
    document.illustration_periode=10;
    document.compteurI=0;
    document.actualite_affichee=1;
    document.actualite_periode=2;
    document.compteurA=0;
    
    //alert('illustration_periode='+ document.illustration_periode);
    //alert('actualite_periode='+ document.actualite_periode);
    
    window.setTimeout('changeImage()',300);
    //window.setTimeout('changeIllustrationAccueil()',4000);
    //window.setTimeout('changeActualiteAccueil()',1500);
    
}
function changeIllustrationAccueil() {
    document.illustration_affichee++;
    if (document.illustration_affichee==13)  {
        document.illustration_affichee=1;
    }
    document.getElementById('illustration_1').src='/images/frontend/home/visuel-homepage-'+ document.illustration_affichee +'.jpg';
    window.setTimeout('changeIllustrationAccueil()',300);
}


/*function changeActualiteAccueil() {
    document.actualite_affichee++;
    if (document.actualite_affichee==3)  {
        document.actualite_affichee=1;
    }
    document.getElementById('actualite').src='/images/frontend/actus/actu_'+ document.illustration_affichee +'.jpg';
    window.setTimeout('changeActualiteAccueil()',1500);
    
}
*/

function changeImage() {
    //document.compteurA++;
    document.compteurI++;
    
	/*if (document.compteurA==document.actualite_periode)
    {
        document.actualite_affichee++;
        if (document.actualite_affichee==7)  {
            document.actualite_affichee=1;
        }
        document.getElementById('actualite').src='/images/frontend/actus/actu_'+ document.illustration_affichee +'.jpg';
        document.compteurA=0;
    }
	*/
    if (document.compteurI==document.illustration_periode)
    {
        document.illustration_affichee++;
        if (document.illustration_affichee==13)  {
            document.illustration_affichee=1;
        }
        document.getElementById('illustration_1').src='/images/frontend/home/visuel-homepage-'+ document.illustration_affichee +'.jpg';
        document.compteurI=0;
    }

    
    window.setTimeout('changeImage()',300);
}



function popEntreprise()
{
		var largeur=500;
		var hauteur=450;
		var options="menubar=no,scrollbars=no,statusbar=no";
		var top=(screen.height-hauteur)/2;
		var left=(screen.width-largeur)/2;
		var urlOpen = "/main/popupEntreprise";
		window.open(urlOpen,"Entreprise","top="+top+",left="+left+",width="+largeur+",height="+hauteur+","+options);
}

function popEnvoiDevis(id_calcul)
{
		var largeur=500;
		var hauteur=450;
		var options="menubar=no,scrollbars=no,statusbar=no";
		var top=(screen.height-hauteur)/2;
		var left=(screen.width-largeur)/2;
		var urlOpen = "/fiche/envoiMail?idCalcul="+ id_calcul;
		window.open(urlOpen,"Envoi","top="+top+",left="+left+",width="+largeur+",height="+hauteur+","+options);
}
function Callme(a,b,c) {
		var largeur=300;
		var hauteur=350;
		var options="menubar=no,scrollbars=no,statusbar=no";
		var top=(screen.height-hauteur)/2;
		var left=(screen.width-largeur)/2;
		var urlOpen = "http://3620.arcane-networks.com/3620statsV2/dispo_callback.php?";
		var a = Callme.arguments[0];
		var b = Callme.arguments[1];
		var c = Callme.arguments[2];
		//var d = window.document.cb3620.telephone.value ;
		window.open(urlOpen+"&id_client="+a+"&id_bouton="+b+"&id_position="+c,"","top="+top+",left="+left+",width="+largeur+",height="+hauteur+","+options);
		//alert(urlOpen+urlFrom+"&id_client="+a+"&id_bouton="+b);
}
function Callme2(a,b,c) {
		var urlOpen = "http://3620.arcane-networks.com/3620statsV2/dispo_callback.php?";
		var a = Callme.arguments[0];
		var b = Callme.arguments[1];
		var c = Callme.arguments[2];
		
		return urlOpen+"&id_client="+a+"&id_bouton="+b+"&id_position="+c;
}


function _cb() {
	var Taille = window.document.cb3620.telephone.value;
	Taille = Taille.length;
	if (Taille < 10) {
		alert("Le Numéro de téléphone doit être sur sur 10 chiffres");
		return ;
	} else {
		var urlOpen = "http://3620.arcane-networks.com/3620statsV2/adsense_callback.php";
		var a = window.document.cb3620.id_client.value;
		var b = window.document.cb3620.id_bouton.value;
		var c = window.document.cb3620.id_position.value;
		var d = window.document.cb3620.telephone.value ;
		var e = window.document.cb3620.urlFrom.value;
		window.location.href = urlOpen+"?id_client="+a+"&id_bouton="+b+"&id_position="+c+"&id_numero="+d+"&urlFrom="+e ;
	}
}	

function sf(){
	document.cb3620.telephone.focus();
}

function ctrlfem()
{
	var acceptation= document.form_email.acceptation.checked;
	if (acceptation==true) {
		return true;
	} else {
		alert("Vous devez cocher la case pour accepter les informations lÃ©gales.");
		return false;
	}
}  

