
$(document).ready(function() {
	
			$("a.popup").fancybox({
				'width'				: '800px',
				'height'			: '100px',
				'autoScale'			: false,
				'scrolling'			:'no',
				'transitionIn'		: 'none',
				'transitionOut'		: 'none',
				'type'				: 'content',
				'autoDimensions'	: false
			});
			
			$("a.popup_page").fancybox({
				'width'				: '800px',
				'height'			: '100px',
				'autoScale'			: false,
				'scrolling'			:'no',
				'transitionIn'		: 'none',
				'transitionOut'		: 'none',
				'type'				: 'content',
				'autoDimensions'	: false
			});
			
			$("a.image").fancybox({
				'autoScale'			: true,
				'scrolling'			:'no',
				'transitionIn'		: 'none',
				'transitionOut'		: 'none',
				'type'				: 'image',
				'autoDimensions'	: true
			});
			

			
			$(".content_right ul ul").mouseenter(function () {
				$(this).animate( { height: 200 }, { queue:false, duration:1000 } )
				$(this).find('h2').addClass("no_arrow");
				$(this).find('table').fadeIn('slow');
				$(this).find('a').fadeIn('slow');
			});
			
			$("..content_right ul ul a.image").mouseover(function(){
				$(this).animate({
					top:"-30px",
					width: "300px",
					height: "200px",
				  }, 100 );
			})
			
			$(".content_right ul ul").mouseleave(function () {
				$(this).animate( { height: 30 }, { queue:false, duration:1000 } )
				$(this).find('h2').removeClass("no_arrow");
				$(this).find('table').fadeOut();
				$(this).find('a').fadeOut();
			});
			
			$("..content_right ul ul a.image").mouseleave(function(){
				$(this).animate({
					top:"0",
					width: "300px",
					height: "106px",
				  }, 100 );
			})


	

$('#bovendonk').cluetip
({
	sticky: true, 
	width:            '250px',
    height:           'auto',
	closePosition: 		'title', 
	arrows: 			false,
	closeText:        'Sluit',
	showTitle:        true, 
	waitImage:        true,
	dropShadow:       false,
	closeText: '<img src="images/popup/fancy_close.png" alt="close" />',
	local:true
	
});

$('#boshoeve').cluetip
({
		sticky: true, 
	width:            '250px',
    height:           'auto',
	closePosition: 		'title', 
	arrows: 			false,
	closeText:        'Sluit',
	showTitle:        true, 
	waitImage:        true,
	dropShadow:       false,
	closeText: '<img src="images/popup/fancy_close.png" alt="close" />',
local:true
	
});

$('#leijhof').cluetip
({
		sticky: true, 
	width:            '250px',
    height:           'auto',
	closePosition: 		'title', 
	arrows: 			false,
	closeText:        'Sluit',
	showTitle:        true, 
	waitImage:        true,
	dropShadow:       false,
	closeText: '<img src="images/popup/fancy_close.png" alt="close" />',
local:true
	
});

$('#guldenberg').cluetip
({
		sticky: true, 
	width:            '250px',
    height:           'auto',
	closePosition: 		'title', 
	arrows: 			false,
	closeText:        'Sluit',
	showTitle:        true, 
	waitImage:        true,
	dropShadow:       false,
	closeText: '<img src="images/popup/fancy_close.png" alt="close" />',
local:true
	
});

$('#bergen').cluetip
({
		sticky: true, 
	width:            '250px',
    height:           'auto',
	closePosition: 		'title', 
	arrows: 			false,
	closeText:        'Sluit',
	showTitle:        true, 
	waitImage:        true,
	dropShadow:       false,
	closeText: '<img src="images/popup/fancy_close.png" alt="close" />',
local:true
	
});

$('#zin').cluetip
({
		sticky: true, 
	width:            '250px',
    height:           'auto',
	closePosition: 		'title', 
	arrows: 			false,
	closeText:        'Sluit',
	showTitle:        true, 
	waitImage:        true,
	dropShadow:       false,
	closeText: '<img src="images/popup/fancy_close.png" alt="close" />',
local:true
	
});

$('#spreeuwel').cluetip
({
		sticky: true, 
	width:            '250px',
    height:           'auto',
	closePosition: 		'title', 
	arrows: 			false,
	closeText:        'Sluit',
	showTitle:        true, 
	waitImage:        true,
	dropShadow:       false,
	closeText: '<img src="images/popup/fancy_close.png" alt="close" />',
local:true
	
});

$('#kappelerput').cluetip
({
		sticky: true, 
	width:            '250px',
    height:           'auto',
	closePosition: 		'title', 
	arrows: 			false,
	closeText:        'Sluit',
	showTitle:        true, 
	waitImage:        true,
	dropShadow:       false,
	closeText: '<img src="images/popup/fancy_close.png" alt="close" />',
local:true
	
});

$('#wilibrordhaeghe').cluetip
({
		sticky: true, 
	width:            '250px',
    height:           'auto',
	closePosition: 		'title', 
	 
	closeText:        'Sluit',
	showTitle:        true, 
	waitImage:        true,
	dropShadow:       false,
	closeText: '<img src="images/popup/fancy_close.png" alt="close" />',
local:true
	
});
  
});
  




