browser = (((navigator.appName == "Netscape") &&
(parseInt(navigator.appVersion) >= 3 )) || ((navigator.appName ==
"Microsoft Internet Explorer") && (parseInt(navigator.appVersion) >= 3 )))



// preload universal images:
if (browser){

off8 = new Image(52,23);
off8.src= "http://www.jesussite.com/images/subnav1-off.gif";
on8 = new Image(52,23);
on8.src= "http://www.jesussite.com/images/subnav1-on.gif";

off9 = new Image(63,23);
off9.src= "http://www.jesussite.com/images/subnav2-off.gif";
on9 = new Image(63,23);
on9.src= "http://www.jesussite.com/images/subnav2-on.gif";

off10 = new Image(80,23);
off10.src= "http://www.jesussite.com/images/subnav3-off.gif";
on10 = new Image(80,23);
on10.src= "http://www.jesussite.com/images/subnav3-on.gif";

off11 = new Image(65,23);
off11.src= "http://www.jesussite.com/images/subnav4-off.gif";
on11 = new Image(65,23);
on11.src= "http://www.jesussite.com/images/subnav4-on.gif";

off12 = new Image(83,23);
off12.src= "http://www.jesussite.com/images/subnav5-off.gif";
on12 = new Image(83,23);
on12.src= "http://www.jesussite.com/images/subnav5-on.gif";

off13 = new Image(62,23);
off13.src= "http://www.jesussite.com/images/subnav6-off.gif";
on13 = new Image(62,23);
on13.src= "http://www.jesussite.com/images/subnav6-on.gif";

off14 = new Image(71,23);
off14.src= "http://www.jesussite.com/images/subnav7-off.gif";
on14 = new Image(71,23);
on14.src= "http://www.jesussite.com/images/subnav7-on.gif";

}



function hiLite(imgDocID,imgObjName) {
// manages mouseOver animations
//   imgDocID - the name or number of the document image to be replaced
//   imgObjName - the name of the image object to be swapped in

if (browser){document.images[imgDocID].src = eval(imgObjName + ".src")
}}

// -->
