/*
-----::: ABCnet.nl © 2010 :::-----
DATE: 21/12/2010
EDITED: 21/12/2010
DESCRIPTION: This is the JavaScript required to showdivs Requires jQuery library 
*/




$(document).ready(function() {
	
	/********************************************************************************************************************

	********************************************************************************************************************/	
		// 1 	Home button	= #start01-01-01
		
		$('#start01-01-01').hover(
									 
									 function(){
										
										 $('#start01-01-02').show();
										
									 },
									 function(){
									 }
									 );
		$('#start01-01-02').hover(
									 
									 function(){
										
									 },
									 function(){
										 	
										 $('#start01-01-02').fadeOut('3000');
										
									 }
									 ); 
	// 2 	Need a Hand? button	= #start01-02-01
		
		$('#start01-02-01').hover(
									 
									 function(){
										
										 $('#start01-02-02').show();
										
									 },
									 function(){
									 }
									 );
		$('#start01-02-02').hover(
									 
									 function(){
										
									 },
									 function(){
										 $('#start01-02-02').fadeOut('3000');
										
									 }
									 ); 
	// 3 	bessen bessen bessen en vruchten button	= #start01-03-01
		
		$('#start01-03-01').hover(
									 
									 function(){
																		
										$('#start01-03-02').show();
										
									 },
									 function(){
									 }
									 );
		$('#start01-03-02').hover(
									 
									 function(){
										
									 },
									 function(){
										 $('#start01-03-02').fadeOut('3000');
									 }
									 ); 
		
	// 4	Gezondheidsaspecten button	= #start01-04-01
		
		$('#start01-04-01').hover(
									 
									 function(){
										
										 $('#start01-04-02').show();
										
									 },
									 function(){
									 }
									 );
		$('#start01-04-02').hover(
									 
									 function(){
										
									 },
									 function(){
										 $('#start01-04-02').fadeOut('3000');
										
									 }
									 );
		
	// 5 	Toepassingen button	= #start01-05-01
		
		$('#start01-05-01').hover(
									 
									 function(){
										
										 $('#start01-05-02').show();
										
									 },
									 function(){
									 }
									 );
		$('#start01-05-02').hover(
									 
									 function(){
										
									 },
									 function(){
										 $('#start01-05-02').fadeOut('3000');
																			 }
									 ); 
	// 6 	Organic button	= #start01-06-01
		
		$('#start01-06-01').hover(
									 
									 function(){
										
										 $('#start01-06-02').show();
										
									 },
									 function(){
									 }
									 );
		$('#start01-06-02').hover(
									 
									 function(){
										
									 },
									 function(){
										 $('#start01-06-02').fadeOut('3000');
										
									 }
									 ); 
	// 7 	Cranberries and more Assortment button	= #start01-07-01
		
		$('#start01-07-01').hover(
									 
									 function(){
										
										 $('#start01-07-02').show();
										
									 },
									 function(){
									 }
									 );
		$('#start01-07-02').hover(
									 
									 function(){
										
									 },
									 function(){
										 $('#start01-07-02').fadeOut('3000');
										
									 }
									 ); 
	// 8 	Actueel/Trend button	= #start01-08-01
		
		$('#start01-08-01').hover(
									 
									 function(){
										
										 $('#start01-08-02').show();

									 },
									 function(){
									 }
									 );
		$('#start01-08-02').hover(
									 
									 function(){
										
									 },
									 function(){
										 $('#start01-08-02').fadeOut('3000');
										
									 }
									 ); 
	// 9 	Verschijningsvormen button	= #start01-09-01
		
		$('#start01-09-01').hover(
									 
									 function(){
										
										 $('#start01-09-02').show();

									 },
									 function(){
									 }
									 );
		$('#start01-09-02').hover(
									 
									 function(){
										
									 },
									 function(){
										 $('#start01-09-02').fadeOut('3000');
										
									 }
									 ); 
	// 10 	Forum/uw bijdrage, the movie button	= #start01-10-01
		
		$('#start01-10-01').hover(
									 
									 function(){

										 $('#start01-10-02').show();

									 },
									 function(){
									 }
									 );
		$('#start01-10-02').hover(
									 
									 function(){
										
									 },
									 function(){
										 $('#start01-10-02').fadeOut('3000');
									 }
									 ); 
	// 11 	True stories button	= #start01-11-01
		
		$('#start01-11-01').hover(
									 
									 function(){
										
										 $('#start01-11-02').show();
										
									 },
									 function(){
									 }
									 );
		$('#start01-11-02').hover(
									 
									 function(){
										
									 },
									 function(){
										 $('#start01-11-02').fadeOut('3000');
									 }
									 ); 
	// 12 	History button	= #start01-12-01
		
		$('#start01-12-01').hover(
									 
									 function(){
										
										 $('#start01-12-02').show();
										
									 },
									 function(){
									 }
									 );
		$('#start01-12-02').hover(
									 
									 function(){
										
									 },
									 function(){
										 $('#start01-12-02').fadeOut('3000');
									 }
									 ); 
	
	// 14	Wij button	= #start01-14-01
		
		$('#start01-14-01').hover(
									 
									 function(){
										
										 $('#start01-14-02').show();
										 										 
										
									 },
									 function(){
									 }
									 );
		$('#start01-14-02').hover(
									 
									 function(){
										
									 },
									 function(){
										 $('#start01-14-02').fadeOut('3000');
									 }
									 ); 
	// 15	Contact button	= #start01-15-01
		
		$('#start01-15-01').hover(
									 
									 function(){
										
										 $('#start01-15-02').show();
										
									 },
									 function(){
									 }
									 );
		$('#start01-15-02').hover(
									 
									 function(){
										
									 },
									 function(){
										 $('#start01-15-02').fadeOut('3000');
									 }
									 ); 
	// 16	Nieuwsbrieven button	= #start01-16-01
		
		$('#start01-16-01').hover(
									 
									 function(){
										
										 $('#start01-16-02').show();
										
									 },
									 function(){
									 }
									 );
		$('#start01-16-02').hover(
									 
									 function(){
										
									 },
									 function(){
										 $('#start01-16-02').fadeOut('3000');
									 }
									 ); 
	// 17	Links button	= #start01-17-01
		
		$('#start01-17-01').hover(
									 
									 function(){
										
										 $('#start01-17-02').show();
										
									 },
									 function(){
									 }
									 );
		$('#start01-17-02').hover(
									 
									 function(){
										
									 },
									 function(){
										 $('#start01-17-02').fadeOut('3000');
									 }
									 ); 
		
		
		
	// RESET BODY BUTTON
	$('#body').hover(
									 
									 function(){
										 $('#start01-01-02').fadeOut('3000');
										 
										 $('#start01-02-02').fadeOut('3000');

										 $('#start01-03-02').fadeOut('3000');
										 
										 $('#start01-04-02').fadeOut('3000');
										 
										 $('#start01-05-02').fadeOut('3000');
										 
										 $('#start01-06-02').fadeOut('3000');

										 $('#start01-07-02').fadeOut('3000');
										 
										 $('#start01-08-02').fadeOut('3000');
										 
										 $('#start01-09-02').fadeOut('3000');
										 
										 $('#start01-10-02').fadeOut('3000');

										 $('#start01-11-02').fadeOut('3000');
										 
										 $('#start01-12-02').fadeOut('3000');
										 										 						 
										 $('#start01-14-02').fadeOut('3000');
										 
										 $('#start01-15-02').fadeOut('3000');

										 $('#start01-16-02').fadeOut('3000');
										 
										 $('#start01-17-02').fadeOut('3000');
									 },
									 function(){
										 
									 }
									 ); 
	
		$('#start01-13-01').hover(
									 
									 function(){
										 $('#start01-01-02').fadeOut('3000');
										 
										 $('#start01-02-02').fadeOut('3000');

										 $('#start01-03-02').fadeOut('3000');
										 
										 $('#start01-04-02').fadeOut('3000');
										 
										 $('#start01-05-02').fadeOut('3000');
										 
										 $('#start01-06-02').fadeOut('3000');

										 $('#start01-07-02').fadeOut('3000');
										 
										 $('#start01-08-02').fadeOut('3000');
										 
										 $('#start01-09-02').fadeOut('3000');
										 
										 $('#start01-10-02').fadeOut('3000');

										 $('#start01-11-02').fadeOut('3000');
										 
										 $('#start01-12-02').fadeOut('3000');
										 										 						 
										 $('#start01-14-02').fadeOut('3000');
										 
										 $('#start01-15-02').fadeOut('3000');

										 $('#start01-16-02').fadeOut('3000');
										 
										 $('#start01-17-02').fadeOut('3000');
									 },
									 function(){
										 
									 }
									 ); 
		$('.next01-textarea01').hover(
									 
									 function(){
										 $('#start01-01-02').fadeOut('3000');
										 
										 $('#start01-02-02').fadeOut('3000');

										 $('#start01-03-02').fadeOut('3000');
										 
										 $('#start01-04-02').fadeOut('3000');
										 
										 $('#start01-05-02').fadeOut('3000');
										 
										 $('#start01-06-02').fadeOut('3000');

										 $('#start01-07-02').fadeOut('3000');
										 
										 $('#start01-08-02').fadeOut('3000');
										 
										 $('#start01-09-02').fadeOut('3000');
										 
										 $('#start01-10-02').fadeOut('3000');

										 $('#start01-11-02').fadeOut('3000');
										 
										 $('#start01-12-02').fadeOut('3000');
										 										 						 
										 $('#start01-14-02').fadeOut('3000');
										 
										 $('#start01-15-02').fadeOut('3000');

										 $('#start01-16-02').fadeOut('3000');
										 
										 $('#start01-17-02').fadeOut('3000');
									 },
									 function(){
										 
									 }
									 ); 
	$('.next01-themaimagearea').hover(
									 
									 function(){
										 $('#start01-01-02').fadeOut('3000');
										 
										 $('#start01-02-02').fadeOut('3000');

										 $('#start01-03-02').fadeOut('3000');
										 
										 $('#start01-04-02').fadeOut('3000');
										 
										 $('#start01-05-02').fadeOut('3000');
										 
										 $('#start01-06-02').fadeOut('3000');

										 $('#start01-07-02').fadeOut('3000');
										 
										 $('#start01-08-02').fadeOut('3000');
										 
										 $('#start01-09-02').fadeOut('3000');
										 
										 $('#start01-10-02').fadeOut('3000');

										 $('#start01-11-02').fadeOut('3000');
										 
										 $('#start01-12-02').fadeOut('3000');
										 										 						 
										 $('#start01-14-02').fadeOut('3000');
										 
										 $('#start01-15-02').fadeOut('3000');

										 $('#start01-16-02').fadeOut('3000');
										 
										 $('#start01-17-02').fadeOut('3000');
									 },
									 function(){
										 
									 }
									 ); 
});
