
function mov_highlight(obj) {
	obj.style.background = '#E8EDD7';
	obj.style.color = '#336633';
	obj.style.cursor = 'hand';
}

function mou_highlight(obj) {
	obj.style.background = '#336633';
	obj.style.color = '#ffffff';
	obj.style.cursor = 'default';
}

