{
alt0 = new Image();
alt0.src = "images/side-r.png";

alt1 = new Image();
alt1.src = "images/rendering-r.png";

alt2 = new Image();
alt2.src = "images/architecture-r.png";

alt3 = new Image();
alt3.src = "images/design-r.png";

alt4 = new Image();
alt4.src = "images/photography-r.png";

alt5 = new Image();
alt5.src = "images/purchase-r.png";

alt6 = new Image();
alt6.src = "images/running-r.png";

alt7 = new Image();
alt7.src = "images/news-r.png";

alt8 = new Image();
alt8.src = "images/about-r.png";

alt9 = new Image();
alt9.src = "images/wither-r.png";

graphic1= new Image();
graphic1.src = "images/rendering.png";
graphic1on = new Image();
graphic1on.src = "images/rendering-l.png";
 

graphic2= new Image();
graphic2.src = "images/architecture.png";
graphic2on = new Image();
graphic2on.src = "images/architecture-l.png";


graphic3= new Image();
graphic3.src = "images/design.png";
graphic3on = new Image();
graphic3on.src = "images/design-l.png";
 

graphic4= new Image();
graphic4.src = "images/photography.png";
graphic4on = new Image();
graphic4on.src = "images/photography-l.png";


graphic5= new Image();
graphic5.src = "images/purchase.png";
graphic5on = new Image();
graphic5on.src = "images/purchase-l.png";
 

graphic6= new Image();
graphic6.src = "images/running.png";
graphic6on = new Image();
graphic6on.src = "images/running-l.png";


graphic7= new Image();
graphic7.src = "images/news.png";
graphic7on = new Image();
graphic7on.src = "images/news-l.png";


graphic8= new Image();
graphic8.src = "images/about.png";
graphic8on = new Image();
graphic8on.src = "images/about-l.png";

graphic9= new Image();
graphic9.src = "images/lightbox.png";
graphic9on = new Image();
graphic9on.src = "images/lightbox.png";

}
function imageChange(imageID,imageName,imageID2,imageName2) { 

{
document.images[imageID].src = eval(imageName + ".src");
document.images[imageID2].src = eval(imageName2 + ".src");
}

}