{
graphic1i= new Image();
graphic1i.src = "images/icons/firefox-l.png";
graphic1ion = new Image();
graphic1ion.src = "images/icons/firefox.png";
 

graphic2i= new Image();
graphic2i.src = "images/icons/thunderbird-l.png";
graphic2ion = new Image();
graphic2ion.src = "images/icons/thunderbird.png";


graphic3i= new Image();
graphic3i.src = "images/icons/globe-l.png";
graphic3ion = new Image();
graphic3ion.src = "images/icons/globe.png";
 

graphic4i= new Image();
graphic4i.src = "images/icons/autocad-l.png";
graphic4ion = new Image();
graphic4ion.src = "images/icons/autocad.png";


graphic5i= new Image();
graphic5i.src = "images/icons/3dsmax-l.png";
graphic5ion = new Image();
graphic5ion.src = "images/icons/3dsmax.png";
 

graphic6i= new Image();
graphic6i.src = "images/icons/maxwell-l.png";
graphic6ion = new Image();
graphic6ion.src = "images/icons/maxwell.png";


graphic7i= new Image();
graphic7i.src = "images/icons/revolver-l.png";
graphic7ion = new Image();
graphic7ion.src = "images/icons/revolver.png";


graphic8i= new Image();
graphic8i.src = "images/icons/mentalray-l.png";
graphic8ion = new Image();
graphic8ion.src = "images/icons/mentalray.png";


graphic9i= new Image();
graphic9i.src = "images/icons/photoshop-l.png";
graphic9ion = new Image();
graphic9ion.src = "images/icons/photoshop.png";


graphic10i= new Image();
graphic10i.src = "images/icons/illustrator-l.png";
graphic10ion = new Image();
graphic10ion.src = "images/icons/illustrator.png";


graphic11i= new Image();
graphic11i.src = "images/icons/filezilla-l.png";
graphic11ion = new Image();
graphic11ion.src = "images/icons/filezilla.png";
 

graphic12i= new Image();
graphic12i.src = "images/icons/flickr-l.png";
graphic12ion = new Image();
graphic12ion.src = "images/icons/flickr.png";


graphic13i= new Image();
graphic13i.src = "images/icons/notepad-l.png";
graphic13ion = new Image();
graphic13ion.src = "images/icons/notepad.png";


}
function imageChange(imageID2,imageName2) { 

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

}