
function controle_ajout_commentaire_article(nom,prenom,telephone,ville,quartier,lieu_habitation,email,message,objet,parametre,code_securite)
{	
	var OAjax;
	if (window.XMLHttpRequest) OAjax = new XMLHttpRequest();
	else if (window.ActiveXObject) OAjax = new ActiveXObject('Microsoft.XMLHTTP'); 
	OAjax.open('POST',"signin.php",true);
	OAjax.onreadystatechange = function()
	{
		if (OAjax.readyState == 4 && OAjax.status==200)
		{
			if (document.getElementById) 
			{					
				document.getElementById('msg_action').innerHTML=OAjax.responseText;
			}
		}
	}
	OAjax.setRequestHeader('Content-type','application/x-www-form-urlencoded');
	OAjax.send('nom='+nom+'&prenom='+prenom+'&telephone='+telephone+'&ville='+ville+'&quartier='+quartier+'&lieu_habitation='+lieu_habitation+'&email='+email+'&message='+message+'&objet='+objet+'&parametre='+parametre+'&code_securite='+code_securite);
}

function controle_ajout_contact(civilite,nom,prenom,fonction,societe,telephone,fax,email,objet,message,parametre,code_securite)
{	
	var OAjax;
	if (window.XMLHttpRequest) OAjax = new XMLHttpRequest();
	else if (window.ActiveXObject) OAjax = new ActiveXObject('Microsoft.XMLHTTP'); 
	OAjax.open('POST',"signin.php",true);
	OAjax.onreadystatechange = function()
	{
		if (OAjax.readyState == 4 && OAjax.status==200)
		{
			if (document.getElementById) 
			{					
				document.getElementById('msg_action').innerHTML=OAjax.responseText;
			}
		}
	}
	OAjax.setRequestHeader('Content-type','application/x-www-form-urlencoded');
	OAjax.send('civilite='+civilite+'&nom='+nom+'&prenom='+prenom+'&fonction='+fonction+'&societe='+societe+'&telephone='+telephone+'&fax='+fax+'&email='+email+'&objet='+objet+'&message='+message+'&parametre='+parametre+'&code_securite='+code_securite);
}

function controle_ajout_contact_expert(civilite,nom,prenom,fonction,societe,telephone,fax,email,objet,message,parametre,code_securite)
{	
	var OAjax;
	if (window.XMLHttpRequest) OAjax = new XMLHttpRequest();
	else if (window.ActiveXObject) OAjax = new ActiveXObject('Microsoft.XMLHTTP'); 
	OAjax.open('POST',"signin.php",true);
	OAjax.onreadystatechange = function()
	{
		if (OAjax.readyState == 4 && OAjax.status==200)
		{
			if (document.getElementById) 
			{					
				document.getElementById('msg_action').innerHTML=OAjax.responseText;
			}
		}
	}
	OAjax.setRequestHeader('Content-type','application/x-www-form-urlencoded');
	OAjax.send('civilite='+civilite+'&nom='+nom+'&prenom='+prenom+'&fonction='+fonction+'&societe='+societe+'&telephone='+telephone+'&fax='+fax+'&email='+email+'&objet='+objet+'&message='+message+'&parametre='+parametre+'&code_securite='+code_securite);
}

function controle_ajout_newsletter(civilite,nom,prenom,fonction,societe,telephone,fax,email,objet,message,parametre,code_securite)
{	
	var OAjax;
	if (window.XMLHttpRequest) OAjax = new XMLHttpRequest();
	else if (window.ActiveXObject) OAjax = new ActiveXObject('Microsoft.XMLHTTP'); 
	OAjax.open('POST',"signin.php",true);
	OAjax.onreadystatechange = function()
	{
		if (OAjax.readyState == 4 && OAjax.status==200)
		{
			if (document.getElementById) 
			{					
				document.getElementById('msg_action').innerHTML=OAjax.responseText;
			}
		}
	}
	OAjax.setRequestHeader('Content-type','application/x-www-form-urlencoded');
	OAjax.send('civilite='+civilite+'&nom='+nom+'&prenom='+prenom+'&fonction='+fonction+'&societe='+societe+'&telephone='+telephone+'&fax='+fax+'&email='+email+'&objet='+objet+'&message='+message+'&parametre='+parametre+'&code_securite='+code_securite);
}

function controle_ajout_contact_businness(civilite,nom,prenom,fonction,societe,telephone,fax,email,objet,message,parametre,code_securite)
{	
	var OAjax;
	if (window.XMLHttpRequest) OAjax = new XMLHttpRequest();
	else if (window.ActiveXObject) OAjax = new ActiveXObject('Microsoft.XMLHTTP'); 
	OAjax.open('POST',"signin.php",true);
	OAjax.onreadystatechange = function()
	{
		if (OAjax.readyState == 4 && OAjax.status==200)
		{
			if (document.getElementById) 
			{					
				document.getElementById('msg_action').innerHTML=OAjax.responseText;
			}
		}
	}
	OAjax.setRequestHeader('Content-type','application/x-www-form-urlencoded');
	OAjax.send('civilite='+civilite+'&nom='+nom+'&prenom='+prenom+'&fonction='+fonction+'&societe='+societe+'&telephone='+telephone+'&fax='+fax+'&email='+email+'&objet='+objet+'&message='+message+'&parametre='+parametre+'&code_securite='+code_securite);
}

function controle_ajout_contact_professionnel(civilite,nom,prenom,fonction,societe,telephone,fax,email,objet,message,parametre,code_securite)
{	
	var OAjax;
	if (window.XMLHttpRequest) OAjax = new XMLHttpRequest();
	else if (window.ActiveXObject) OAjax = new ActiveXObject('Microsoft.XMLHTTP'); 
	OAjax.open('POST',"signin.php",true);
	OAjax.onreadystatechange = function()
	{
		if (OAjax.readyState == 4 && OAjax.status==200)
		{
			if (document.getElementById) 
			{					
				document.getElementById('msg_action').innerHTML=OAjax.responseText;
			}
		}
	}
	OAjax.setRequestHeader('Content-type','application/x-www-form-urlencoded');
	OAjax.send('civilite='+civilite+'&nom='+nom+'&prenom='+prenom+'&fonction='+fonction+'&societe='+societe+'&telephone='+telephone+'&fax='+fax+'&email='+email+'&objet='+objet+'&message='+message+'&parametre='+parametre+'&code_securite='+code_securite);
}
