var isloaded = false;
if (document.images) {
    isimg1off = new Image();isimg1off.src = "images/subnav_him_legend_off.gif";
    isimg2off = new Image();isimg2off.src = "images/subnav_him_geo_off.gif";
    isimg3off = new Image();isimg3off.src = "images/subnav_him_lit_off.gif";
	isimg4off = new Image();isimg4off.src = "images/subnav_him_buddhist_off.gif";
	isimg5off = new Image();isimg5off.src = "images/subnav_him_hindu_off.gif";
	isimg6off = new Image();isimg6off.src = "images/subnav_him_other_off.gif";
	isimg7off = new Image();isimg7off.src = "images/subnav_him_where_off.gif";
}
function isimageLoad() {
    if (document.images) {
    isimg1on = new Image();isimg1on.src = "images/subnav_him_legend_on.gif";
    isimg2on = new Image();isimg2on.src = "images/subnav_him_geo_on.gif";
    isimg3on = new Image();isimg3on.src = "images/subnav_him_lit_on.gif";
	isimg4on = new Image();isimg4on.src = "images/subnav_him_buddhist_on.gif";
	isimg5on = new Image();isimg5on.src = "images/subnav_him_hindu_on.gif";
	isimg6on = new Image();isimg6on.src = "images/subnav_him_other_on.gif";
	isimg7on = new Image();isimg7on.src = "images/subnav_him_where_on.gif";
        return (isloaded = true);
    }
}