  var myWidth = 0, myHeight = 0, diffW = 0, lw = 0, leftpx1 = 0, leftpx2 = 0, leftpx3 = 0, leftpx4 = 0, leftpx5 = 0;
  if( typeof( window.innerWidth ) == 'number' ) {
    //Non-IE
    myWidth = window.innerWidth;
    myHeight = window.innerHeight;
  } else if( document.documentElement &&
      ( document.documentElement.clientWidth || document.documentElement.clientHeight ) ) {
    //IE 6+ in 'standards compliant mode'
    myWidth = document.documentElement.clientWidth;
    myHeight = document.documentElement.clientHeight;
  } else if( document.body && ( document.body.clientWidth || document.body.clientHeight ) ) {
    //IE 4 compatible
    myWidth = document.body.clientWidth;
    myHeight = document.body.clientHeight;
  }

//diffW = (myWidth-779) / 2;
diffW = 0;
if(diffW > 0) {
lw = diffW + 0; // 270
leftpx1=diffW;
leftpx2=diffW + 194+1;//267*1+1;
leftpx3=diffW + 400+1//267*2+2;
//leftpx4=diffW + 250*3+3;

} else {
lw = 0;	
leftpx1=0;
leftpx2=194+1;//267*1+1;
leftpx3=194+1+300+1;//267*2+2;
//leftpx4=250*3+3;
}



//window.alert( 'Width Diff = ' + diffW );
