{

graphic1= new Image();
graphic1.src = "images/cold1a.gif";
graphic1on = new Image();
graphic1on.src = "images/cold1b.gif";

graphic2= new Image();
graphic2.src = "images/prod1.gif";
graphic2on = new Image();
graphic2on.src = "images/prod2.gif";

graphic3= new Image();
graphic3.src = "images/prof1.gif";
graphic3on = new Image();
graphic3on.src = "images/prof2.gif";

graphic4= new Image();
graphic4.src = "images/faq1.gif";
graphic4on = new Image();
graphic4on.src = "images/faq2.gif";

graphic5= new Image();
graphic5.src = "images/news1.gif";
graphic5on = new Image();
graphic5on.src = "images/news2.gif";


graphic6= new Image();
graphic6.src = "images/info1.gif";
graphic6on = new Image();
graphic6on.src = "images/info2.gif";


graphic7= new Image();
graphic7.src = "images/contat1.gif";
graphic7on = new Image();
graphic7on.src = "images/contat2.gif";



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


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

}
