function popdetaille(ref)
{
chemain='detaile.php?choixref='+ref;
window.open(chemain,'popd','width=750,height=400')

}

function popannier(ref,cpt)
{
alert(ref);
qnt=document.forms[0].elements[cpt].value;
alert(cpt);
var chemain="pannier.php?choixref="+ref+"&choixqnt="+qnt+"&maj=ajout";
alert(chemain);
alert("Votre Produit ŕ été ajouter avec succes...!");
window.open(chemain,'xxx','width=750,height=400,scrollbars=yes,resizable=1')
}

function popsupp(ref,cpt)
{
alert(ref);
alert(cpt);
var qnt=document.forms[0].elements[cpt].value;
alert(qnt);
var adr="pannier.php?choixref="+ref+"&choixqnt="+qnt+"&maj=supp";
alert(adr);
window.open(adr,'xxx',"width=750,height=400,scrollbars=1,location=yes");
}

function popoption()
{
document.forms[i].elements[j].options[k].value
}
