// frames wegtoveren
if (top.frames.length!=0) top.location="http://www.lubbinge.com/arno/disney/msep/";

// mouseover script
function newImage(arg) {
  if (document.images) {
    rslt = new Image();
    rslt.src = arg;
    return rslt;
  }
}

function changeImages() {
  if (document.images && (preloadFlag == true)) {
    for (var i=0; i<changeImages.arguments.length; i+=2) {
      document[changeImages.arguments[i]].src = changeImages.arguments[i+1];
    }
  }
}

var preloadFlag = false;
function preloadImages() {
  if (document.images) {
    bthomeo = newImage("http://www.lubbinge.com/arno/disney/msep/images/bthomeo.gif");
    bthomec = newImage("http://www.lubbinge.com/arno/disney/msep/images/bthomec.gif");
    bthistorieo = newImage("http://www.lubbinge.com/arno/disney/msep/images/bthistorieo.gif");
    bthistoriec = newImage("http://www.lubbinge.com/arno/disney/msep/images/bthistoriec.gif");
    btmuzieko = newImage("http://www.lubbinge.com/arno/disney/msep/images/btmuzieko.gif");
    btmuziekc = newImage("http://www.lubbinge.com/arno/disney/msep/images/btmuziekc.gif");
    btfunfactso = newImage("http://www.lubbinge.com/arno/disney/msep/images/btfunfactso.gif");
    btfunfactso016 = newImage("http://www.lubbinge.com/arno/disney/msep/images/btfunfactso-16.gif");
    btfunfactsc = newImage("http://www.lubbinge.com/arno/disney/msep/images/btfunfactsc.gif");
    preloadFlag = true;
  }
}

// netscape resize bug
function MM_reloadPage(init) 
{ if (init==true) with (navigator) {if ((appName=="Netscape")&&(parseInt(appVersion)==4)) 
  { document.MM_pgW=innerWidth; document.MM_pgH=innerHeight; onresize=MM_reloadPage; }; }
  else if (innerWidth!=document.MM_pgW || innerHeight!=document.MM_pgH) location.reload(); 
  }
MM_reloadPage(true);

// open nieuw window
function MM_openBrWindow(theURL,winName,features) {
  window.open(theURL,winName,features);
}
