// JavaScript Document
window.addEvent('domready', function() {
	ls = $('link_strutture');	
	ls.addEvent('click',function(e){
		e.stop();
		lh = $$('.logo_header');
		lh.tween('height',530);
		$('mappastrutture').tween('top',0);
		$('mappastrutture').setStyle('display','block');
	});
},'javascript');
