
if (document.images) {
// START OF ROLLOVER FOR BUTTONS
    img1_off = new Image();
    img1_off.src = "images/homepage.gif";
    img1_on = new Image();
    img1_on.src = "images/homepage_on.gif";
	img2_off = new Image();
    img2_off.src = "images/usingthissite.gif";
    img2_on = new Image();
    img2_on.src = "images/usingthissite_on.gif";
	img3_off = new Image();
    img3_off.src = "images/aboutbenhaden.gif";
    img3_on = new Image();
    img3_on.src = "images/aboutbenhaden_on.gif";
	img4_off = new Image();
    img4_off.src = "images/moreconversations.gif";
    img4_on = new Image();
    img4_on.src = "images/moreconversations_on.gif";
	img5_off = new Image();
    img5_off.src = "images/writennow.gif";
    img5_on = new Image();
    img5_on.src = "images/writennow_on.gif";
	img6_off = new Image();
    img6_off.src = "images/honor.gif";
    img6_on = new Image();
    img6_on.src = "images/honor_on.gif";
	img7_off = new Image();
    img7_off.src = "images/memory.gif";
    img7_on = new Image();
    img7_on.src = "images/memory_on.gif";
	img8_off = new Image();
    img8_off.src = "images/bookletforyou.gif";
    img8_on = new Image();
    img8_on.src = "images/bookletforyou_on.gif";
	img9_off = new Image();
    img9_off.src = "images/technicalques.gif";
    img9_on = new Image();
    img9_on.src = "images/technicalques_on.gif";
	img10_off = new Image();
    img10_off.src = "images/cassettescds.gif";
    img10_on = new Image();
    img10_on.src = "images/cassettescds_on.gif";
	img11_off = new Image();
    img11_off.src = "images/helpsupportus.gif";
    img11_on = new Image();
    img11_on.src = "images/helpsupportus_on.gif";
    
    
    easterhome_off = new Image();
    easterhome_off.src = "images/easter/changed_lives_logo3.gif";
    easterhome_on = new Image();
    easterhome_on.src = "images/easter/changed_lives_logo3_on.gif";
    
    easterinside_off = new Image();
    easterinside_off.src = "images/easter/changed_lives_logo.gif";
    easterinside_on = new Image();
    easterinside_on.src = "images/easter/changed_lives_logo_on.gif";
    
}
function hiLite(imgDocID,imgObjName) {
        if (document.images) {
                document.images[imgDocID].src = eval(imgObjName + ".src");
        }
}
function gotoUrl(url) { location.href = url; 
}
