$(document).ready(function(){
   wH = $(window).height();
   wW = $(window).width();
   fH = 62;
   fW = 400;
   lf = Math.abs(wW - fW)/2;
   tp = Math.abs(wH - fH)/2;
});
