// Cart settings
var cart_url="/vibracart/"
var showcartatstart=false
var showcartonadd=true
var hidecartifempty=false
var cartposition="fixed"
var cart_left=-1
var cart_top=-1
var cart_height=350
var cart_width=350
var cart_height_header=20
var cart_height_footer=28
var animate_style="none"
var animate_pixels=20
var animate_speed=3
var showItemRemove=true
var showItemQuantity=true
var showItemDescription=true
var showItemTotal=true
var optionValueSeparator=":"
var optionSeparator=""
var idPrefix="#"
var idSuffix=""
var discountPriceSeparator=", "
var discountQuantityOperator=" x "
var msg_cartempty="The cart is empty"
var msg_button="Invalid button"
var msg_currency="You cannot mix items in different currencies"
var msg_items="items"
var emptyCartImage="emptycart.png"
var deleteButton="delete.png"
var closeButton="closecart.png"
var continueButton="continue.png"
var updateButton=""
var checkoutButton="checkout.png"
var applyButton="apply.png"
var busyImage="ajax-loader-transparent.gif"

// Widget settings
var use_widget=true
var initiallyshowemptywidget=true
var hidewidgetifempty=false
var widget_left=0
var widget_top=-1
var widget_height=120
var widget_width=50
var widgetbackground="widgetgradient.png"
var widgetimage="widgetcart.png"

// Misc settings
var IE6usegif=true
var usesandbox=""
var messagedelay=2000
var errordelay=2000
var usejavascriptalert=false

// Agreement terms settings
var showTerms=false
var cart_height_terms=20
var termspage="terms.html"
var termstarget=""
var termstext="I agree to the terms and conditions"
var msg_terms="You must agree to the terms before you can checkout"

// Item image settings
var showItemImage=true

// Checking ut to Paypal message
var msg_checkout="Please wait while we connect to Paypal"

// Cart product limits
var itemquantitylimit=0
var msg_itemquantity="Only 1 of each item can be purchased"
var cartquantitylimit=0
var msg_cartquantity="Only 3 items can be purchased"

// Discount settings
var discounttext="Order Discount"

// Coupon code
var showCoupon=true
var cart_height_coupon=25
var couponinputtext="Promo Code"
var coupontext="Promo Code: "
var msg_couponnotvalid="Promo Code not valid"

// Page Fade
var pageFade=true;

