// JavaScript Document
if (document.images) {

    img1on = new Image
    img2on = new Image
    img3on = new Image	
	img4on = new Image
	img1 = new Image
    img2 = new Image
    img3 = new Image
	img4 = new Image

	img1on.src = "/images/hm_cat_on_spas.jpg"
    img2on.src = "/images/hm_cat_on_gazebos.jpg"
    img3on.src = "/images/hm_cat_on_patiofurniture.jpg"
	img4on.src = "/images/hm_cat_on_grills.jpg"
	img1.src = "/images/hm_cat_spas.jpg"
    img2.src = "/images/hm_cat_gazebos.jpg"
    img3.src = "/images/hm_cat_patiofurniture.jpg"
	img4.src = "/images/hm_cat_grills.jpg"
	

}