<!--
        if (document.images) {            		// BUTTON LABEL

            img0on = new Image();      
            img0on.src = "imag3/bulletOn.gif";		// Christian Living
            img1on = new Image();      
            img1on.src = "imag3/bulletOn.gif";		// Books
            img2on = new Image();      
            img2on.src = "imag3/bulletOn.gif";		// Books
            
            img3on = new Image();
            img3on.src = "imag3/bulletOn.gif";		// Music
            img4on = new Image();
            img4on.src = "imag3/bulletOn.gif";		// video
            img5on = new Image();
            img5on.src = "imag3/bulletOn.gif";		// Help
			img6on = new Image();
            img6on.src = "imag3/bulletOn.gif";		// CART
			img7on = new Image();
            img7on.src = "imag3/bulletOn.gif";		// HOME
	    
	    img8on = new Image();
            img8on.src = "imag3/bulletOn.gif";		// HOME
	    img9on = new Image();
            img9on.src = "imag3/bulletOn.gif";		// HOME
		img10on = new Image();
            img10on.src = "imag3/bulletOn.gif";		// HOME
		img11on = new Image();
            img11on.src = "imag3/bulletOn.gif";		// HOME
		img12on = new Image();
            img12on.src = "imag3/bulletOn.gif";		// HOME
						
				

			img0off = new Image(); 
            img0off.src = "imag3/bulletOff.gif";	// Bible
            img1off = new Image(); 
            img1off.src = "imag3/bulletOff.gif";		// Books
            img2off = new Image(); 
            img2off.src = "imag3/bulletOff.gif";		// Books
           
            img3off = new Image();
            img3off.src = "imag3/bulletOff.gif";		// Music
            img4off = new Image();
            img4off.src = "imag3/bulletOff.gif";		// Media
            img5off = new Image();
            img5off.src = "imag3/bulletOff.gif";		// Help
			img6off = new Image();
            img6off.src = "imag3/bulletOff.gif";		// CART
			img7off = new Image();
            img7off.src = "imag3/bulletOff.gif";		// HOME
		img8off = new Image();
            img8off.src = "imag3/bulletOff.gif";		// HOME
		img9off = new Image();
            img9off.src = "imag3/bulletOff.gif";		// HOME
		img10off = new Image();
            img10off.src = "imag3/bulletOff.gif";		// HOME
		img11off = new Image();
            img11off.src = "imag3/bulletOff.gif";		// HOME
		img12off = new Image();
            img12off.src = "imag3/bulletOff.gif";		// HOME
		


        }

// Function to 'activate' images.
function imgOn(imgName) {
        if (document.images) {
            document[imgName].src = eval(imgName + "on.src");
        }
}

// Function to 'deactivate' images.
function imgOff(imgName) {
        if (document.images) {
            document[imgName].src = eval(imgName + "off.src");
        }
}

// -->
