var pos=600;var middle_p = 600;function GoToPage(page_name){window.location = page_name;}function GetPosition() {var window_width = document.body.clientWidth;first_p = (window_width - middle_p) / 2;pos = first_p + middle_p - 100;document.getElementById('logoID').style.left = pos;}