function changeBg(o, t)
{
	if(t == "over")
		o.style.background = "url('/lib/img/navBgOver.gif') repeat-x top";
	else
		o.style.background = "none";

}

function getAsAdr(s)
{
	var at = "@";
	var domain = "heimore.com";
	var e = s + at + domain;
	
	document.write("<a href=\"mailto:" + e + "\" class=\"EmployeeMail\">" + e + "</a>");
}