// JavaScript Document

function initFormulaire(){
	document.getElementById("formulaireBourse").style.display="none";
	document.getElementById("formulaireDispo").style.display="none";
	document.getElementById("formulaireDispoPap").style.display="none";
	document.getElementById("formulaireCommande").style.display="none";
	document.getElementById("formulaireContact").style.display="none";
	document.getElementById("formulaireRachat").style.display="none";
}

function rediriger(){
	switch(document.choixContactForm.choixSujet.value){
		case '1': initFormulaire(); document.getElementById("formulaireBourse").style.display="block"; break;
		case '2': window.location.href='./horaires.php'; break;
		case '3': initFormulaire(); document.getElementById("formulaireDispo").style.display="block"; break;
		case '4': initFormulaire(); document.getElementById("formulaireDispoPap").style.display="block"; break;
		case '5': initFormulaire(); document.getElementById("formulaireRachat").style.display="block"; break;
		case '6': initFormulaire(); document.getElementById("formulaireCommande").style.display="block"; break;
		case '7': window.location.href='./nous-rejoindre.php'; break;
		case '8': window.location.href='./moyens.php'; break;
		case '9': initFormulaire(); document.getElementById("formulaireNumerique").style.display="block"; break;
		case '10': initFormulaire(); document.getElementById("formulaireContact").style.display="block"; break;
	}
}

function ouver(URL){
	window.open(URL,'Arrivage','width=350, height=620');
}

function VerifForm(formulaire){
	adresse = formulaire.mail.value;
	var place = adresse.indexOf("@",1);
	var point = adresse.indexOf(".",place+1);
	if ((place > -1)&&(adresse.length >2)&&(point > 1))	{
		formulaire.submit();
		return(true);
	} else {
		alert('Entrez une adresse e-mail valide!!');
		return(false);
	}
}

function closeLayer(){
	document.getElementById("layerAnim").style.visibility="hidden";
	document.getElementById("layerAnim").style.display="none";
	document.getElementById("petitAnim").style.display="block";
}

function closeLayer2(){
	document.getElementById("animPro").style.display="none";
	document.getElementById("blocMode").style.display="block";
}

var so = new SWFObject("../../images/public/interface/menu.swf", "mymovie", "719", "194", "7", "#FFFFFF","","","","","true");
		so.write("flashcontent");//-->