function highlighton1 (id) {
	if (document.getElementById('top-menu-img-'+id).src.indexOf("en.",0) >= 0) {
		lang = "en"
	} else {
		lang = "ru"
	};
	document.getElementById('top-menu-img-'+id).src = "http://msco.ru/static/top-menu2-"+id+"3-"+lang+".gif";
};
function highlightoff1 (id) {
	if (document.getElementById('top-menu-img-'+id).src.indexOf("en.",0) >= 0) {
		lang = "en"
	} else {
		lang = "ru"
	};
	document.getElementById('top-menu-img-'+id).src = "http://msco.ru/static/top-menu2-"+id+"2-"+lang+".gif";
};
