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