<!--
if (document.images) {
  aishaoff = new Image();
  aishaoff.src = "images/aisha_off.gif";

  contactoff = new Image();
  contactoff.src = "images/contact_off.gif";

  biooff = new Image();
  biooff.src = "images/bio_off.gif";

  tarotoff = new Image();
  tarotoff.src = "images/tarot_off.gif";

  gibranoff = new Image();
  gibranoff.src = "images/gibran_off.gif";

  kahliloff = new Image();
  kahliloff.src = "images/kahlil_off.gif";

  nederoff = new Image();
  nederoff.src = "images/neder_off.gif";
  
  engoff = new Image();
  engoff.src = "images/eng_off.gif";

  fmusicoff = new Image();
  fmusicoff.src = "images/fmusic_off.gif";
  
  fmuziekoff = new Image();
  fmuziekoff.src = "images/fmuziek_off.gif";
  
  aishaon = new Image();
  aishaon.src = "images/aisha_on.gif";

  contacton = new Image();
  contacton.src = "images/contact_on.gif";

  bioon = new Image();
  bioon.src = "images/bio_on.gif";

  taroton = new Image();
  taroton.src = "images/tarot_on.gif";

  gibranon = new Image();
  gibranon.src = "images/gibran_on.gif";

  kahlilon = new Image();
  kahlilon.src = "images/kahlil_on.gif";

  nederon = new Image();
  nederon.src = "images/neder_on.gif";
  
  engon = new Image();
  engon.src = "images/eng_on.gif";

  fmusicon = new Image();
  fmusicon.src = "images/fmusic_on.gif";
  
  fmuziekon = new Image();
  fmuziekon.src = "images/fmuziek_on.gif";
  
}

function changeimages() {
  if (document.images) {
    for (var i=0; i<changeimages.arguments.length; i+=2) {
      document[changeimages.arguments[i]].src = eval(changeimages.arguments[i+1] + ".src");
    }
  }
}
// -->