{
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(imageID2,imageName2) { 

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

}