// Mení obrázok pod myšou
function tlacidlo(obrazok, cesta) {
	document.getElementById(obrazok).src=cesta;
}

