
window.addEvent('domready',function(){var status={'true':'open','false':'close'};var myaboutUs=new Fx.Slide('aboutUs');myaboutUs.hide();$('xaboutUs').addEvent('click',function(e){e.stop();myaboutUs.toggle();mycoporateServices.hide();mysiteMap.hide();myfiorenceMobi.hide();mycustomerService.hide();});var mycoporateServices=new Fx.Slide('coporateServices');mycoporateServices.hide();$('xcoporateServices').addEvent('click',function(e){e.stop();mycoporateServices.toggle();myaboutUs.hide();mysiteMap.hide();myfiorenceMobi.hide();mycustomerService.hide();});var mysiteMap=new Fx.Slide('siteMap');mysiteMap.hide();$('xsiteMap').addEvent('click',function(e){e.stop();mysiteMap.toggle();myaboutUs.hide();mycoporateServices.hide();myfiorenceMobi.hide();mycustomerService.hide();});var myfiorenceMobi=new Fx.Slide('fiorenceMobi');myfiorenceMobi.hide();$('xfiorenceMobi').addEvent('click',function(e){e.stop();myfiorenceMobi.toggle();myaboutUs.hide();mycoporateServices.hide();mysiteMap.hide();mycustomerService.hide();});var mycustomerService=new Fx.Slide('customerService');mycustomerService.hide();$('xcustomerService').addEvent('click',function(e){e.stop();mycustomerService.toggle();myaboutUs.hide();mycoporateServices.hide();mysiteMap.hide();myfiorenceMobi.hide();});});