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");
    }
   }
}
	if (document.images) {
picture10on  = new Image();
picture10off = new Image();
picture10on.src  = "images/nav_ineke_over.gif";
picture10off.src = "images/nav_ineke.gif";
picture11on  = new Image();
picture11off = new Image();
picture11on.src  = "images/nav_kunst_over.gif";
picture11off.src = "images/nav_kunst.gif";
picture12on  = new Image();
picture12off = new Image();
picture12on.src  = "images/nav_sieraden_over.gif";
picture12off.src = "images/nav_sieraden.gif";
picture13on  = new Image();
picture13off = new Image();
picture13on.src  = "images/nav_grafkunst_over.gif";
picture13off.src = "images/nav_grafkunst.gif";
picture14on  = new Image();
picture14off = new Image();
picture14on.src  = "images/nav_glas_over.gif";
picture14off.src = "images/nav_glas.gif";
picture15on  = new Image();
picture15off = new Image();
picture15on.src  = "images/nav_info_over.gif";
picture15off.src = "images/nav_info.gif";
picture16on  = new Image();
picture16off = new Image();
picture16on.src  = "images/nav_relatiegeschenken_over.gif";
picture16off.src = "images/nav_relatiegeschenken.gif";
picture17on  = new Image();
picture17off = new Image();
picture17on.src  = "images/nav_ontwerpen_over.gif";
picture17off.src = "images/nav_ontwerpen.gif";
picture18on  = new Image();
picture18off = new Image();
picture18on.src  = "images/nav_inspiratiebron_over.gif";
picture18off.src = "images/nav_inspiratiebron.gif";
picture19on  = new Image();
picture19off = new Image();
picture19on.src  = "images/nav_tafelslampen_over.gif";
picture19off.src = "images/nav_tafelslampen.gif";

}
