<!--//

{

arrowoff = new Image();
arrowoff.src = "graphics/arrowoff.gif";
arrowhover = new Image();
arrowhover.src = "graphics/arrowhover.gif";
arrowon = new Image();
arrowon.src = "graphics/arrowon.gif";

}

function changeImage(imgDocID1,imgObjName1) {
{
document.images[imgDocID1].src = eval(imgObjName1 + ".src");}
}

//-->