// about.js
setstyle('About', [
  ['left', SContent[X]],
  ['top', SContent[Y]],
  ['width', SContent[W]],
  ['height', SContent[H]]
]);
setstyle('TAbout0', [
  ['fontFamily', FontFamily],
  ['color', Petrol],
  ['fontSize', Math.round(11 * scale) + 'px'],
  ['paddingTop', Math.round(12 * scale)],
  ['paddingLeft', Math.round(6 * scale)],
  ['paddingRight', Math.round(6 * scale)],
  ['textAlign', 'justify']
]);
setstyle('TAbout1', [
  ['fontFamily', FontFamily],
  ['color', Petrol],
  ['fontSize', Math.round(11 * scale) + 'px'],
  ['paddingTop', Math.round(6 * scale)],
  ['paddingLeft', Math.round(6 * scale)],
  ['paddingRight', Math.round(6 * scale)]
]);
setstyle('TAbout2', [
  ['fontFamily', FontFamily],
  ['color', Petrol],
  ['fontSize', Math.round(11 * scale) + 'px'],
  ['paddingTop', Math.round(24 * scale)],
  ['paddingLeft', Math.round(6 * scale)],
  ['paddingRight', Math.round(6 * scale)]
]);
setstyle('TAbout3', [
  ['paddingTop', Math.round(12 * scale)],
  ['paddingLeft', Math.round(6 * scale)]
]);
setstyle('KeyData', [
  ['fontFamily', FontFamily],
  ['color', Petrol],
  ['fontSize', Math.round(11 * scale) + 'px']
]);