<!-- Hiding
// check if the browser is Navigator 3 or higher:
agent=navigator.userAgent;
browserVer=2;

if(agent.substring(0,7)=="Mozilla"){
	if(parseInt(agent.substring(8,9)) >= 3){
		browserVer=1;
	}
}

// preload universal images:

if (browserVer == 1)  {



        Faith = new Image(133,29);
        Faith.src = "/RUC/images/button/Curricula/Faith.gif";
        Faith2 = new Image(133,29);
        Faith2.src = "/RUC/images/button/Curricula/FaithOn.gif";

        Public = new Image(133,29);
        Public.src = "/RUC/images/button/Curricula/Public.gif";
        Public2 = new Image(133,29);
        Public2.src = "/RUC/images/button/Curricula/PublicOn.gif";

        Window = new Image(133,29);
        Window.src = "/RUC/images/button/Curricula/Window.gif";
        Window2 = new Image(133,29);
        Window2.src = "/RUC/images/button/Curricula/WindowOn.gif";

        Search = new Image(133,29);
        Search.src = "/RUC/images/button/Curricula/Search.gif";
        Search2 = new Image(133,29);
        Search2.src = "/RUC/images/button/Curricula/SearchOn.gif";

        Contact = new Image(133,29);
        Contact.src = "/RUC/images/button/Contact.gif";
        Contact2 = new Image(133,29);
        Contact2.src = "/RUC/images/button/ContactOn.gif";

	Curricula = new Image(133,29);
        Curricula.src = "/RUC/images/button/Curricula.gif";
        Curricula2 = new Image(133,29);
        Curricula2.src = "/RUC/images/button/CurriculaOn.gif";


        Project = new Image(133,29);
        Project.src = "/RUC/images/button/ProjectHome.gif";
        Project2 = new Image(133,29);
        Project2.src = "/RUC/images/button/ProjectHomeOn.gif";


	RAC = new Image(133,29);
        RAC.src = "/RUC/images/button/Curricula/Rac.gif";
        RAC2 = new Image(133,29);
        RAC2.src = "/RUC/images/button/Curricula/RacOn.gif";

     }

function hiLite(imgDocID, imgObjName) {

// imgDocID - the name or number of the document image to be replaced
// imgObjName - the name of the image object to be swapped in


        if (browserVer == 1) {
               document.images[imgDocID] .src = eval (imgObjName +  ".src")  }}       

function printS(s)

        {
        window.status=s;
        return true;
   }

function clearS()

        {
        window.status="";
        return true
        }

// End hiding -->
