var addBackgroundImages=function(){$(document.body).getElements("div.collection ul li img").each(function(A){bg=A.get("src");activeBg=bg.replace("images/"+IM_SIZE_COLLECTION,"images/"+IM_SIZE_COLLECTION_ACTIVE);span=A.getParent("span");span.setStyle("background-image",'url("'+activeBg+'")');});};var adjustHeights=function(){var A=$$(".collection ul li span.name");setHeights(A);};window.addEvents({domready:addBackgroundImages,load:adjustHeights});
