// Affiche les prix des 2 produits de l'accueil..

function getThePrice1(pdt){ callAjax(17, "GET", "/FR2/getPrice.jsp?pdt="+pdt+"&t="+(new Date()).getTime(), null);}
//function fn17(id){document.getElementById("PRIX1").innerHTML = formatprix(reponseAjax[id]);}
function fn17(id){document.getElementById("PRIX1").innerHTML = formatprix(reponseAjax[id]);}

function getThePrice2(pdt){callAjax(18, "GET", "/FR2/getPrice.jsp?pdt="+pdt+"&t="+(new Date()).getTime(), null);}
function fn18(id){document.getElementById("PRIX2").innerHTML = formatprix(reponseAjax[id]);} 

// PATCH JCG Add Price by reference and not model
function getThePricebyref2(ref){callAjax(19, "GET", "/FR2/getPricebyref.jsp?ref="+ref+"&t="+(new Date()).getTime(), null);}
function fn19(id){document.getElementById("PRIX2").innerHTML = formatprix(reponseAjax[id]);}  