
if (document.images) {
// START OF ROLLOVER FOR BUTTONS
    img1_off = new Image();
    img1_off.src = "images/category/products/p_A1.gif";
    img1_on = new Image();
    img1_on.src = "images/category/products/p_A1_on.gif";
	img2_off = new Image();
    img2_off.src = "images/category/products/p_A2.gif";
    img2_on = new Image();
    img2_on.src = "images/category/products/p_A2_on.gif";
		img6_off = new Image();
    img6_off.src = "images/category/products/p_A6.gif";
    img6_on = new Image();
    img6_on.src = "images/category/products/p_A6_on.gif";
	img7_off = new Image();
    img7_off.src = "images/category/products/p_A7.gif";
    img7_on = new Image();
    img7_on.src = "images/category/products/p_A7_on.gif";
}
function hiLite(imgDocID,imgObjName) {
        if (document.images) {
                document.images[imgDocID].src = eval(imgObjName + ".src");
        }
}
function gotoUrl(url) { location.href = url; 
}

