btn1 = new add.fx({ object : ['btn_homepage'], duration : 20, easing : 'bounceOut' });

btn2 = new add.fx({ object : ['btn_chisiamo'], duration : 20, easing : 'bounceOut' });

btn3 = new add.fx({ object : ['btn_servizi'], duration : 20, easing : 'bounceOut' });

btn4 = new add.fx({ object : ['btn_qualita'], duration : 20, easing : 'bounceOut' });

btn5 = new add.fx({ object : ['btn_territorio'], duration : 20, easing : 'bounceOut' });

btn6 = new add.fx({ object : ['btn_comunicazione'], duration : 20, easing : 'bounceOut' });

btn7 = new add.fx({ object : ['btn_contatti'], duration : 20, easing : 'bounceOut' });

btn8 = new add.fx({ object : ['btn_dove'], duration : 20, easing : 'bounceOut' });

btn9 = new add.fx({ object : ['btn_links'], duration : 20, easing : 'bounceOut' });

btn10 = new add.fx({ object : ['btn_bandi'], duration : 20, easing : 'bounceOut' });

btn11 = new add.fx({ object : ['btn_faq'], duration : 20, easing : 'bounceOut' });

logohome = new add.fx({ object : ['logo'], duration : 20, easing : 'bounceOut' });

pageAjax = new add.script({ successfully : new add.load({ object : ['page_text'] }) })

comuni = new add.fx({ object :
['Abbateggio','Alanno','Bolognano','Brittoli','Bussi','Caramanico','Carpineto','Castiglione','Civitaquana','Civitella','Corvara','Elice','Farindola','Loreto','Montebello','Moscufo','Pescosansonesco','Pianella','Picciano','Pietranico','Salle','Spoltore','Tocco','Vicoli','Villa'],
height : [0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0], duration : 40, easing : 'bounceOut' });

comunicazione = new add.fx({ object : ['materiale','incontri','educazione','giochi'], height : [0,0,0,0], duration :
40, easing : 'bounceOut' });

raccolta = new add.fx({ object : ['vetro','plastica','metallo','carta','organica','verdi','urbani','contrassegnati','durevoli','indifferenziati'], height :
[0,0,0,0,0,0,0,0,0,0], duration : 40, easing : 'bounceOut' });

ato = new add.fx({ object : ['ato'], duration : 70, easing : 'bounceOut' });

atoStat = false; function atoShow(){ if(atoStat == false){ ato.height = [$$('ato').scrollHeight]; ato.play(); atoStat = true; } else { ato.height = [0]; ato.play(); atoStat =
false; } }


