// JavaScript Document


//$(function ($){			
//	$('.drop_Mnpnl').hide();
//		$('.nav_bg li').hover(function(){
//			//$('.sub_nav').stop(true, true).hide('slow');
//			var index = $('.nav_bg li').index(this);
//			
//			//alert(index);
//			$('.drop_Mnpnl',this).stop(true, true).slideDown('fast');
//		},function(){
//		$('.drop_Mnpnl',this).stop(true, true).slideUp('fast');
//		//$('.nav_bg li a').removeClass('active');
//	});
//		$('.drop_Mnpnl').mouseleave(function(){
//		$('.drop_Mnpnl',this).stop(true, true).slideUp('fast');
//		$('.nav_bg li a').removeClass('active');
//		});
//		$('.logo_pnl').mouseenter(function(){
//			$('.nav_bg li a').removeClass('active');
//		});	
//});



$(document).ready(function (){
	 $('.mack_vid a img').click(function (){
	 $('.mack_vid a img').hide();
	 $('#anlLoaderID').show();
	   $.ajax({
		      type: "POST",
		      url: 'video_ajax.html',
			  success: function(msg){ 
			     $('#video').html(msg); 
			  }
	    });
      });
	 
	 $('.mack_vid1 a img').click(function (){
	 $('.mack_vid1 a img').hide();
	 $('#anlLoaderID1').show();
	   $.ajax({
		      type: "POST",
		      url: 'video_ajax1.html',
			  success: function(msg){ 
			     $('#video1').html(msg); 
			  }
	    });
      });
	 
	 	
});


