Index: lams_tool_images/web/pages/learning/learning.jsp =================================================================== RCS file: /usr/local/cvsroot/lams_tool_images/web/pages/learning/learning.jsp,v diff -u -r1.9 -r1.10 --- lams_tool_images/web/pages/learning/learning.jsp 25 Nov 2008 15:22:03 -0000 1.9 +++ lams_tool_images/web/pages/learning/learning.jsp 10 Dec 2008 14:53:03 -0000 1.10 @@ -85,6 +85,7 @@ clickNext : ${fn:length(sessionMap.imageGalleryList) > 1}, // sets helper for making the image clickable only if there is more than 1 image insert : '#main_image', // the containing selector for our main image onImage : function(image,caption,thumb) { + // fetch the thumbnail container var _li = thumb.parents('li'); // fade out inactive thumbnail @@ -147,6 +148,7 @@ //alert(parent.document.getElementById("contentFrame").width); //parent.document.getElementById("contentFrame").width = "2000px"; //} + });