// (c) by Krzysztof 'Volcano' Derlatka
// http://derlatka.info

function czcionka(procent) {
  document.body.style.fontSize=procent;
}