function mnON(n){
	obj = document.getElementById(n);
	obj.style.backgroundImage="url('/templates/agro/images/menu_"+n+"_on.gif')";
}
function mnOFF(n){
	obj = document.getElementById(n);
	obj.style.backgroundImage="url('/templates/agro/images/menu_"+n+"_off.gif')";
}
