<!-- 
	function EJEJC_lc(th) { 
	EJEJC_config();
	return false;
	 }
function EJEJC_config() {
// add this line if you want PayPal checkout to open in a new window
EJEJC_CPOP = true; 
// add this line if you face any layout issues after putting in the cart buttons
EJEJC_INITCSS = false;
// add this line if you want to change the background of the dimming screen
// to white (FFF) or any other hex code
EJEJC_BGCOLOR = "#FFF";
// change opacity of the dimming screen
EJEJC_OPACITY = 60;
// change the width of the cart window
EJEJC_WIDTH = 700;
// change the height of the cart window
EJEJC_HEIGHT = 415;
// change the border color of the cart window
EJEJC_BRDRCOLOR = "#444";
// will call EJEJC_shown function after the cart has rendered 
EJEJC_POSTCALL=false; 
}	 
	 
	 
	 
	 
function EJEJC_shown() {
//// will change the PayPal checkout button image 
//jQuery("#btnPP").attr("src", "http://yourdomain/yourimage");
//// will change the Google checkout button image 
//jQuery("#btnGC").attr("src", "http://yourdomain/yourimage");
//// will change the Authorize.Net/PayPal Pro Direct checkout button image 
//jQuery("#btnCC").attr("src", "http://yourdomain/yourimage");
//// will change "Discount Code" to "Something Else"
//jQuery("#dscnt_cd").attr("src", "Something Else");
//// adding a custom line of text
//jQuery("#tdPmnt").attr("innerHTML", "Anythign HTML you want to show");
//// remove "continute shopping" button 
//jQuery("#btnContShop").remove();
}	 
	 
	 
/*function EJEJC_config() {
// add this line if you want PayPal checkout to open in a new window
EJEJC_CPOP = true; 
// add this line if you face any layout issues after putting in the cart buttons
EJEJC_INITCSS = true;
// add this line if you want to change the background of the dimming screen
// to white (FFF) or any other hex code
EJEJC_BGCOLOR = "#FFFFFF";
// change opacity of the dimming screen
EJEJC_OPACITY = 50;
// change the width of the cart window
EJEJC_WIDTH = 500;
// change the height of the cart window
EJEJC_HEIGHT = 350;
// change the border color of the cart window
EJEJC_BRDRCOLOR = "red";
// will call EJEJC_shown function after the cart has rendered 
EJEJC_POSTCALL=true; 
}
*/
/*function EJEJC_shown() {
// will change the PayPal checkout button image 
//jQuery("#btnPP").attr("src", "http://yourdomain/yourimage");
//jQuery("#btnPP").attr("src", "img/addtocart.gif");
//jQuery("#tdPmnt").attr("innerHTML", "Anythign HTML you want to show");
//
//	jQuery("#ejejctable").css({ backgroundColor:"orange", fontWeight:"bolder" });
//	jQuery("#btnUpdtCart").css({ backgroundColor:"yellow", fontWeight:"bolder" });
//	jQuery("form").css({ backgroundColor:"white", fontWeight:"bolder" });
//
//// will change the Google checkout button image 
//jQuery("#btnGC").attr("src", "http://yourdomain/yourimage");
//// will change the Authorize.Net/PayPal Pro Direct checkout button image 
//jQuery("#btnCC").attr("src", "http://yourdomain/yourimage");
//// will change "Discount Code" to "Something Else"
//jQuery("#dscnt_cd").attr("src", "Something Else");
// adding a custom line of text

//// remove "continute shopping" button 
//jQuery("#btnContShop").remove();
//jQuery("#btnContShop").remove();
//jQuery("#btnUpdtCart").remove();
//jQuery("#btnUpdtCart").attr("color", "white");
//jQuery("#btnContShop").attr("color", "white");
//jQuery("#btnContShop").attr("src","img/img1.jpg");
//jQuery("#btnUpdtCart").attr("src","img/img2.jpg");
//jQuery("#ejejctable").css({color:"orange"});
//**************************************************************************************************************************
//****************************************************************************************************************************
//update cart
//btnUpdtCart
}
*/

// -->
