


<!--


browser = (((navigator.appName == "Netscape") && (parseInt(navigator.appVersion) >= 3 )) || ((navigator.appName == "Microsoft Internet Explorer") && (parseInt(navigator.appVersion) >= 4 )))



// Navigational bars:

if ( browser) {






f_off = new Image;

f_off.src = "graphics/f_off.jpg";

f_on = new Image;

f_on.src = "graphics/f_on.jpg";


g_off = new Image;

g_off.src = "graphics/g_off.jpg";

g_on = new Image;

g_on.src = "graphics/g_on.jpg";


h_off = new Image;

h_off.src = "graphics/h_off.jpg";

h_on = new Image;

h_on.src = "graphics/h_on.jpg";





}//end if browser



function hiLite(imgDocID,imgObjName) {

if ( browser) {

        document.images[imgDocID].src = eval(imgObjName + ".src")

        }//end if browser

}//end hiLite





// -->





