diff --git a/left.js b/left.js index 86f09e1cf..ff895d565 100644 --- a/left.js +++ b/left.js @@ -179,7 +179,7 @@ function expandBase(el, unexpand) } // end of the DOM case else if (isIE4) { var whichEl = document.all(el + 'Child'); - var whichIm = document.images.item(el + 'Child'); + var whichIm = document.images.item(el + 'Img'); if (whichEl.style.display == 'none') { whichEl.style.display = 'block'; whichIm.src = imgOpened.src;