function submitPage(form) {
	var j, arobase;
	i=0;
	k=0;
	var a=form.Email.value;
	if (a!="") {
		for(j=0; j<a.length-1;j++) {
			if(a.charAt(j)=="@") { i++; arobase=i; }
		}
		for(j=arobase; j<a.length-1;j++) {
			if(a.charAt(j)==".")
				k++;
		}
		if(i!=1 || k<1) {
			alert("Vérifier votre adresse e-mail");
			form.Email.focus();
			return false;
		}
	} else {
		alert("Merci de renseigner votre adresse e-mail");
		form.Email.focus();
		return false;}

	if (form.Question.value=="") {
		alert ('Merci de préciser votre question');
		form.Question.focus();
		return false;}

	rep=confirm ('Confirmez-vous votre message ?');
	if (rep) {return true;} else {return false;}

}

function fnShowDetails(DetailsDiv) {
//	alert(DetailsDiv);
	if(document.getElementById(DetailsDiv).style.display=='inline')
		document.getElementById(DetailsDiv).style.display='none';
	else
		document.getElementById(DetailsDiv).style.display='inline';
}

function zoomfinitions(url){
popupImage = window.open('','_blank','toolbar=0, location=0, directories=0, menuBar=0, scrollbars=yes, resizable=0');
popupImage.document.open();
popupImage.document.write('<html><head><title>Photo Piano Mullet</title></head><body style="margin:0"><table width="100%" height="100%" border="0" cellpadding="0" cellspacing="0"><tr><td align="center"><a href="#" onClick="self.close();"><IMG src="'+url+'" BORDER=0 NAME=ImgZoom onLoad="window.resizeTo(document.ImgZoom.width+40,document.ImgZoom.height+70);window.moveTo(((screen.width-(document.ImgZoom.width+40))/2),((screen.height-(document.ImgZoom.height+80))/2))"></a></td></tr></table></body></html>');
}
function zoom(url){
popupImage = window.open('','_blank','toolbar=0, location=0, directories=0, menuBar=0, scrollbars=yes, resizable=0');
popupImage.document.open();
popupImage.document.write('<html><head><title>Photo Piano Mullet</title></head><body style="margin:0"><table width="100%" height="100%" border="0" cellpadding="0" cellspacing="0"><tr><td align="center"><a href="#" onClick="self.close();"><IMG src="'+url+'" BORDER=0 NAME=ImgZoom onLoad="window.resizeTo(document.ImgZoom.width+40,document.ImgZoom.height+70);window.moveTo(((screen.width-(document.ImgZoom.width+40))/2),((screen.height-(document.ImgZoom.height+80))/2))"></a></td></tr></table></body></html>');
}


function submitPage(form) {
	var j, arobase;
	i=0;
	k=0;
	var a=form.Email.value;
	if (a!="") {
		for(j=0; j<a.length-1;j++) {
			if(a.charAt(j)=="@") { i++; arobase=i; }
		}
		for(j=arobase; j<a.length-1;j++) {
			if(a.charAt(j)==".")
				k++;
		}
		if(i!=1 || k<1) {
			alert("Vérifier votre adresse e-mail");
			form.Email.focus();
			return false;
		}
	} else {
		alert("Merci de renseigner votre adresse e-mail");
		form.Email.focus();
		return false;}

	if (form.Question.value=="") {
		alert ('Merci de préciser votre question');
		form.Question.focus();
		return false;}

	rep=confirm ('Confirmez-vous votre message ?');
	if (rep) {return true;} else {return false;}

}

function fnShowDetails(DetailsDiv) {
//	alert(DetailsDiv);
	if(document.getElementById(DetailsDiv).style.display=='inline')
		document.getElementById(DetailsDiv).style.display='none';
	else
		document.getElementById(DetailsDiv).style.display='inline';
}

function zoomfinitions(url){
popupImage = window.open('','_blank','toolbar=0, location=0, directories=0, menuBar=0, scrollbars=yes, resizable=0');
popupImage.document.open();
popupImage.document.write('<html><head><title>Photo Piano Mullet</title></head><body style="margin:0"><table width="100%" height="100%" border="0" cellpadding="0" cellspacing="0"><tr><td align="center"><a href="#" onClick="self.close();"><IMG src="'+url+'" BORDER=0 NAME=ImgZoom onLoad="window.resizeTo(document.ImgZoom.width+40,document.ImgZoom.height+70);window.moveTo(((screen.width-(document.ImgZoom.width+40))/2),((screen.height-(document.ImgZoom.height+80))/2))"></a></td></tr></table></body></html>');
}
function zoom(url){
popupImage = window.open('','_blank','toolbar=0, location=0, directories=0, menuBar=0, scrollbars=yes, resizable=0');
popupImage.document.open();
popupImage.document.write('<html><head><title>Photo Piano Mullet</title></head><body style="margin:0"><table width="100%" height="100%" border="0" cellpadding="0" cellspacing="0"><tr><td align="center"><a href="#" onClick="self.close();"><IMG src="'+url+'" BORDER=0 NAME=ImgZoom onLoad="window.resizeTo(document.ImgZoom.width+40,document.ImgZoom.height+70);window.moveTo(((screen.width-(document.ImgZoom.width+40))/2),((screen.height-(document.ImgZoom.height+80))/2))"></a></td></tr></table></body></html>');
}

