function delete_produit(id_produit) {
	document.getElementById("id_produit_delete").value=id_produit;
	document.getElementById("form_produit_delete").submit();
}

function calc_prepaiement(el) {
	sendData("fct=calcul_bonus&montant="+el.value, ch_en_cours_img+ch_ajax+"ajax.php", "POST", $("bonus"));
}

function change_pays(el, el_region, champ) {
	var pays = el.value;
	sendData("fct=change_pays&pays="+pays+"&champ="+champ, ch_en_cours_img+ch_ajax+"ajax.php", "POST", $(el_region));
}
