function mcsere(x)
{
	document.images['menu'+x].src='graf/menu'+x+'_on.gif';
}
function mbere(x)
{
	document.images['menu'+x].src='graf/menu'+x+'.gif';
}
function csere(x)
{
	document.images[x].src='graf/'+x+'_on.gif';
}
function bere(x)
{
	document.images[x].src='graf/'+x+'.gif';
}
function tcsere(x)
{
	document.images['t'+x].src='foto/'+tarson[x];
	document.getElementById('a'+x).style.display='block';;
}
function tbere(x)
{
	document.images['t'+x].src='foto/'+tars[x];
	document.getElementById('a'+x).style.display='none';;
}
function tshow(x)
{
	document.getElementById('a'+x).style.display='block';;
}
function thide(x)
{
	document.getElementById('a'+x).style.display='none';;
}

