
//var lp=Math.round((self.screen.width-1001)/2);
var lp=Math.round((document.body.clientWidth-1000)/2);

//var tp=Math.round((self.screen.height-800)/2);
var tp=Math.round((document.body.clientHeight-800)/2);

if (document.body.clientHeight==768 || document.body.clientHeight<768)
  tp=0;
  
if (self.screen.width==1024 || self.screen.width<1024 )
  lp=3;
