window.addEvent('domready', function() {
    
	if($('languages'))
    {
        var el = $('languages');
		el.addEvents({
            'mouseenter': function(){
                // Always sets the duration of the tween to 1000 ms and a bouncing transition
                // And then tweens the height of the element
                $('languages').set('tween', {
                    duration: 500 /*,
                    transition: Fx.Transitions.Bounce.easeOut // This could have been also 'bounce:out'*/
                }).tween('height', '100px');
            },
            'mouseleave': function(){
                // Resets the tween and changes the element back to its original size
                $('languages').set('tween', {}).tween('height', '17px');
            }
        });
    }
    
    if($('istlink_184'))
    {
        $('istlink_184').addEvents({
            'mouseenter': function(){
                // Always sets the duration of the tween to 1000 ms and a bouncing transition
                // And then tweens the height of the element
                $('istspan_184').set('tween', {
                    duration: 500 /*,
                    transition: Fx.Transitions.Bounce.easeOut // This could have been also 'bounce:out'*/
                }).tween('top', '45px');
            },
            'mouseleave': function(){
                // Resets the tween and changes the element back to its original size
                $('istspan_184').set('tween', {}).tween('top', '60px');
            }
        });
    }
    
    if($('istlink_185'))
    {
        $('istlink_185').addEvents({
            'mouseenter': function(){
                // Always sets the duration of the tween to 1000 ms and a bouncing transition
                // And then tweens the height of the element
                $('istspan_185').set('tween', {
                    duration: 500 /*,
                    transition: Fx.Transitions.Bounce.easeOut // This could have been also 'bounce:out'*/
                }).tween('top', '45px');
            },
            'mouseleave': function(){
                // Resets the tween and changes the element back to its original size
                $('istspan_185').set('tween', {}).tween('top', '60px');
            }
        });
    }
    
    if($('istlink_186'))
    {
        $('istlink_186').addEvents({
            'mouseenter': function(){
                // Always sets the duration of the tween to 1000 ms and a bouncing transition
                // And then tweens the height of the element
                $('istspan_186').set('tween', {
                    duration: 500 /*,
                    transition: Fx.Transitions.Bounce.easeOut // This could have been also 'bounce:out'*/
                }).tween('top', '45px');
            },
            'mouseleave': function(){
                // Resets the tween and changes the element back to its original size
                $('istspan_186').set('tween', {}).tween('top', '60px');
            }
        });
    }
    
    if($('istlink_189'))
    {
        $('istlink_189').addEvents({
            'mouseenter': function(){
                // Always sets the duration of the tween to 1000 ms and a bouncing transition
                // And then tweens the height of the element
                $('istspan_189').set('tween', {
                    duration: 500 /*,
                    transition: Fx.Transitions.Bounce.easeOut // This could have been also 'bounce:out'*/
                }).tween('top', '45px');
            },
            'mouseleave': function(){
                // Resets the tween and changes the element back to its original size
                $('istspan_189').set('tween', {}).tween('top', '60px');
            }
        });
    }

    if($('istlink_2528'))
    {
        $('istlink_2528').addEvents({
            'mouseenter': function(){
                // Always sets the duration of the tween to 1000 ms and a bouncing transition
                // And then tweens the height of the element
                $('istspan_2528').set('tween', {
                    duration: 500 /*,
                    transition: Fx.Transitions.Bounce.easeOut // This could have been also 'bounce:out'*/
                }).tween('top', '45px');
            },
            'mouseleave': function(){
                // Resets the tween and changes the element back to its original size
                $('istspan_2528').set('tween', {}).tween('top', '60px');
            }
        });
    }
});