function ChangeIMG(imgUrl)
{
document.getElementById('fotka').src = imgUrl;
}

