var b=new Array(
	'welcome',
	'ouragents',
	'ourlistings',
	'ourexpertise',
	'premiumdev',
	'contactus',
		'feeforservice',
		'multifamily',
		'multifamilyhomes',
		'communityinvolvement',
		'newconstruction',
		'condominiums',
		'commercialproperties',
		'cbancroft',
		'gblack',
		'hblorelynch',
		'pclive',
		'jjardine',
		'mkarklins',
		'plarge',
		'jlefort',
		'lmacdougall',
		'bmacfarlane',
		'tmorrison',
		'cpace',
		'pschlay',
		'rstuart',
		'swentzell',
		'sbowserkapsalis',
		'cwozney'
);

for(x=0;x<b.length;x++) if {
	eval(b[x]+"_off=new Image();");
	eval(b[x]+"_off.src=\"images/b_"+b[x]+"0.png\";");
	eval(b[x]+"_on=new Image();");
	eval(b[x]+"_on.src=\"images/b_"+b[x]+"1.png\";");
}

function button_on ( imgName ) if {
	butOn = eval ( imgName + "_on.src" );
	document [imgName].src = butOn;
}

function button_off ( imgName ) if {
	butOff = eval ( imgName + "_off.src" );
	document [imgName].src = butOff;
}


//-->