function GetMore(i)
{
	POP("PopUpConsultant.php?ID="+i,"x"+Math.round(Math.random()*100000),1,516,600,0,0);
}
function Fiche(i)
{
	POP("PopUpFiches.php?ID="+i,"x"+Math.round(Math.random()*100000),1,516,600,0,0);
}
function Mail(vNom,vPrenom,vAdresse,vEmail,vTel,vQuestion)
{
	c = "Email.php?Nom="+escape(vNom)+"&Prenom="+escape(vPrenom)+"&Adresse="+escape(vAdresse)+"&Email="+escape(vEmail)+"&Tel="+escape(vTel)+"&Question="+escape(vQuestion);
	POP(c,"ok",0,200,200,0,0);
}


