browser = (((navigator.appName == "Netscape") &&
(parseInt(navigator.appVersion) >= 3 )) || ((navigator.appName ==
"Microsoft Internet Explorer") && (parseInt(navigator.appVersion) >= 3 )))



// preload universal images:
if (browser){
off1 = new Image(59,20);
off1.src= "../images/topnav1_off.gif";
on1 = new Image(59,20);
on1.src= "../images/topnav1_on.gif";

off2 = new Image(111,20);
off2.src= "../images/topnav2_off.gif";
on2 = new Image(111,20);
on2.src= "../images/topnav2_on.gif";

off3 = new Image(83,20);
off3.src= "../images/topnav3_off.gif";
on3 = new Image(83,20);
on3.src= "../images/topnav3_on.gif";

off4 = new Image(159,19);
off4.src= "../images/topnav4_off.gif";
on4 = new Image(159,19);
on4.src= "../images/topnav4_on.gif";

off5 = new Image(142,19);
off5.src= "../images/topnav5_off.gif";
on5 = new Image(142,19);
on5.src= "../images/topnav5_on.gif";

off6 = new Image(150,21);
off6.src= "../images/menunav1_off.gif";
on6 = new Image(150,21);
on6.src= "../images/menunav1_on.gif";

off7 = new Image(150,21);
off7.src= "../images/menunav2_off.gif";
on7 = new Image(150,21);
on7.src= "../images/menunav2_on.gif";

off8 = new Image(150,21);
off8.src= "../images/menunav3_off.gif";
on8 = new Image(150,21);
on8.src= "../images/menunav3_on.gif";

off9 = new Image(150,21);
off9.src= "../images/menunav4_off.gif";
on9 = new Image(150,21);
on9.src= "../images/menunav4_on.gif";

off10 = new Image(150,21);
off10.src= "../images/menunav5_off.gif";
on10 = new Image(150,21);
on10.src= "../images/menunav5_on.gif";

off11 = new Image(150,21);
off11.src= "../images/menunav6_off.gif";
on11 = new Image(150,21);
on11.src= "../images/menunav6_on.gif";

off12 = new Image(150,21);
off12.src= "../images/menunav7_off.gif";
on12 = new Image(150,21);
on12.src= "../images/menunav7_on.gif";

off13 = new Image(150,21);
off13.src= "../images/menunav8_off.gif";
on13 = new Image(150,21);
on13.src= "../images/menunav8_on.gif";

off14 = new Image(150,21);
off14.src= "../images/menunav9_off.gif";
on14 = new Image(150,21);
on14.src= "../images/menunav9_on.gif";

off15 = new Image(150,21);
off15.src= "../images/menunav10_off.gif";
on15 = new Image(150,21);
on15.src= "../images/menunav10_on.gif";

off16 = new Image(150,21);
off16.src= "../images/menunav11_off.gif";
on16 = new Image(150,21);
on16.src= "../images/menunav11_on.gif";

off17 = new Image(150,21);
off17.src= "../images/menunav12_off.gif";
on17 = new Image(150,21);
on17.src= "../images/menunav12_on.gif";

off18 = new Image(150,21);
off18.src= "../images/menunav13_off.gif";
on18 = new Image(150,21);
on18.src= "../images/menunav13_on.gif";

off19 = new Image(150,21);
off19.src= "../images/menunav14_off.gif";
on19 = new Image(150,21);
on19.src= "../images/menunav14_on.gif";

off20 = new Image(150,21);
off20.src= "../images/menunav15_off.gif";
on20 = new Image(150,21);
on20.src= "../images/menunav15_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")
}}

// -->








