<!-- begin
 
  function floatButton () {
    if (document.all) { document.all.GoToTop.style.pixelTop = document.body.scrollTop + document.body.clientHeight - document.all.GoToTop.offsetHeight; }
    else if (document.layers) { document.GoToTop.top = window.pageYOffset + window.innerHeight - document.GoToTop.clip.height; }
    else if (document.getElementById) { document.getElementById('GoToTop').style.top = (window.pageYOffset + window.innerHeight - 40) + 'px'; }
  }
  if (document.all) window.onscroll = floatButton;
  else setInterval ('floatButton()', 100);
  function initButton () {
    if (document.all) {
      document.all.GoToTop.style.pixelleft = 5;
      document.all.GoToTop.style.pixelTop = document.body.clientHeight - document.all.GoToTop.offsetHeight;
      document.all.GoToTop.style.visibility = 'visible';
    }
    else if (document.layers) {
      document.GoToTop.left = 5;
      document.GoToTop.top = window.innerHeight - document.GoToTop.clip.height;
      document.GoToTop.visibility = 'show';
    }
    else if (document.getElementById) {
      document.getElementById('GoToTop').style.left = '5px';
      document.getElementById('GoToTop').style.top = (window.innerHeight - 440) + 'px';
      document.getElementById('GoToTop').style.visibility = 'visible';
    }
  }
 
// open print window
function MM_openBrWindowP(theURL) { //v2.0
window.open('http://www.vra.be/vrarad/'+theURL,'Print','toolbar=no,location=no,status=no,menubar=no,scrollbars=yes,resizable=yes,width=600,height=350');
}

// End -->
