function mout_o(obj)
{
	obj.style.backgroundImage='url("menuimg_o.png")';
}
function mout_m(obj)
{
	obj.style.backgroundImage='url("menuimg_m.png")';
}
function mov_t(obj)
{
	obj.style.backgroundImage='url("menuimg_t.png")';
}