// JavaScript Document
<!--
function EJEJC_lc(th) { return false; }
document.write("<scr"+"ipt src='" + document.location.protocol + "//www.e-junkie.com/ecom/box.js' type='text/javascript'></scr"+"ipt>");

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 "Ship to Country" to "Your Country":
//jQuery("#country1").attr("innerHTML", "Your Country");
// Will change "Ship to ZIP/postal Code" to "Your ZIP/Postal Code":
//jQuery("#state1").attr("innerHTML", "Your ZIP/Postal Code");
// Will change "Discount Code" to "Something Else":
//jQuery("#dscnt_cd").attr("innerHTML", "Something Else");
// Adding a custom line of text or block of HTML inside the cart:
//jQuery("#tdPmnt").attr("innerHTML",  "<Div class=\"float:left;\">Anything <b>HTML</b> you want to show</div>");
// Remove "continue 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 = 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 = "#01354b";
// Will call EJEJC_shown function (next section below) after the cart has rendered:
//EJEJC_POSTCALL=true; 
}


function MM_openBrWindow(theURL,winName,features) { //v2.0
  window.open(theURL,'listen',features);
}
function MM_openBrWindowAudio(theURL,winName,features) { //v2.0
  window.open(theURL,'listen','toolbar=no,location=no,status=no,menubar=no,scrollbars=no,resizable=yes,width=405,height=175');
}
// -->
