function bgMenu(t, b)
{
	t.style.backgroundImage = b ? "url(/Images/i"+t.getAttribute('m')+".gif)" : "";
	t.style.backgroundRepeat = "no-repeat";
	t.style.backgroundPosition = "0 7px";
}
function more(t)
{
	var myEffect = new fx.Height(t , {duration: 450}).toggle();
}

