// JavaScript Document
function rezolutie() {
var wie = document.body.clientWidth;
 if (wie >= 1024) 
    { 
		
	document.getElementById('logomasuri').setAttribute("className", "gabi"); 
	document.getElementById('logomasuri').setAttribute("class", "gabi"); 
    }
}
function updatefoto()
{	

function buttonPressed()
{
    var myElement = document.getElementById("copyrightContainer");
    myElement.style.top="1350px";
}
buttonPressed()
}

