window.addEvent('domready', function(){
var myFx = new Fx.Tween('panel');
myFx.start('height', '1598px')
chiudibottone2()
chiudibottone3()
});

function apri() {
var myFx2 = new Fx.Tween('panel');
myFx2.start('height', '3017px');
chiudibottone1()
apribottone2()
};

function apri2() {
var myFx2 = new Fx.Tween('panel');
myFx2.start('height', '4816px');
chiudibottone2()
apribottone3()
};

function chiudi() {
var myFx3 = new Fx.Tween('panel');
myFx3.start('height', '1598px');
chiudibottone3()
apribottone1()
};

function chiudibottone1() {
var myFx2 = new Fx.Tween('panel_button_1');
myFx2.start('height', '0px');
};

function apribottone2() {
var myFx2 = new Fx.Tween('panel_button_2');
myFx2.start('height', '20px');
};

function chiudibottone2() {
var myFx2 = new Fx.Tween('panel_button_2');
myFx2.start('height', '0px');
};

function apribottone3() {
var myFx2 = new Fx.Tween('panel_button_3');
myFx2.start('height', '20px');
};

function chiudibottone3() {
var myFx2 = new Fx.Tween('panel_button_3');
myFx2.start('height', '0px');
};

function apribottone1() {
var myFx2 = new Fx.Tween('panel_button_1');
myFx2.start('height', '20px');
};
