if (document.images) {

contact1 = new Image; contact1.src = "images/contact1.gif";
contact2 = new Image; contact2.src = "images/contact2.gif";
introductie1 = new Image; introductie1.src = "images/introductie1.gif";
introductie2 = new Image; introductie2.src = "images/introductie2.gif";
collectie1 = new Image; collectie1.src = "images/collectie1.gif";
collectie2 = new Image; collectie2.src = "images/collectie2.gif";
prijzen1 = new Image; prijzen1.src = "images/prijzen1.gif";
prijzen2 = new Image; prijzen2.src = "images/prijzen2.gif";
nieuws1 = new Image; nieuws1.src = "images/nieuws1.gif";
nieuws2 = new Image; nieuws2.src = "images/nieuws2.gif";
filosofie1 = new Image; filosofie1.src = "images/filosofie1.gif";
filosofie2 = new Image; filosofie2.src = "images/filosofie2.gif";
projecten1 = new Image; projecten1.src = "images/projecten1.gif";
projecten2 = new Image; projecten2.src = "images/projecten2.gif";
locatie1 = new Image; locatie1.src = "images/locatie1.gif";
locatie2 = new Image; locatie2.src = "images/locatie2.gif";
zoek1 = new Image; zoek1.src = "images/zoek1.gif";
zoek2 = new Image; zoek2.src = "images/zoek2.gif";
beheer1 = new Image; beheer1.src = "images/beheer1.gif";
beheer2 = new Image; beheer2.src = "images/beheer2.gif";

filosofie_advies1 = new Image; filosofie_advies1.src = "images/filosofie_advies1.gif";
filosofie_advies2 = new Image; filosofie_advies2.src = "images/filosofie_advies2.gif";
filosofie_levering1 = new Image; filosofie_levering1.src = "images/filosofie_levering1.gif";
filosofie_levering2 = new Image; filosofie_levering2.src = "images/filosofie_levering2.gif";
filosofie_lichtplan1 = new Image; filosofie_lichtplan1.src = "images/filosofie_lichtplan1.gif";
filosofie_lichtplan2 = new Image; filosofie_lichtplan2.src = "images/filosofie_lichtplan2.gif";
filosofie_filosofie1 = new Image; filosofie_filosofie1.src = "images/filosofie_filosofie1.gif";
filosofie_filosofie2 = new Image; filosofie_filosofie2.src = "images/filosofie_filosofie2.gif";
filosofie_merken1 = new Image; filosofie_merken1.src = "images/filosofie_merken1.gif";
filosofie_merken2 = new Image; filosofie_merken2.src = "images/filosofie_merken2.gif";
locatie_auto1 = new Image; locatie_auto1.src = "images/locatie_auto1.gif";
locatie_auto2 = new Image; locatie_auto2.src = "images/locatie_auto2.gif";

locatie_toonzaal1 = new Image; locatie_toonzaal1.src = "images/locatie_toonzaal1.gif";
locatie_toonzaal2 = new Image; locatie_toonzaal2.src = "images/locatie_toonzaal2.gif";

catalogus_aanvraag1 = new Image; catalogus_aanvraag1.src = "images/catalogus1.jpg";
catalogus_aanvraag2 = new Image; catalogus_aanvraag2.src = "images/catalogus2.jpg";

eyecom1 = new Image; eyecom1.src = "images/eyecomlink.gif";
eyecom2 = new Image; eyecom2.src = "images/eyecomlink2.gif";

locatie_openbaar1 = new Image; locatie_openbaar1.src = "images/locatie_openbaar1.gif";
locatie_openbaar2 = new Image; locatie_openbaar2.src = "images/locatie_openbaar2.gif";
locatie_plattegrond1 = new Image; locatie_plattegrond1.src = "images/locatie_plattegrond1.gif";
locatie_plattegrond2 = new Image; locatie_plattegrond2.src = "images/locatie_plattegrond2.gif";
locatie_contact1 = new Image; locatie_contact1.src = "images/locatie_contact1.gif";
locatie_contact2 = new Image; locatie_contact2.src = "images/locatie_contact2.gif";
locatie_noord1 = new Image; locatie_noord1.src = "images/locatie_noord1.gif";
locatie_noord2 = new Image; locatie_noord2.src = "images/locatie_noord2.gif";
locatie_oost1 = new Image; locatie_oost1.src = "images/locatie_oost1.gif";
locatie_oost2 = new Image; locatie_oost2.src = "images/locatie_oost2.gif";
locatie_zuid1 = new Image; locatie_zuid1.src = "images/locatie_zuid1.gif";
locatie_zuid2 = new Image; locatie_zuid2.src = "images/locatie_zuid2.gif";
locatie_west1 = new Image; locatie_west1.src = "images/locatie_west1.gif";
locatie_west2 = new Image; locatie_west2.src = "images/locatie_west2.gif";
}
function hiLite(imgName,imgObjName) {
if (document.images) {
  document.images[imgName].src = eval(imgObjName + ".src");
}}
