document.write("<script type='text/javascript' src='../js/preloadCssImages.jquery.js'></scr"+"ipt>");
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.tipTip.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.mousewheel.pack.js'></scr"+"ipt>");
document.write("<script type='text/javascript' src='../js/jquery.pngFix.js'></scr"+"ipt>");


$(document).ready(function() {
		$.preloadCssImages();
		$(".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.zoom").fancybox();
		
					$("a.zoom1").fancybox({
						'overlayOpacity'	:	0.7,
						'overlayColor'		:	'#FFF'
					});
		
					$("a.zoom2").fancybox({
						'zoomSpeedIn'		:	500,
						'zoomSpeedOut'		:	500
					});
		$(".tipTip").tipTip({maxWidth: "120px", edgeOffset: 1, delay: 100});
		
		animatedcollapse.addDiv('zona4T', 'fade=1,speed=500,hide=1')
		animatedcollapse.addDiv('RCmenu', 'fade=1,speed=500,hide=0,group=00')
		animatedcollapse.addDiv('4Tmenu', 'fade=1,speed=500,hide=1,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,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.init()
	});

