

$(function() {
	

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

		$('.gall-1 a, .gall-2 a, #hcert li a').fancybox(
		{
			'zoomOpacity': true,
			'zoomSpeedIn': 500,
			'zoomSpeedOut': 500,
			'autoScale'   : false,
			'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');
	  }
	);
});





Cufon.replace('h1, h2, .h01, #subp-head div', {
hover: true 
});
























