{
graphicx= new Image();
graphicx.src = "images/x.png";
graphicxon = new Image();
graphicxon.src = "images/x-l.png";
 



}
function imageChange(imageID2,imageName2) { 

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

}