function SendEmail() 
{ 
	var Email = document.getElementById('EmailNews');
	if (Email.value == "") 
	{
		Email.focus();
		alert('Vous devez renseigner le champ email pour recevoir la newsletter.');
	} 
	else
	{
		window.open('newsletter.php?EmailNews='+Email.value,'NewLetter','width=800,height=220,toolbar=no,status=no,location=no');
	}
}


function AffPlan() 
{ 
	window.open('PlanRLC.html','PlanRLC','width=880,height=580,toolbar=no,status=no,location=no');
}

function AffTemoignage(IdTemoignage) 
{ 
	window.open('temoignage.php?Id='+IdTemoignage,'Temoignage','width=880,height=500,toolbar=no,status=no,location=no');
}
