document.write("<script type='text/javascript' src='../js/animatedcollapse.js'></scr"+"ipt>");
document.write("<script type='text/javascript' src='../js/bookmarkscroll.js'></scr"+"ipt>");
document.write("<script type='text/javascript' src='../js/jquery.tipsy.js'></scr"+"ipt>");
document.write("<script type='text/javascript' src='../js/jquery.fancybox.js'></scr"+"ipt>");
document.write("<script type='text/javascript' src='../js/jquery.pngFix.js'></scr"+"ipt>");

$(document).ready(function() {
		$(".toggle").toggle(function(){
			$(this).addClass("tactive");
		}, function () {
			$(this).removeClass("tactive");
		});
		$(".toggle").click(function(){
			$(this).next(".toggle_content").slideToggle();
		});
		$(".expand").click(function(){
			$(".toggle_content").slideDown();
		});
		$(".collapse").click(function(){
			$(".toggle_content").slideUp();
		});
		$(".infoleg").fancybox({
						'width'				: 650,
						'height'			: 650,
						'autoScale'     	: false,
				        'transitionIn'		: 'none',
						'transitionOut'		: 'none',
						'type'				: 'iframe'
					});
		$(".contacts").fancybox({
						'width'				: 650,
						'height'			: 450,
						'transitionIn'		: 'none',
						'transitionOut'		: 'none',
						'type'				: 'iframe'
					});
		$("a.e_img").fancybox();
		
		$('a.tipTip').tipsy();
		
		animatedcollapse.addDiv('eventi', 'fade=1,speed=500,')
		animatedcollapse.addDiv('mercatini', 'fade=1,speed=500')
		animatedcollapse.addDiv('RCmenu', 'fade=1,speed=500,hide=0,group=00')
		animatedcollapse.addDiv('CDC', 'fade=1,speed=500,hide=1,group=RC')
		animatedcollapse.addDiv('APT', 'fade=1,speed=500,hide=1,group=RC')
		animatedcollapse.addDiv('SRV', 'fade=1,speed=500,hide=1,group=RC')
		animatedcollapse.addDiv('T1', 'fade=1,speed=500,group=4T')
		animatedcollapse.addDiv('T2', 'fade=1,speed=500,group=4T')
		animatedcollapse.addDiv('T3', 'fade=1,speed=500,group=4T')
		animatedcollapse.addDiv('T4', 'fade=1,speed=500,group=4T')
		animatedcollapse.addDiv('T5', 'fade=1,speed=500,group=4T')
		animatedcollapse.addDiv('DSlago', 'fade=1,speed=500,group=w2')
		animatedcollapse.addDiv('DSsatellite', 'fade=1,speed=500,group=w2')
		animatedcollapse.addDiv('google', 'fade=1,speed=500,group=w3')
		animatedcollapse.addDiv('auto', 'fade=1,speed=500,group=w3')
		animatedcollapse.addDiv('trenobus', 'fade=1,speed=500,group=w3')
		animatedcollapse.init()
	});

