function ms(item) {
	document.getElementById("MN_" + item.toUpperCase()).style.backgroundPosition = "right bottom";
}
function mn(item) {
	document.getElementById("MN_" + item.toUpperCase()).style.backgroundPosition = "right top";
}

