function mOver(mId) {
	o = document.getElementById("menu_"+mId);
	o.style.background = "url('/img/bdbkg1.gif') no-repeat";
	o2 = document.getElementById("menulink_"+mId);
	o2.style.background = "url('/img/bdbkg2.gif') no-repeat top right";
}

function mOut(mId) {
	o = document.getElementById("menu_"+mId);
	o.style.background = "url('/img/blbkg1.gif') no-repeat";
	o2 = document.getElementById("menulink_"+mId);
	o2.style.background = "url('/img/blbkg2.gif') no-repeat top right";
}
