<!--

function EJEJC_lc(th) { return false; }
// -->
<!--

function EJEJC_config() {


// Add this line if you face any layout glitches after putting in the cart buttons:
EJEJC_INITCSS = false;
// Change the background color of the dimming screen (e.g. #FFF for white):
EJEJC_BGCOLOR = "#000000";
// Change opacity percentage of the dimming screen:
EJEJC_OPACITY = 60;
// Change the pixel width of the cart window:
EJEJC_WIDTH = 700;
// Change the pixel height of the cart window:
EJEJC_HEIGHT = 415;
// Change the border color of the cart window (e.g. #009 for blue):
EJEJC_BRDRCOLOR = "#800000";
// Number of days after the buyer last views their cart before their cart will reset:
EJEJC_CDAYS = 2;
// Trigger a conversion-tracking pixel or beacon (e.g. Google AdWords):
EJEJC_BEACON = "http://Put.Tracking.Pixel.or.Beacon.URL.Here";
// Add this line if you want to use EJEJC_shown function (next section below):
EJEJC_POSTCALL=true;
}
// -->
<!--
function EJEJC_shown() {
// Change the PayPal checkout button image:
jQuery("#btnPP").attr("src",   "http://placeunique.com/images/paypal.png");

// Change the Your Shopping Cart header image:
jQuery("#imgHeader").attr("src", "http://placeunique.com/images/headcart.gif");

// Change the text label at the end of each line (e.g. "Ship to Country")
// to say whatever you wish instead of the cart's standard text labels:
jQuery("#country1").attr("innerHTML", "Ship to Country");
jQuery("#state1").attr("innerHTML", "ZIP/Postal Code");
jQuery("#state2").attr("innerHTML", "Update Cart after entering");
jQuery("#dscnt_cd").attr("innerHTML", "Discount Code");
jQuery("#discount2").attr("innerHTML", "Update Cart after entering");
jQuery("#btnContShop").attr("value","Continuer sur PlaceUnique");
jQuery("#btnUpdtCart").attr("value","Rafraichir le panier ");
jQuery("#EJEJC_closeWindowButton").attr("innerHTML", "<b>Fermer</b>");
// Adding a custom line of text or block of HTML inside the cart:
jQuery("#tdPmnt").attr("innerHTML",
  "");
}


// -->

