var i;
var totalligne = 0, soustotal = 0; depart = 0; port =0; total =0; j=1;

for ( i in top.cart)
{
if (top.cart[i].prix != 1)
{
document.write ('<TR><TD ALIGN=CENTER>   '+top.cart[i].quantite+'</TD><TD ALIGN=CENTER>    '+top.cart[i].nom+'</TD><TD ALIGN=CENTER>        '+top.cart[i].prix+'</TD>');
totalligne = top.cart[i].quantite * top.cart[i].prix;
document.write (' <TD ALIGN=CENTER>     '+totalligne+'</TD><TD ALIGN=CENTER><SELECT NAME="Article'+j+'"><OPTION>Ibis Polychrome</OPTION><OPTION>Ibis Bleu</OPTION><OPTION>Ibis Rose</OPTION><OPTION>Motif Samadet</OPTION><OPTION>Vieux Martres</OPTION><OPTION>Nouveau Martres</OPTION></SELECT></FONT>');
soustotal += totalligne;
j = (j+1);
}
else
 depart = top.cart[i].quantite;
}
if (depart == "FR" || depart =="CEE")
   if (depart == "FR")
     depart = 0;
    else
     depart = 1;
else
  alert("le pays de livraison n'est pas valide. Vous devez taper FR pour la france ou CEE pour un pays d'europe.");
