function haut_afficher_popup_video_wp()
{
  if(document.getElementById)
	{
		document.getElementById("opacite_video_wp").style.visibility = 'visible';
		document.getElementById("popupDiv_video_wp").style.display = 'block';
		document.getElementById("popupDiv_video_wp").style.visibility = 'visible';
	}
}
function Fermervideowp_DoFSCommand(command, args)
{ 
	if(command == "Fermer_video_wp")
  { 
 		document.getElementById("opacite_video_wp").style.visibility = 'hidden';
 		document.getElementById("popupDiv_video_wp").style.display = 'none';
  }
}
function haut_afficher_popup_cheque()
{
  if(document.getElementById)
	{
		document.getElementById("opacite_video_wp").style.visibility = 'visible';
		document.getElementById("popupDiv_cheque_wp").style.display = 'block';
		document.getElementById("popupDiv_cheque_wp").style.visibility = 'visible';
	}
}
function supprimer_popup_cheque()
{
  if(document.getElementById)
	{
		document.getElementById("opacite_video_wp").style.visibility = 'hidden';
		document.getElementById("popupDiv_cheque_wp").style.display = 'none';
	}
}
/*
function Envoi_Numero_Telephone(form_name, telephone)
{
	document.getElementById("TELEPHONE").value = telephone;
	my_form = document.forms[form_name];
	if(isNaN(telephone) || telephone.length < 10 || telephone.substr(0,1)!="0" || telephone.substr(1,1)=="0" || telephone.substr(1,1)=="8")
	{
		alert("Num\351ro de t\351l\351phone erron\351 !");
		return false;
	}
	else
	{
		MDM_openWindow('', 'popup','width=530,height=305, status=no, directories=no, toolbar=no, menubar=no, scrollbars=no, resizable=no, location=1');
		my_form.target = "popup";
		my_form.submit();
	}
}
*/
function Envoi_Telephone()
{
	var Numero_Telephone;
	Numero_Telephone = 	document.getElementById("linkeo_telephone").value;
	Appel_Linkeo(Numero_Telephone);
}
function Appel_Linkeo(element_1)
{
	var Numero_Telephone;
	var Code_Bouton = "WELLPACK0003";
	if(element_1 != "")
	{
		Numero_Telephone = element_1; 
	}
	if (isNaN(Numero_Telephone) || Numero_Telephone.length < 10 || Numero_Telephone.substr(0,1)!="0" || Numero_Telephone.substr(1,1)=="0" || Numero_Telephone.substr(1,1)=="8")
	{
		alert("Num\351ro de t\351l\351phone erron\351 !");
	}
	else
	{
		document.getElementById('appel_linkeo').innerHTML = '<img src="http://wcb.linkeo.com/wcbFrontal/services.do?t=httpCall&codeBouton='+Code_Bouton+'&&callee='+Numero_Telephone+'" width=0 height=0 border=0>';
		//document.write('<img src="http://wcb.linkeo.com/wcbFrontal/services.do?t=httpCall&codeBouton='+Code_Bouton+'&&callee='+Numero_Telephone+'" width=0 height=0 border=0>');
		//window.document.url_linkeo.src="http://advertising.wellpack.fr/sites_annexes/minisites/13_old/?codeBouton="+Code_Bouton+"&callee="+Numero_Telephone;
	}
	return false;	
}
