

$(function() {
	

		$(".fancy-gallery a").fancybox();

		$('.fancy_panorama').fancybox(
		{
			'zoomOpacity': true,
			'zoomSpeedIn': 500,
			'zoomSpeedOut': 500,
			'overlayShow': true,
			'frameWidth': 1055,
			'frameHeight': 840,
			'hideOnContentClick': false
		});
		
		$('#top-cert ul li a, .cert-l a, .gall-2 a').fancybox(
		{
			'zoomOpacity': true,
			'zoomSpeedIn': 500,
			'zoomSpeedOut': 500,
			'overlayShow': true,
			'frameWidth': 1055,
			'frameHeight': 840,
			'hideOnContentClick': false
		});
		
		
		
		
});



$(function() {
 $('.answer').hide();
 $('#jsmenu h3').toggle(
	   function() {
	   $(this).next('.answer').fadeIn();
		 $(this).addClass('close');
		},
		function() {
		  $(this).next('.answer').fadeOut();
			$(this).removeClass('close');
	  }
	);
});


$(function() {
 $('.answer').hide();
 $('#jsmenu .head-2a').toggle(
	   function() {
	   $(this).next('.answer').fadeIn();
		 $(this).addClass('close');
		},
		function() {
		  $(this).next('.answer').fadeOut();
			$(this).removeClass('close');
	  }
	);
});



















