$(document).ready(function() {
						    $(function() {
	var zIndexNumber = 12000;
	$('div').each(function() {
		$(this).css('zIndex', zIndexNumber);
		zIndexNumber -= 10;
	});
});
							
// Hover oplichten
// $(".BlogHouder").mouseover(function () {    $(this).css("background-color","#ddffdd");  });
// $(".BlogHouder").mouseout(function () {    $(this).css("background-color","");  });
// Hidden layers bij document ready

	$("#apDivSubNav").hide();
	$("#apDivSubNav2").hide();

$("#Overbut").mouseover(function() {
										 
										 $("#apDivSubNav").show();
										
	
});	

$("#contentWrapper, #header, #Shopbut, #Zakelijkbut, #Watvindjijbut, #Blogbut, #Titelsbut, #Nieuwsbut, #Homebut").mouseover(function() {
										 
										 $("#apDivSubNav").hide();
										
	
});	

$("#Zakelijkbut").mouseover(function() {
										 
										 $("#apDivSubNav2").show();
										
$("#contentWrapper, #header, #Shopbut, #Overbut, #Watvindjijbut, #Blogbut, #Titelsbut, #Nieuwsbut, #Homebut").mouseover(function() {
										 
										 $("#apDivSubNav2").hide();
										
	
});		
});	
// Quotes op in de pers
							 $('.PitchTekst').cycle({
		cleartype:  true, // disable cleartype corrections 
		speed: 4000
	});
});
