$(function(){	
		   
/*	$.easy.navigation();
	$.easy.tooltip();
	$.easy.popup();
	$.easy.external();
	$.easy.rotate();
	$.easy.showhide();
	$.easy.jump();
	*/
//	$.easy.forms();
/*	$.easy.cycle();*/

	if($(".lightbox a").length > 0) {
		//$(".lightbox a").lightBox();
	}

	$(".producten .item").hover(function(){
		if($(this).find("h2").length == 1) $(this).find("h2").stop().animate({
			height: "135px",
			marginTop: "0px"
		},"fast");
	},function(){
		if($(this).find("h2").length == 1) $(this).find("h2").stop().animate({
			height: "0px",
			marginTop: "135px"			
		},"fast");
	});		

	$(".toonzaalmodellen .item").hover(function(){
		if($(this).find("h2").length == 1) $(this).find("h2").stop().animate({
			height: "126px",
			marginTop: "0px"
		},"fast");
	},function(){
		if($(this).find("h2").length == 1) $(this).find("h2").stop().animate({
			height: "0px",
			marginTop: "126px"			
		},"fast");
	});		


	$(".producten .item").click(function(){
		var href = $(this).attr("href");
		document.location.href = href + "";								  
	});
	
});
