1 window.addEvent('domready', function(){
3 color = el.getStyle('backgroundColor');
5 /*$$('a').addEvents({*/
6 /*mouseenter: function(){*/
8 /*'padding-left': '5px'*/
11 /*mouseleave: function(){*/
13 /*'padding-left': '0px'*/
19 'mouseenter': function(){
22 transition: Fx.Transitions.Bounce.easeOut
23 }).tween('height', '300px');
25 'mouseleave': function(){
26 this.set('tween', {}).tween('height', '55px');
30 $('menut').addEvents({
31 'mouseenter': function(){
34 transition: Fx.Transitions.Bounce.easeOut
35 }).tween('height', '300px');
37 'mouseleave': function(){
38 this.set('tween', {}).tween('height', '80px');
42 $('menuth').addEvents({
43 'mouseenter': function(){
46 transition: Fx.Transitions.Bounce.easeOut
47 }).tween('height', '300px');
49 'mouseleave': function(){
50 this.set('tween', {}).tween('height', '55px');
54 $('menuf').addEvents({
55 'mouseenter': function(){
58 transition: Fx.Transitions.Bounce.easeOut
59 }).tween('height', '300px');
61 'mouseleave': function(){
62 this.set('tween', {}).tween('height', '40px');
65 $('menufi').addEvents({
66 'mouseenter': function(){
69 transition: Fx.Transitions.Bounce.easeOut
70 }).tween('height', '300px');
72 'mouseleave': function(){
73 this.set('tween', {}).tween('height', '80px');
76 $('menus').addEvents({
77 'mouseenter': function(){
80 transition: Fx.Transitions.Bounce.easeOut
81 }).tween('height', '300px');
83 'mouseleave': function(){
84 this.set('tween', {}).tween('height', '80px');