<!--
if (document.images) { // Active Images 
	mImg1on = new Image();
	mImg1on.src="/images/home/mn_m_introducing_r.gif";
	mImg2on = new Image();
	mImg2on.src="/images/home/mn_m_whatis_r.gif"; 
	mImg3on = new Image(); 
	mImg3on.src="/images/home/mn_m_success_r.gif";
	mImg4on = new Image(); 
	mImg4on.src="/images/home/mn_m_methodology_r.gif";
	mImg5on = new Image(); 
	mImg5on.src="/images/home/mn_m_applications_r.gif";
	mImg6on = new Image(); 
	mImg6on.src="/images/home/mn_m_workshops_r.gif";
	nImg1on = new Image();
	nImg1on.src="/images/home/mn_n_introducing_r.gif";
	nImg2on = new Image();
	nImg2on.src="/images/home/mn_n_whatis_r.gif"; 
	nImg3on = new Image(); 
	nImg3on.src="/images/home/mn_n_activities_r.gif";
	nImg4on = new Image(); 
	nImg4on.src="/images/home/mn_n_membership_r.gif";
	nImg5on = new Image(); 
	nImg5on.src="/images/home/mn_n_research_r.gif";
	nImg6on = new Image(); 
	nImg6on.src="/images/home/mn_n_workshops_r.gif";
	nImg7on = new Image(); 
	nImg7on.src="/images/home/mn_n_members_r.gif";

	nImg72mason = new Image(); 
	nImg72mason.src="/images/home/mn_n_public_r.gif";



	mImg1off = new Image(); 
	mImg1off.src="/images/home/mn_m_introducing.gif";
	mImg2off = new Image(); 
	mImg2off.src="/images/home/mn_m_whatis.gif"; 
	mImg3off = new Image();
	mImg3off.src="/images/home/mn_m_success.gif";
	mImg4off = new Image();
	mImg4off.src="/images/home/mn_m_methodology.gif";
	mImg5off = new Image();
	mImg5off.src="/images/home/mn_m_applications.gif";
	mImg6off = new Image();
	mImg6off.src="/images/home/mn_m_workshops.gif";
	nImg1off = new Image(); 
	nImg1off.src="/images/home/mn_n_introducing.gif";
	nImg2off = new Image(); 
	nImg2off.src="/images/home/mn_n_whatis.gif"; 
	nImg3off = new Image();
	nImg3off.src="/images/home/mn_n_activities.gif";
	nImg4off = new Image();
	nImg4off.src="/images/home/mn_n_membership.gif";
	nImg5off = new Image();
	nImg5off.src="/images/home/mn_n_research.gif";
	nImg6off = new Image();
	nImg6off.src="/images/home/mn_n_workshops.gif";
	nImg7off = new Image();
	nImg7off.src="/images/home/mn_n_members.gif";

	nImg72masoff = new Image();
	nImg72masoff.src="/images/home/mn_n_public.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");
		} 
}

// Function to 'preload' images.

function preload() {
  if (!document.images) return;
  var ar = new Array();
  var smitty = preload.arguments;
  for (var i = 0; i < smitty.length; i++) {
    ar[i] = new Image();
    ar[i].src = smitty[i];
  }
}
//-->




