
browser = (((navigator.appName == "Netscape") && (parseInt(navigator.appVersion) >= 3 )) || ((navigator.appName == "Microsoft Internet Explorer") && (parseInt(navigator.appVersion) >= 3 )))

function home_on() 
		{

        document.home.src="images/LeftBestOf_Gold.gif";
        }
function home_off()

	 {
        document.home.src="images/LeftBestOf.gif";
	}
function eventvideos_on() {
		if ( browser )
		{
        document.eventvideos.src="images/LeftEventVideos_Gold.gif";
        	}
		}
function eventvideos_off() {
        document.eventvideos.src = "images/LeftEventVideos.gif";
	}
function workshops_on() {
if ( browser )
		{
        document.workshops.src="images/LeftWorkshopsButton_Gold.gif";
        }
   }
function workshops_off() {
        document.workshops.src="images/LeftWorkshops.gif";
	}

function archives_on() {
if ( browser )
		{
        document.archives.src="images/LeftArchives_Gold.gif";
        }
}
function archives_off() {
        document.archives.src="images/LeftArchives.gif";
}
function videodonations_on() {
if ( browser )
		{
        document.videodonations.src="images/VideoDonations_Gold.gif";
		}
}		
function videodonations_off() {
        document.videodonations.src="images/VideoDonations.gif";
}

function contactus_on() {
if ( browser )
		{
        document.contactus.src="images/LeftContactUs_Gold.gif";
		}
}		
function contactus_off() {
        document.contactus.src="images/LeftContactUs.gif";
}
function aboutus_on() {
if ( browser )
		{
        document.aboutus.src="images/LeftAboutUs_Gold.gif";
		}
}		
function aboutus_off() {
        document.aboutus.src="images/LeftAboutUs.gif";
}

