// SparrowScripts Javascript Shopping Cart System
// written by Tan Ling Wee
// last updated 21 August 2005
// website : www.sparrowscripts.com
// ===================================================================

var cartWidth=320;

var Path="js/";
var CompanyLogo="../img/spacer.gif";
var checkoutPage="http://www.capcroatia.com/location-croatie/reservation-disponibilite-logement.html";

var showProductId=true;
var showProductDescription=true;
var showProductUnitPrice=true;
var showProductDiscount=false;
var showProductPrice=false;
var showProductqty=false;
var showSubtotalQty=false;
