var img = new Object();
	img["first"] = new Image(0,0); img["first"].src = "/img/m1/dot-a.gif";
	img["second"] = new Image(0,0); img["second"].src = "/img/m1/dot.gif";
	img["third"] = new Image(0,0); img["third"].src = "/img/m0/dot.gif";
	img["four"] = new Image(0,0); img["four"].src = "/img/m0/dot-in.gif";
	img["m2"] = new Image(0,0); img["m2"].src = "/img/m0/hospital.png"; 
	img["m2a"] = new Image(0,0); img["m2a"].src = "/img/m0/hospital-a.png";

	img["m3"] = new Image(0,0); img["m3"].src = "/img/m0/treatment.png"; 
	img["m3a"] = new Image(0,0); img["m3a"].src = "/img/m0/treatment-a.png";

	img["m4"] = new Image(0,0); img["m4"].src = "/img/m0/prophylaxis.png"; 
	img["m4a"] = new Image(0,0); img["m4a"].src = "/img/m0/prophylaxis-a.png";

	img["m5"] = new Image(0,0); img["m5"].src = "/img/m0/diagnostics.png"; 
	img["m5a"] = new Image(0,0); img["m5a"].src = "/img/m0/diagnostics-a.png";

	img["m7"] = new Image(0,0); img["m7"].src = "/img/m0/programs.png"; 
	img["m7a"] = new Image(0,0); img["m7a"].src = "/img/m0/programs-a.png";

	img["m75"] = new Image(0,0); img["m75"].src = "/img/m0/aging.png"; 
	img["m75a"] = new Image(0,0); img["m75a"].src = "/img/m0/aging-a.png";

	img["m8"] = new Image(0,0); img["m8"].src = "/img/m0/news.png"; 
	img["m8a"] = new Image(0,0); img["m8a"].src = "/img/m0/news-a.png";

	img["m10"] = new Image(0,0); img["m10"].src = "/img/m0/useful.png"; 
	img["m10a"] = new Image(0,0); img["m10a"].src = "/img/m0/useful-a.png";

function overM0(id) {
	document.getElementById("m0_"+id).style.background='#fff';
	document.getElementById("m0_"+id).style.color='#000';
	document.getElementById("img0_"+id).src=img["first"].src;
	document.getElementById("but0_"+id).style.display = "none";
	document.getElementById("but0_"+id+'_a').style.display = "block";
}
function outM0(id) {
	document.getElementById("m0_"+id).style.background='transparent';
	document.getElementById("m0_"+id).style.color='#fff';
	document.getElementById("img0_"+id).src=img["third"].src;
	document.getElementById("but0_"+id).style.display = "block";
	document.getElementById("but0_"+id+'_a').style.display = "none";
}

function overM0i(id) {
	document.getElementById("m0_"+id).style.background='#fff';
	document.getElementById("m0_"+id).style.color='#000';
	document.getElementById("img0_"+id).src=img["first"].src;
	document.getElementById("drop_"+id).style.display = "block";
}
function outM0i(id) {
	document.getElementById("m0_"+id).style.background='transparent';
	document.getElementById("m0_"+id).style.color='#fff';
	document.getElementById("img0_"+id).src=img["four"].src;
	document.getElementById("drop_"+id).style.display = "none";
}

function overM1(id) {
	document.getElementById("m1_"+id).style.background='#e9e9e9';
	document.getElementById("m1_"+id).style.color='#000';
	document.getElementById("img1_"+id).src=img["first"].src;
}
function outM1(id) {
	document.getElementById("m1_"+id).style.background='transparent';
	document.getElementById("m1_"+id).style.color='#333';
	document.getElementById("img1_"+id).src=img["second"].src;
}

function overPop(id) {
	document.getElementById("pop_"+id).src='/img/li-a.gif';
}
function outPop(id) {
	document.getElementById("pop_"+id).src='/img/li.gif';
}
