
window.addEvent('domready',function(){if($('monblocmenugauche')==null)return;var mesblocs=$$('.titre_serie_gauche');$('monblocmenugauche').setStyle('height',((mesblocs.length-1)*37+80+5*(mesblocs.length-1))+'px');var fx=new Fx.Elements(mesblocs,{wait:false,duration:200,transition:Fx.Transitions.Quad.easeOut});mesblocs.each(function(monbloc,i){monbloc.addEvent('mouseenter',function(e){var obj={};obj[i]={'height':[monbloc.getStyle('height').toInt(),80]};mesblocs.each(function(other,j){if(other!=monbloc){var w=other.getStyle('height').toInt();if(w!=37)obj[j]={'height':[w,37]};}});fx.start(obj);});});$('monblocmenugauche').addEvent('mouseleave',function(e){var obj={};mesblocs.each(function(other,j){obj[j]={'height':[other.getStyle('height').toInt(),37]};});fx.start(obj);});;});