$(document).ready(function(){	
	$.easy.navigation();
	$.easy.tooltip();
	$.easy.popup();
	$.easy.external();
	//$.easy.rotate();
	$.easy.forms();
	$.easy.showhide();
	$.easy.jump();
	
	var h = $(".content").height()
//	$(".links").height(h)
//	$(".rechts").height(h)

	$(".spronkels").click(function() {
		document.location.href = 'spronkels.asp'
	})

	//$('.fadein').shuffle();
	//$('.rotate').shuffle();

//	$('.resultaten:odd').css("background-color","#F3F3F3");

	$('.fadein img:gt(0)').hide();
		setInterval(function(){$('.fadein :first-child').fadeOut("slow").next('img').fadeIn("slow").end().appendTo('.fadein');}, 3000);

	$('.rotate li:gt(0)').hide();
		setInterval(function(){$('.rotate :first-child').fadeOut("slow").next('li').fadeIn("slow").end().appendTo('.fadein');}, 3000);

	if($("h1[class!='titel']").length !== 0) {
		$("h1[class='titel']").hide();
	}
	
	$(".faq").click(function(){
		var id = $(this).attr("rel");
		$(".faq").each(function(){
			$("p.antw[rel!='" + id + "']").slideUp();
		});
		// $(this).closest("p").slideDown();
		
	});
	
	var agent= navigator.userAgent.toLowerCase();
	var ver = parseInt(navigator.appVersion);
	var ie = agent.indexOf("msie")>=0;
	var ie6=ie && agent.indexOf("msie 6")>=0;
	var ie7=ie && agent.indexOf("msie 7")>=0;
	 
	if (ie7){
		//$(".installation .links div").css("margin-top","155px");
		$(".login").css("margin-top","0px");
	}			
	
});
