if (document.images) {		h01on=new Image;h01on.src="/images/forMembersHot.gif";h01off=new Image;h01off.src="/images/forMembersHome.gif";	h02on=new Image;h02on.src="/images/needCoverageHot.gif";h02off=new Image;h02off.src="/images/needCoverageHome.gif";	h03on=new Image;h03on.src="/images/aboutHot.gif";h03off=new Image;h03off.src="/images/aboutHome.gif";}function on(imgName)	{	if (document.images) {document[imgName].src = eval(imgName + "on.src");}}function off(imgName) {	if (document.images) {document[imgName].src = eval(imgName + "off.src");}}