
m1_off = new Image;
m1_on = new Image;
m1_off.src = "images/btn_home_off.gif";
m1_on.src = "images/btn_home_on.gif";

m2_off = new Image;
m2_on = new Image;
m2_off.src = "images/btn_findanappraiser_off.gif";
m2_on.src = "images/btn_findanappraiser_on.gif";

m3_off = new Image;
m3_on = new Image;
m3_off.src = "images/btn_memberbenefits_off.gif";
m3_on.src = "images/btn_memberbenefits_on.gif";

m4_off = new Image;
m4_on = new Image;
m4_off.src = "images/btn_contactus_off.gif";
m4_on.src = "images/btn_contactus_on.gif";

m5_off = new Image;
m5_on = new Image;
m5_off.src = "images/btn_memberlogout_off.gif";
m5_on.src = "images/btn_memberlogout_on.gif";

m6_off = new Image;
m6_on = new Image;
m6_off.src = "images/btn_memberlogin_off.gif";
m6_on.src = "images/btn_memberlogin_on.gif";

m7_off = new Image;
m7_on = new Image;
m7_off.src = "images/side_newsandevents.gif";
m7_on.src = "images/side_newsandevents_on.gif";

m8_off = new Image;
m8_on = new Image;
m8_off.src = "images/side_aboutamea.gif";
m8_on.src = "images/side_aboutamea_on.gif";

m9_off = new Image;
m9_on = new Image;
m9_off.src = "images/side_memberlogin.gif";
m9_on.src = "images/side_memberlogin_on.gif";

m10_off = new Image;
m10_on = new Image;
m10_off.src = "images/side_contactus.gif";
m10_on.src = "images/side_contactus_on.gif";

m11_off = new Image;
m11_on = new Image;
m11_off.src = "images/side_findauspapcourse.gif";
m11_on.src = "images/side_findauspapcourse_on.gif";

m12_off = new Image;
m12_on = new Image;
m12_off.src = "images/side_findanappraiser.gif";
m12_on.src = "images/side_findanappraiser_on.gif";

function swapem(iname, gname) {
	iname.src = gname.src;
	}


