// mouseover
function swap() {
	if (document.images) {
		for (var i=0; i<swap.arguments.length; i+=2) {
			document[swap.arguments[i]].src = eval(swap.arguments[i+1] + ".src");
		}
	}
}

// preload
if (document.images) {
notnothome = new Image(94,32);
notnothome.src = "/images/notnothome.gif";
notnothome_mo = new Image(94,32);
notnothome_mo.src = "/images/notnothome_mo.gif";

account = new Image(94,32);
account.src = "/images/account.gif";
account_mo = new Image(94,32);
account_mo.src = "/images/account_mo.gif";

nothome = new Image(94,32);
nothome.src = "/images/nothome.gif";
nothome_mo = new Image(94,32);
nothome_mo.src = "/images/nothome_mo.gif";

business = new Image(94,32);
business.src = "/images/business.gif";
business_mo = new Image(94,32);
business_mo.src = "/images/business_mo.gif";

community = new Image(94,32);
community.src = "/images/community.gif";
community_mo = new Image(94,32);
community_mo.src = "/images/community_mo.gif";

about = new Image(94,32);
about.src = "/images/about.gif";
about_mo = new Image(94,32);
about_mo.src = "/images/about_mo.gif";

news = new Image(94,32);
news.src = "/images/news.gif";
news_mo = new Image(94,32);
news_mo.src = "/images/news_mo.gif";

investors = new Image(94,32);
investors.src = "/images/investors.gif";
investors_mo = new Image(94,32);
investors_mo.src = "/images/investors_mo.gif";

hydro = new Image(94,32);
hydro.src = "/images/hydro.gif";
hydro_mo = new Image(94,32);
hydro_mo.src = "/images/hydro_mo.gif";
}