
if (document.images) {
architectureoff=new Image();
architectureoff.src= "images/menus/architectureoff.gif";
architectureon=new Image();
architectureon.src= "images/menus/architectureon.gif";
biooff=new Image();
biooff.src= "images/menus/biooff.gif";
bioon=new Image();
bioon.src= "images/menus/bioon.gif";
calendarsoff=new Image();
calendarsoff.src= "images/menus/calendarsoff.gif";
calendarson=new Image();
calendarson.src= "images/menus/calendarson.gif";
contactoff=new Image();
contactoff.src= "images/menus/contactoff.gif";
contacton=new Image();
contacton.src= "images/menus/contacton.gif";
paintingsoff=new Image();
paintingsoff.src= "images/menus/paintingsoff.gif";
paintingson=new Image();
paintingson.src= "images/menus/paintingson.gif";
renderingsoff=new Image();
renderingsoff.src= "images/menus/renderingsoff.gif";
renderingson=new Image();
renderingson.src= "images/menus/renderingson.gif";


footbiooff=new Image();
footbiooff.src= "images/footernew/biooff.gif";
footbioon=new Image();
footbioon.src= "images/footernew/bioon.gif";
footcontactoff=new Image();
footcontactoff.src= "images/footernew/contactoff.gif";
footcontacton=new Image();
footcontacton.src= "images/footernew/contacton.gif";
foothomeoff=new Image();
foothomeoff.src= "images/footernew/homeoff.gif";
foothomeon=new Image();
foothomeon.src= "images/footernew/homeon.gif";
footblogoff=new Image();
footblogoff.src= "images/footernew/blogoff.gif";
footblogon=new Image();
footblogon.src= "images/footernew/blogon.gif";

englishoff=new Image();
englishoff.src= "images/flags/englishoff.gif";
englishon=new Image();
englishon.src= "images/flags/englishon.gif";
italianoff=new Image();
italianoff.src= "images/flags/italianoff.gif";
italianon=new Image();
italianon.src= "images/flags/italianon.gif";
spanishoff=new Image();
spanishoff.src= "images/flags/spanishoff.gif";
spanishon=new Image();
spanishon.src= "images/flags/spanishon.gif";

oneoff=new Image();
oneoff.src= "images/dots/oneoff.gif";
oneon=new Image();
oneon.src= "images/dots/oneon.gif";
twooff=new Image();
twooff.src= "images/dots/twooff.gif";
twoon=new Image();
twoon.src= "images/dots/twoon.gif";
threeoff=new Image();
threeoff.src= "images/dots/threeoff.gif";
threeon=new Image();
threeon.src= "images/dots/threeon.gif";
fouroff=new Image();
fouroff.src= "images/dots/fouroff.gif";
fouron=new Image();
fouron.src= "images/dots/fouron.gif";
fiveoff=new Image();
fiveoff.src= "images/dots/fiveoff.gif";
fiveon=new Image();
fiveon.src= "images/dots/fiveon.gif";


}

function imageOn (imagename){
  document[imagename].src=eval(imagename+"on.src");
 }
function imageOff (imagename){
  document[imagename].src=eval(imagename+"off.src");
 }

