
	simpleCart.email = "info@mediasites.fr";
	simpleCart.checkoutTo = PayPal;
//	simpleCart.merchantId = "118575326044237";
//	simpleCart.checkoutTo = GoogleCheckout;
	simpleCart.currency = EUR;
	simpleCart.taxRate  = 0; // 0.196
	simpleCart.shippingFlatRate = 6.90;
//	simpleCart.shippingQuantityRate = 1.00;
/*	CartItem.prototype.shipping = function(){
		if( this.size ){
			switch( this.size.toLowerCase() ){
				case 'small':
					return this.quantity * 10.00;
				case 'medium':
					return this.quantity * 12.00;
				case 'large':
					return this.quantity * 15.00;
				case 'bull':
					return 45.00;
				default:
					return this.quantity * 5.00;
			}
		}
	};
*/
	
	simpleCart.cartHeaders = ["Thumb_image_noHeader", "Name_noHeader" , "Size_noHeader", "Price_noHeader" , "decrement_noHeader" , "Quantity_noHeader", "increment_noHeader", "Remove_noHeader", "Total_noHeader" ];
	
