// facts.js
setstyle('Links', [
  ['left', SContent[X] + SBotton[W] - Math.round(6 * scale)],
  ['top', SContent[Y]],
  ['width', SContent[W] - SBotton[W]],
  ['height', SContent[H]]
]);
setstyle('TLinks', [
  ['cellpadding', Math.round(6 * scale)],
  ['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)]
]);