// Cart settings
var cart_url="/vibracart/"
var showcartatstart=false
var showcartonadd=true
var hidecartifempty=true
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 closeButton=""
var updateButton="updatecart.png"
var checkoutButton="checkout.png"
var busyImage="ajax-loader-transparent.gif"

// Widget settings
var use_widget=false
var initiallyshowemptywidget=false
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=3000
var errordelay=3000
var usejavascriptalert=false

// Agreement terms settings
var showTerms=true
var cart_height_terms=20
var termspage="Terms.htm"
var termstarget=""
var termstext="I agree to the terms and conditions"
var msg_terms="Please tick the box below to agree to the terms and conditions"

// Item image settings
var showItemImage=false

// Checking ut to Paypal message
var msg_checkout="Connecting to Paypal"

// Cart product limits
var itemquantitylimit=1
var msg_itemquantity="That item is already in the cart"
var cartquantitylimit=0
var msg_cartquantity="Only 3 items can be purchased"


// Removes Item Quantity Box and Update Button
var showItemQuantity=false
var updateButton=""





