window.addEvent('domready', function() {	
	
	$$('.fx').addEvent('mouseover',function() {
		var alt = this.title.replace('menu-','');
		alt = alt.toInt();
		$('voce_fx').setStyle('height',alt);
	});
});
