// logo.js
setstyle('Logo', [
  ['left', SLayout[X]],
  ['top', SLayout[Y] + Math.round(25 * scale)],//19
  ['width', Math.round(188 * scale)],
  ['height', Math.round((540 - 10 - 40) * scale)]
]);
setstyle('Post', [
  ['fontFamily', FontFamily],
  ['color', Petrol],
  ['fontSize', Math.round(11 * scale) + 'px'],
  ['paddingLeft', Math.round(41 * scale)]
]);
//setstyle('TdLogo', [['paddingLeft', Math.round(67 * scale)]]);