function initpage() {
  window.name = 'winPixel' ;
  window.focus() ;
  return null ;
  }


function gebi(n) {
  return document.getElementById(n) ;
  }

function centRound(v) {
  return Math.round(v*100)/100;
  }
