$(document).ready(function() {
	
			flowplayer("a.player", "/wp-content/themes/roadworthy/flowplayer/flowplayer-3.1.5.swf"); 
			$('a.vid').fancybox({
								overlayOpacity : 0.8,
								overlayColor : "#000"
								
								});	
			
						
			 $(".readmore-btn").click(function () { 
     			 $('.readmore').slideDown(); 
   			 });

			
});

//SimpleCart
simpleCart.email = "info@drivesaferidesafe.com";
	simpleCart.checkoutTo = PayPal;

	simpleCart.currency = USD;
	simpleCart.taxRate  = 0.06875;


simpleCart.shippingFlatRate = 4.00;
//add a flat shipping rate to the entire order

simpleCart.shippingQuantityRate = 1.00;
//add a shipping cost of 3.00 for every item in the cart 

//simpleCart.shippingTotalRate = 0.05;
// add a shipping cost as a percentage of the total cost


simpleCart.cartHeaders = ["Name" , "Price" , "decrement_noHeader" , "Quantity", "increment_noHeader", "remove_noHeader", "Total" ];

