window.onload = function init()
{
  fillup() 
  //if (which == 0) document.getElementById('back').style.display='none' 
  //else document.getElementById('back').style.display='' 
  //if (which == photos.length-1) document.getElementById('forw').style.display='none' 
  //else document.getElementById('forw').style.display='';
  //if (document.all) document.all.kepnev_id.text=kepnev[which];
  document.getElementById('kepnev').firstChild.nodeValue=kepnev[which];
  // document.getElementById('forras').firstChild.nodeValue=forras[which];
  // document.getElementById('datum').firstChild.nodeValue=datum[which];
  // na_preload_img(false, 'themes/default/comp_img/bal_on.gif', 'themes/default/comp_img/jobb_on.gif');  
}