	if (document.images){





		newon = new Image();

		newon.src = "http://www.mzfawn.com/images/menu/new-on.gif";

		newoff = new Image();

		newoff.src = "http://www.mzfawn.com/images/menu/new.gif";



		bioon = new Image();

		bioon.src = "http://www.mzfawn.com/images/menu/bio-on.gif";

		biooff = new Image();

		biooff.src = "http://www.mzfawn.com/images/menu/bio.gif";
		
		
		vdeoon = new Image();

		vdeoon.src = "http://www.mzfawn.com/images/menu/videoon.gif";

		videooff = new Image();

		videooff.src = "http://www.mzfawn.com/images/menu/videooff.gif";



'		lairon = new Image();

'		lairon.src = "http://www.mzfawn.com/images/menu/lair-on.gif";

'		lairoff = new Image();

'		lairoff.src = "http://www.mzfawn.com/images/menu/lair.gif";



		galleryon = new Image();

		galleryon.src = "http://www.mzfawn.com/images/menu/gallery-on.gif";

		galleryoff = new Image();

		galleryoff.src = "http://www.mzfawn.com/images/menu/gallery.gif";



		programon = new Image();

		programon.src = "http://www.mzfawn.com/images/menu/program-on.gif";

		programoff = new Image();

		programoff.src = "http://www.mzfawn.com/images/menu/program.gif";



		scheduleon = new Image();

		scheduleon.src = "http://www.mzfawn.com/images/menu/schedule-on.gif";

		scheduleoff = new Image();

		scheduleoff.src = "http://www.mzfawn.com/images/menu/schedule.gif";



		forumon = new Image();

		forumon.src = "http://www.mzfawn.com/images/menu/forum-on.gif";

		forumoff = new Image();

		forumoff.src = "http://www.mzfawn.com/images/menu/forum.gif";



		contacton = new Image();

		contacton.src = "http://www.mzfawn.com/images/menu/contact-on.gif";

		contactoff = new Image();

		contactoff.src = "http://www.mzfawn.com/images/menu/contact.gif";





		wishliston = new Image();

		wishliston.src = "http://www.mzfawn.com/images/menu/wishlist-on.gif";

		wishlistoff = new Image();

		wishlistoff.src = "http://www.mzfawn.com/images/menu/wishlist.gif";



		clipson = new Image();

		clipson.src = "http://www.mzfawn.com/images/menu/clips4sale-on.gif";

		clipsoff = new Image();

		clipsoff.src = "http://www.mzfawn.com/images/menu/clips4sale.gif";







		joinon = new Image();

		joinon.src = "http://www.mzfawn.com/images/menu/join-on.gif";

		joinoff = new Image();

		joinoff.src = "http://www.mzfawn.com/images/menu/join.gif";

		

		memberson = new Image();

		memberson.src = "http://www.mzfawn.com/images/menu/members-on.gif";

		membersoff = new Image();

		membersoff.src = "http://www.mzfawn.com/images/menu/members.gif";

		

		

		

		members1on = new Image();

		members1on.src = "http://www.mzfawn.com/images/menu/members-001-on.gif";

		members1off = new Image();

		members1off.src = "http://www.mzfawn.com/images/menu/members-001.gif";

		

		members2on = new Image();

		members2on.src = "http://www.mzfawn.com/images/menu/members-002-on.gif";

		members2off = new Image();

		members2off.src = "http://www.mzfawn.com/images/menu/members-002.gif";

		

		members3on = new Image();

		members3on.src = "http://www.mzfawn.com/images/menu/members-003-on.gif";

		members3off = new Image();

		members3off.src = "http://www.mzfawn.com/images/menu/members-003.gif";

		

		members4on = new Image();

		members4on.src = "http://www.mzfawn.com/images/menu/members-004-on.gif";

		members4off = new Image();

		members4off.src = "http://www.mzfawn.com/images/menu/members-004.gif";

		

		

		





	}





function img_on(imgName) {

        imgOn=eval(imgName + "on.src");

        document [imgName].src=imgOn;

}



function img_off(imgName) {

        imgOff=eval(imgName + "off.src");

        document [imgName].src=imgOff;

}





