window.addEvent("domready",function(){for(var b=$$(".advancedList"),g=b.length,a=0;a<g;a++)(function(c){var a=c.getChildren(".advancedListImage")[0],d=a.getChildren("img")[0],e=new Fx.Morph(d,{duration:100}),f=new Fx.Morph(c.getChildren(".advancedListContent")[0],{duration:100}),b=a.get("data-img"),g=d.get("src");(new Image).src=b;c.addEvent("mouseenter",function(){e.cancel();f.cancel();e.start({width:340,height:190});f.start({width:335,height:190});d.set("src",b)});c.addEvent("mouseleave",function(){e.cancel();
f.cancel();e.start({width:166,height:90});f.start({width:505,height:90});d.set("src",g)})})(b[a])});

