if(document.images) {
        

        var  firstnote1 = new Image();
        var  firstnote2 = new Image();
        var  stations1 = new Image();
        var  stations2 = new Image();
        var  countrystore1 = new Image();
        var  countrystore2 = new Image();
        var  photoalbum1 = new Image();
        var  photoalbum2 = new Image();
        var  siteseeing1 = new Image();
        var  siteseeing2 = new Image();
        
     
     
     
     
     
     firstnote1.src = "http://25yearsofhits.com/images/nav_firstnote_off.gif";
     firstnote2.src = "http://25yearsofhits.com/images/nav_firstnote_on.gif";
     stations1.src = "http://25yearsofhits.com/images/nav_stations_off.gif";
     stations2.src = "http://25yearsofhits.com/images/nav_stations_on.gif";
     countrystore1.src = "http://25yearsofhits.com/images/nav_countrystore_off.gif";
     countrystore2.src = "http://25yearsofhits.com/images/nav_countrystore_on.gif";
     
     photoalbum1.src = "http://25yearsofhits.com/images/nav_photoalbum_off.gif";
     photoalbum2.src = "http://25yearsofhits.com/images/nav_photoalbum_on.gif";
     siteseeing1.src = "http://25yearsofhits.com/images/nav_siteseeing_off.gif";
     siteseeing2.src = "http://25yearsofhits.com/images/nav_siteseeing_on.gif";
     





}
function off(imgName) {
        if(document.images)
        document[imgName].src = eval(imgName + '1.src');
}
function on(imgName) {
        if(document.images)
        document[imgName].src = eval(imgName + '2.src');
}


function hiLite(imgDocID, imgObjName) {
    if (document.images) {
		document.images[imgDocID].src = eval(imgObjName + ".src");
	}
}
