var winHeight = window.innerHeight;
if(winHeight > 740) {
document.getElementById("logo").style.position="fixed";
document.getElementById("mainmenu").style.position="fixed";
document.getElementById("galleries").style.position="fixed";
}