
if (document.images) {
// START OF ROLLOVER FOR BUTTONS
    img1_off = new Image();
    img1_off.src = "/images/ButtonCheckout.gif";
    img1_on = new Image();
    img1_on.src = "/images/ButtonCheckout_on.gif";
	img2_off = new Image();
    img2_off.src = "/images/addtocarriage.gif";
    img2_on = new Image();
    img2_on.src = "/images/addtocarriage_on.gif";
	
	img3_off = new Image();
    img3_off.src = "/images/button_continueshopping.gif";
    img3_on = new Image();
    img3_on.src = "/images/button_continueshopping_on.gif";
	
	img4_off = new Image();
    img4_off.src = "/images/button_continuecheckout.gif";
    img4_on = new Image();
    img4_on.src = "/images/button_continuecheckout_on.gif";
    
    	img5_off = new Image();
    img5_off.src = "/images/addtocarriage.gif";
    img5_on = new Image();
    img5_on.src = "/images/addtocarriage_on.gif";
    
}
function hiLite(imgDocID,imgObjName) {
        if (document.images) {
                document.images[imgDocID].src = eval(imgObjName + ".src");
        }
}
function gotoUrl(url) { location.href = url; 
}
