if (parseInt(navigator.appVersion.substring(0,1))>=3) {

  but1_off = new Image();
  but1_off.src = "/images/nieuws.gif";
  but1_on = new Image();
  but1_on.src = "/images/nieuws-on.gif";

  but2_off = new Image();
  but2_off.src = "/images/a-z.gif";
  but2_on = new Image();
  but2_on.src = "/images/a-z-on.gif";

  but3_off = new Image();
  but3_off.src = "/images/bel_mij.gif";
  but3_on = new Image();
  but3_on.src = "/images/bel_mij-on.gif";

  but4_off = new Image();
  but4_off.src = "/images/contact.gif";
  but4_on = new Image();
  but4_on.src = "/images/contact-on.gif";

  buta_off = new Image();
  buta_off.src = "/images/kies_blg.gif";
  buta_on = new Image();
  buta_on.src = "/images/kies_blg-on.gif";

  butb_off = new Image();
  butb_off.src = "/images/belasting_2001.gif";
  butb_on = new Image();
  butb_on.src = "/images/belasting_2001-on.gif";

  butc_off = new Image();
  butc_off.src = "/images/hypotheek_links.gif";
  butc_on = new Image();
  butc_on.src = "/images/hypotheek_links-on.gif";

  butd_off = new Image();
  butd_off.src = "/images/faq.gif";
  butd_on = new Image();
  butd_on.src = "/images/faq-on.gif";

  bute_off = new Image();
  bute_off.src = "/images/POH.gif";
  bute_on = new Image();
  bute_on.src = "/images/POH-on.gif";

  butf_off = new Image();
  butf_off.src = "/images/ander_huis.gif";
  butf_on = new Image();
  butf_on.src = "/images/ander_huis-on.gif";

  butg_off = new Image();
  butg_off.src = "/images/uw_adviseur.gif";
  butg_on = new Image();
  butg_on.src = "/images/uw_adviseur-on.gif";

  buth_off = new Image();
  buth_off.src = "/images/hypotheekvormen.gif";
  buth_on = new Image();
  buth_on.src = "/images/hypotheekvormen-on.gif";

  buti_off = new Image();
  buti_off.src = "/images/lenen.gif";
  buti_on = new Image();
  buti_on.src = "/images/lenen-on.gif";

  butj_off = new Image();
  butj_off.src = "/images/over_rente.gif";
  butj_on = new Image();
  butj_on.src = "/images/over_rente-on.gif";

  butk_off = new Image();
  butk_off.src = "/images/woonborg.gif";
  butk_on = new Image();
  butk_on.src = "/images/woonborg-on.gif";

}

function muis(imgDocID,imgObjName) {
  if (parseInt(navigator.appVersion.substring(0,1)) >= 3)
    document.images[imgDocID].src = eval(imgObjName + ".src")
}
