
var txt_totalPrice = '<span style="font-weight:bold">Total amount for the current basket: </span>';
var txt_divSpeseSpedizione = '<span style="font-weight:bold">Shipping rate: </span>';
var txt_divTotale = '<span style="font-weight:bold">Total: </span>';

var txt_divSconto = '<span style="font-weight:bold;color:red;">Discount coupon: </span>';
var txt_divSconto2 = ' euro ';

var txt_div_totale_nosconto = '<span style="font-weight:bold;text-decoration:line-through">Total: ';
var txt_div_totale_nosconto2 = ' euro </span>';

var txt_totalPrice2 = ' euro ';
var txt_divSpeseSpedizione2 = ' euro ';
var txt_divTotale2 = ' euro ';
var txt_addProdotto = 'Total amount  ';
var txt_addProdotto2 = ' €';
var txtaddProdotto3 = 'Click again to add more<br />';
var txt_noProds = 'No products for the current basket';
var txt_prodAggiunto = 'Add more?!?!';
var txt_invalidnumber = 'Number not valid';
var imgCarrelloPiccola = '<a href="checkout.php"><img src="img/check_out.jpg" alt="Carrello" width="22" border="0" height="19" hspace="5" align="absmiddle" /> Checkout</a>';
//var imgCheckoutPiccola = '<a id="view_carrello" href="javascript:void(0)" title="Carrello" onclick="javascript:Lightview.show({ href: \'#mioCarrello\', options: { width: 400, height: 300 }});"><img src="img/ico_carrello.jpg" alt="Carrello" width="22" border="0" height="19" hspace="5" align="absmiddle" /> Carrello</a><br />';
var imgCheckoutPiccola = '<a id="view_carrello" href="javascript:void(0)" title="Carrello" onclick="javascript:Lightview.show({ href: \'carrello.php\', options: { width: 400, height: 300 }});"><img src="img/ico_carrello.jpg" alt="Carrello" width="22" border="0" height="19" hspace="5" align="absmiddle" /> Basket</a><br />';


var txtquantitaProdotto=" product quantity for the current basket";

var txt_goCheckout ='<a href="checkout.php" target="_parent">CHECKOUT</a>';

var txt_nodispo = 'We are sorry, this product is sold out';
var txt_quantitamax ='Sorry, you can add max ';
var txt_quantitamax2 ='. \n Do you want to add all the available products?';

var txtProd = "Product";
var txtProds = "Products";