
var hoogt;
var breedt;
var topbar;
var menu;
var tekst;
var alles;
var geentop;
var rondgeentop;
var rondtekst;
var menuscheiding;
var bees;
var extra;
var topfotoalbum1;
var topfotoalbum2;
var getuigenislaatste;
var alleskind;
var muis;
var errond;
var randen;
var toph;
var ieex;
var isie;
var ietop;
var lettergr;
var teveel;

function setup(){
  topfotoalbum1=document.getElementById('topfotoalbum1');
  topfotoalbum2=document.getElementById('topfotoalbum2');
  getuigenislaatste=document.getElementById('getuigenislaatste');
  topbar=document.getElementById('topbar');
  menu=document.getElementById('menu');
  tekst=document.getElementById('tekst');
  alles=document.getElementById('alles');
  errond=document.getElementById('errond');
  geentop=document.getElementById('geentop');
  rondgeentop=document.getElementById('rondgeentop');
  rondtekst=document.getElementById('rondtekst');
  menuscheiding=document.getElementById('menuscheiding');
  alleskind=alles.childNodes;
  muis=document.getElementById('muis');
}

function setupw(){
  lettergr=18;
  randen=10;
  toph=89;
}

function fotoalbum(){
  top.location.href="../fotoalbum/fotoalbum.php?beveiliging=0";
}

function doc(ex){
  setup();
  setupw();
  ieex=0;
  ietop=0;
  extra=0;
  teveel=0;
  isie=0;
  hoogte();
  if (navigator.userAgent.indexOf("MSIE 1")==-1 && navigator.userAgent.indexOf("MSIE 2")==-1 && navigator.userAgent.indexOf("MSIE 2")==-1 && navigator.userAgent.indexOf("MSIE 3")==-1 && navigator.userAgent.indexOf("MSIE 4")==-1 && navigator.userAgent.indexOf("MSIE 5")==-1 && navigator.userAgent.indexOf("MSIE 6")==-1 && isie==1){
    isie=2;
    ietop=1;
    teveel=lettergr-1;
  }
  if (isie==1){
    ietop=4;
    teveel=lettergr-1;
    ieex=4;
  }
  if (navigator.userAgent.indexOf("Safari")!=-1)
    teveel=2;
  if (navigator.userAgent.indexOf("Opera")!=-1)
    teveel=1;
  if (ex)
    extra=ex;
  if (topbar || menu || rondgeentop)
    alles.style.overflow="hidden";
  loopdoc1();
  setTimeout('loopdoc1()',10);
  setTimeout('loopdoc1()',30);
  setTimeout('loopdoc1()',60);
  setTimeout('loopdoc1()',100);
  setTimeout('loopdoc1()',160);
  setTimeout('loopdoc1()',240);
  setTimeout('loopdoc1()',340);
  setTimeout('loopdoc1()',540);
  setTimeout('loopdoc1()',940);
  setTimeout('loopdoc1()',1540);
  setTimeout('loopdoc2()',2340);
}

function loopdoc1(){
  hoogt=hoogte();
  breedt=breedte();
  errond.style.height=""+(Math.max(hoogt-teveel,0))+"px";
  alles.style.height=""+(Math.max(hoogt-ieex,0))+"px";
  alles.style.width=""+(Math.max(breedt-ieex,0))+"px";
  if (topbar){
    topbar.style.width=""+(Math.max(breedt,0))+"px";
    topbar.style.height=""+(toph)+"px";
  }
  if (rondtekst){
    menu.style.height=""+(Math.max(hoogt-toph-randen-extra-ieex,0))+"px";
    rondtekst.style.height=""+(Math.max(hoogt-toph-ieex,0))+"px";
    tekst.style.width=""+(Math.max(Math.min(rondtekst.offsetWidth-randen-ieex-21,40*18),0))+"px";
    tekst.style.minHeight=""+(Math.max(hoogt-randen-toph-ieex,0))+"px";
    if (isie!=0 && tekst.offsetHeight<hoogt-randen-toph-ieex)
      tekst.style.height=""+(hoogt-randen-toph-ieex)+"px";
    tekst.style.marginLeft=""+(Math.max((rondtekst.offsetWidth-randen-ieex-21-40*18)/2,0))+"px";
  }
  if (rondgeentop){
    rondgeentop.style.width=""+(Math.max(breedt-ieex,0))+"px";
    rondgeentop.style.height=""+(Math.max(hoogt-toph-ieex,0))+"px";
    geentop.style.width=""+(Math.max(Math.min(breedt-randen-ieex-21,40*18),0))+"px";
    geentop.style.minHeight=""+(Math.max(hoogt-randen-toph,0))+"px";
    if (isie!=0 && geentop.offsetHeight<hoogt-randen-toph-ieex)
      geentop.style.height=""+(hoogt-randen-toph-ieex)+"px";
    geentop.style.marginLeft=""+(Math.max((breedt-randen-ieex-21-40*18)/2,0))+"px";
  }
  if (topfotoalbum1){
    topfotoalbum1.style.width=""+(Math.max(breedt*0.18-Math.ceil(ietop/2),0))+"px";
  }
  if (topfotoalbum2){
    topfotoalbum2.style.width=""+(Math.max(breedt*0.18-Math.floor(ietop/2),0))+"px";
  }
  if (menu && !rondtekst){
    menu.style.height=""+(Math.max(hoogt-toph-randen-extra-ieex,0))+"px";
    tekst.style.height=""+(Math.max(hoogt-toph-randen-extra-ieex,0))+"px";
  }
  if (getuigenislaatste){
    getuigenislaatste.style.height=""+(Math.max(hoogt-toph,0))+"px";
  }
  if (menuscheiding){
    menuscheiding.style.height=""+(Math.max(hoogt-toph-ieex,0))+"px";
  }
  if (muis){
    muis.width=breedt;
    muis.height=hoogt;
  }
}

function loopdoc2(){
  loopdoc1();
  setTimeout('loopdoc2()',1000);
}

function hoogte(){
  var hoog=window.innerHeight;
  if (!hoog){
    hoog=document.documentElement.offsetHeight;
    isie=1;
  }
  return hoog;
}

function breedte(){
  var breed=window.innerWidth;
  if (!breed)
    breed=document.documentElement.offsetWidth;
  return breed;
}

function printback(){
  setup();
  for (i=0;i<alleskind.length;i++){
    if (alleskind[i].style)
      alleskind[i].style.display="none";
  }
  if (rondtekst){
    rondtekst.removeAttribute('id');
    rondtekst.style.display="inline";
    tekst.removeAttribute('style');
    tekst.removeAttribute('class');
    tekst.removeAttribute('id');
  }
  if (rondgeentop){
    rondgeentop.removeAttribute('id');
    rondgeentop.style.display="inline";
    geentop.removeAttribute('style');
    geentop.removeAttribute('class');
    geentop.removeAttribute('id');
  }
  document.title=document.title+" - afdrukversie";
}
