$(document).ready(function() {
		
		$("div.about").mouseenter(function() {
			//alert("This function was successfully triggered via the flash movie.");
			$(this).stop().animate({height: 156},"slow");
		});
		
    });
	
	$(document).ready(function() {
		
		$("div.about").mouseleave(function() {
			//alert("This function was successfully triggered via the flash movie.");
			$(this).stop().animate({height: 52},"slow");
		});
		
    });
	
	$(document).ready(function() {
		
		$("div.core").mouseenter(function() {
			//alert("This function was successfully triggered via the flash movie.");
			$(this).stop().animate({height: 156},"slow");
		});
		
    });
	
	$(document).ready(function() {
		
		$("div.core").mouseleave(function() {
			//alert("This function was successfully triggered via the flash movie.");
			$(this).stop().animate({height: 52},"slow");
		});
		
    });
	
	$(document).ready(function() {
		
		$("div.testimonial").mouseenter(function() {
			//alert("This function was successfully triggered via the flash movie.");
			$(this).stop().animate({height: 156},"slow");
		});
		
    });
	
	$(document).ready(function() {
		
		$("div.testimonial").mouseleave(function() {
			//alert("This function was successfully triggered via the flash movie.");
			$(this).stop().animate({height: 52},"slow");
		});
		
    });
	
	$(document).ready(function() {
		
		$("div.advanced").mouseenter(function() {
			//alert("This function was successfully triggered via the flash movie.");
			$(this).stop().animate({height: 208},"slow");
		});
		
    });
	
	$(document).ready(function() {
		
		$("div.advanced").mouseleave(function() {
			//alert("This function was successfully triggered via the flash movie.");
			$(this).stop().animate({height: 52},"slow");
		});
		
    });
	
	$(document).ready(function() {
		
		$("div.specialist").mouseenter(function() {
			//alert("This function was successfully triggered via the flash movie.");
			$(this).stop().animate({height: 104},"slow");
		});
		
    });
	
	$(document).ready(function() {
		
		$("div.specialist").mouseleave(function() {
			//alert("This function was successfully triggered via the flash movie.");
			$(this).stop().animate({height: 52},"slow");
		});
		
    });
	/*
	$(document).ready(function() {
		
		$("div.workshops").mouseenter(function() {
			//alert("This function was successfully triggered via the flash movie.");
			$(this).animate({height: 260},"slow");
		});
		
    });
	
	$(document).ready(function() {
		
		$("div.workshops").mouseleave(function() {
			//alert("This function was successfully triggered via the flash movie.");
			$(this).animate({height: 52},"slow");
		});
		
    });*/
