
		$(document).ready(function() {
   
			$('.bckImage').cycle({
				fx: 'fade', // choose your transition type, ex: fade, scrollUp, shuffle, etc...
				timeout: 4000,
				speed: 1000
			});		
			
			$("p.menu_head_big").mouseover(function(){
			    $(this).next("ul.menu_body").slideDown(500).siblings("ul.menu_body").slideUp("slow");
			});	
			
			
			$("p.menu_head_big2").mouseover(function(){
			    $(this).next("ul.menu_body").slideDown(500).siblings("ul.menu_body").slideUp("slow");
			});	
			
			$("p.menu_head").mouseover(function(){
			    $(this).next("ul.menu_body").slideDown(500).siblings("ul.menu_body").slideUp("slow");
			});	
			
	
			$("#pop").fancybox({
				'width'				: '90%',
				'height'			: '90%',
				'autoScale'			: false,
				'transitionIn'		: 'fade',
				'transitionOut'		: 'none',
				'type'				: 'iframe'
			});
			$("#pop1").fancybox({
				'width'				: '90%',
				'height'			: '90%',
				'autoScale'			: false,
				'transitionIn'		: 'fade',
				'transitionOut'		: 'none',
				'type'				: 'iframe'
			});
 			$("#pop2").fancybox({
				'width'				: '90%',
				'height'			: '90%',
				'autoScale'			: false,
				'transitionIn'		: 'fade',
				'transitionOut'		: 'none',
				'type'				: 'iframe'
			});
			$("#pop3").fancybox({
				'width'				: '90%',
				'height'			: '90%',
				'autoScale'			: false,
				'transitionIn'		: 'fade',
				'transitionOut'		: 'none',
				'type'				: 'iframe'
			});
			$("#pop5").fancybox({
				'width'				: '90%',
				'height'			: '90%',
				'autoScale'			: false,
				'transitionIn'		: 'fade',
				'transitionOut'		: 'none',
				'type'				: 'iframe'
			});
			$("#pop6").fancybox({
				'width'				: '30%',
				'height'			: '30%',
				'autoScale'			: false,
				'transitionIn'		: 'fade',
				'transitionOut'		: 'none',
				'type'				: 'iframe'
			});
			$("#pop7").fancybox({
				'width'				: '30%',
				'height'			: '30%',
				'autoScale'			: false,
				'transitionIn'		: 'fade',
				'transitionOut'		: 'none',
				'type'				: 'iframe'
			});
			$("#pop8").fancybox({
				'width'				: '30%',
				'height'			: '30%',
				'autoScale'			: false,
				'transitionIn'		: 'fade',
				'transitionOut'		: 'none',
				'type'				: 'iframe'
			});
			$("#pop9").fancybox({
				'width'				: '30%',
				'height'			: '30%',
				'autoScale'			: false,
				'transitionIn'		: 'fade',
				'transitionOut'		: 'none',
				'type'				: 'iframe'
			});
			$("#pop10").fancybox({
				'width'				: '30%',
				'height'			: '30%',
				'autoScale'			: false,
				'transitionIn'		: 'fade',
				'transitionOut'		: 'none',
				'type'				: 'iframe'
			});
			$("#pop11").fancybox({
				'width'				: '30%',
				'height'			: '30%',
				'autoScale'			: false,
				'transitionIn'		: 'fade',
				'transitionOut'		: 'none',
				'type'				: 'iframe'
			});
			$("#pop12").fancybox({
				'width'				: '85%',
				'height'			: '85%',
				'autoScale'			: false,
				'transitionIn'		: 'fade',
				'transitionOut'		: 'none',
				'type'				: 'iframe'
			});
			$("#pop13").fancybox({
				'width'				: '55%',
				'height'			: '55%',
				'autoScale'			: false,
				'transitionIn'		: 'fade',
				'transitionOut'		: 'none',
				'type'				: 'iframe'
			});
 
		});
			
