if (document.images) { 
        home1 = new Image(); 
        home1.src = "jr_button1_home.jpg";      
        home2 = new Image(); 
        home2.src = "jr_button2_home.jpg";      

        news1 = new Image(); 
        news1.src = "jr_button1_news.jpg";
        news2 = new Image(); 
        news2.src = "jr_button2_news.jpg";

        program1 = new Image(); 
        program1.src = "jr_button1_program.jpg";
        program2 = new Image(); 
        program2.src = "jr_button2_program.jpg";

        calendar1 = new Image(); 
        calendar1.src = "jr_button1_calendar.jpg";
        calendar2 = new Image(); 
        calendar2.src = "jr_button2_calendar.jpg";

        parents1 = new Image(); 
        parents1.src = "jr_button1_parents.jpg";
        parents2 = new Image(); 
        parents2.src = "jr_button2_parents.jpg";

        hof1 = new Image(); 
        hof1.src = "jr_button1_hof.jpg";
        hof2 = new Image(); 
        hof2.src = "jr_button2_hof.jpg";

        album1 = new Image(); 
        album1.src = "jr_button1_album.jpg";
        album2 = new Image(); 
        album2.src = "jr_button2_album.jpg";

        links1 = new Image(); 
        links1.src = "jr_button1_links.jpg";
        links2 = new Image(); 
        links2.src = "jr_button2_links.jpg";

        rpcc1 = new Image(); 
        rpcc1.src = "jr_buttontop1_rpcc.jpg";
        rpcc2 = new Image(); 
        rpcc2.src = "jr_buttontop2_rpcc.jpg";

        weather1 = new Image(); 
        weather1.src = "jr_buttontop1_weather.jpg";
        weather2 = new Image(); 
        weather2.src = "jr_buttontop2_weather.jpg";

        canteen1 = new Image(); 
        canteen1.src = "jr_buttontop1_canteen.jpg";
        canteen2 = new Image(); 
        canteen2.src = "jr_buttontop2_canteen.jpg";

}

function hiLite(imgDocID, imgObjName) {
if (document.images) { 
        document[imgDocID].src = eval(imgObjName + ".src");
}}
