<!--
        if (document.images) {            		// BUTTON LABEL

            img01on = new Image();      
            img01on.src = "http://www.noregretsconference.org/images/btnContactOn.gif";		// Contact
            img11on = new Image();      
            img11on.src = "http://www.noregretsconference.org/images/btnFAQOn.gif";		// FAQ
            img21on = new Image();      
            img21on.src = "http://www.noregretsconference.org/images/btnRegisterOn.gif";		// Register
            
            img31on = new Image();
            img31on.src = "http://www.noregretsconference.org/images/btnVolunteerOn.gif";		// Volunteer
            img41on = new Image();
            img41on.src = "http://www.noregretsconference.org/images/btnHomeOn.gif";		// Home
            img51on = new Image();
            img51on.src = "http://www.elmbrookharvest.org/images/topNav/siteMapOver.gif";		// Site Map
			img61on = new Image();
            img61on.src = "http://www.elmbrookharvest.org/images/topNav/ebc.gif";		// Elmbrook Church
			img71on = new Image();
            img71on.src = "imag3/bulletOn.gif";		// HOME
	    
	    img81on = new Image();
            img81on.src = "imag3/bulletOn.gif";		// HOME
	    img91on = new Image();
            img91on.src = "imag3/bulletOn.gif";		// HOME
		img101on = new Image();
            img101on.src = "imag3/bulletOn.gif";		// HOME
		img111on = new Image();
            img111on.src = "imag3/bulletOn.gif";		// HOME
		img121on = new Image();
            img121on.src = "imag3/bulletOn.gif";		// HOME
						
				

			img01off = new Image(); 
            img01off.src = "http://www.noregretsconference.org/images/btnContactOff.gif";	// Contact
            img11off = new Image(); 
            img11off.src = "http://www.noregretsconference.org/images/btnFAQOff.gif";		// FAQ
            img21off = new Image(); 
            img21off.src = "http://www.noregretsconference.org/images/btnRegisterOff.gif";		// Register
           
            img31off = new Image();
            img31off.src = "http://www.noregretsconference.org/images/btnVolunteerOff.gif";		// Volunteer
            img41off = new Image();
            img41off.src = "http://www.noregretsconference.org/images/btnHomeOff.gif";		// Home
            img51off = new Image();
            img51off.src = "http://www.elmbrookharvest.org/images/topNav/siteMap.gif";		// Site Map
			img61off = new Image();
            img61off.src = "http://www.elmbrookharvest.org/images/topNav/ebcOver.gif";		// Elmbrook Church
			img71off = new Image();
            img71off.src = "imag3/bulletOff.gif";		// HOME
		img81off = new Image();
            img81off.src = "imag3/bulletOff.gif";		// HOME
		img91off = new Image();
            img91off.src = "imag3/bulletOff.gif";		// HOME
		img101off = new Image();
            img101off.src = "imag3/bulletOff.gif";		// HOME
		img111off = new Image();
            img111off.src = "imag3/bulletOff.gif";		// HOME
		img121off = new Image();
            img121off.src = "imag3/bulletOff.gif";		// HOME
		


        }

// Function to 'activate' images.
function imgOn1(imgName) {
        if (document.images) {
            document[imgName].src = eval(imgName + "on.src");
        }
}

// Function to 'deactivate' images.
function imgOff1(imgName) {
        if (document.images) {
            document[imgName].src = eval(imgName + "off.src");
        }
}

// -->