Centering Windows

by Joe Saad

JavaScript

var C=screen.height,
    D=450,
    B=screen.width,
    H=Math.round((B/2)-(D/2));

alert(H);