<!--

if (document.images) {            // Active Images
            homeon = new Image();      
            homeon.src = "images/button_home_down.gif";

            programson = new Image();      
            programson.src = "images/button_programs_down.gif";
			
            donationson = new Image();      
            donationson.src = "images/button_donations_down.gif";

            eventson = new Image();      
            eventson.src = "images/button_events_down.gif";
			
            linkson = new Image();      
            linkson.src = "images/button_links_down.gif";
			
			contacton = new Image();      
            contacton.src = "images/button_contact_down.gif";
			
			homeoff = new Image();      
            homeoff.src = "images/button_home.gif";

            programsoff = new Image();      
            programsoff.src = "images/button_programs.gif";
			
            donationsoff = new Image();      
            donationsoff.src = "images/button_donations.gif";
			
			eventsoff = new Image();      
            eventsoff.src = "images/button_events.gif";
			
            linksoff = new Image();      
            linksoff.src = "images/button_links.gif";
			
			contactoff = new Image();      
            contactoff.src = "images/button_contact.gif";
}

// Function to 'activate' images.
function imgOn(imgName) {
        if (document.images) {
            document[imgName].src = eval(imgName + "on.src");
        }
}

// Function to 'deactivate' images.
function imgOff(imgName) {
        if (document.images) {
            document[imgName].src = eval(imgName + "off.src");
        }
}

// Netscape resize bug.
function MM_reloadPage(init) {  //reloads the window if Nav4 resized
  if (init==true) with (navigator) {if ((appName=="Netscape")&&(parseInt(appVersion)==4)) {
    document.MM_pgW=innerWidth; document.MM_pgH=innerHeight; onresize=MM_reloadPage; }}
  else if (innerWidth!=document.MM_pgW || innerHeight!=document.MM_pgH) location.reload();
}
MM_reloadPage(true);

function MM_openBrWindow(theURL,winName,features) { //v2.0
  window.open(theURL,winName,features);
}


function MM_closeBrWindow() { //v2.0
  window.close();
}


// -->
