

function Relance_Afficher(id){
	td = document.getElementById('Relance_cell');
	td.innerHTML='<iframe src="/module/client/Relance.php?id='+id+'" width="100%" height="250" scrolling="no" frameborder="0" allowtransparency="true" ></iframe>';
}

function contactAfficher(){
	id = document.f_Client._ID_Contact.value;
	td = document.getElementById('contact_details');
	td.innerHTML='<iframe src="/module/client/contact.php?id='+id+'&L=2" width="100%" height="100%" scrolling="no" frameborder="0" allowtransparency="true" ></iframe>';
}