<!--
   
 if (document.images) {
            m1on = new Image();
            m1on.src = "images/m_why-on.gif";  
            m2on = new Image();
            m2on.src = "images/m_who-on.gif"; 
	        m3on = new Image();
            m3on.src = "images/m_performing-on.gif";  
			m4on = new Image();
            m4on.src = "images/m_community-on.gif";  
            m5on = new Image();
            m5on.src = "images/m_contact-on.gif"; 
	        m6on = new Image();
            m6on.src = "images/m_home-on.gif"; 
			
            m1off = new Image(); 
            m1off.src = "images/m_why.jpg";
            m2off = new Image(); 
            m2off.src = "images/m_who.jpg";
            m3off = new Image(); 
            m3off.src = "images/m_performing.jpg"; 
			m4off = new Image(); 
            m4off.src = "images/m_community.jpg";
            m5off = new Image(); 
            m5off.src = "images/m_contact.jpg";
            m6off = new Image(); 
            m6off.src = "images/m_home.jpg";


        }
function mOn(mName) {
        if (document.images) {
            document[mName].src = eval(mName + "on.src"); 
        }
}
function mOff(mName) {
        if (document.images) {
            document[mName].src = eval(mName + "off.src");
        }
}

// -->
