function m_on(x)
{
	document[x].src="images/szolg_"+x+"2.jpg";
}
function m_off(x)
{
	document[x].src="images/szolg_"+x+"1.jpg";
}