function fontzoom(arg1)
{
  document.getElementById('newscenter').style.fontSize=arg1;
  //document.getElementById('newscenter1').style.fontSize=arg1;
}

function checkt(pcheck, ptext)
{
  pcheck.parentElement.all[ptext].value = "ÄäÃû";
}
