Centering Windows by Joe Saad February 08, 2014 JavaScript var C=screen.height, D=450, B=screen.width, H=Math.round((B/2)-(D/2)); alert(H);