Cufon.replace('h1, h2, .knop, .kg-knop, .n1, .tooltip_rechts h3, .tabNavigation a,.pzvw_titel,.pzvd_titel,.pw_header, .pw_rechts .prijs', {hover: true});
Cufon.replace('.pzvd_30, .pzvd_24', {hover: true, textShadow: '1px 2px #6c0a17'});
Cufon.replace('.mido' , {hover: true, textShadow: '1px 2px #9d192b'});

$(document).ready(function()
{	
	
	$(".slide_initially_hidden").toggle();
	$("#banner").easySlider({
		speed: 1000,
		pause:10000,
		auto: true,
		continuous: true 
	});
	
	$(".lavaLamp").lavaLamp({ fx: "backout", click: function(event, menuItem) {/*return true;*/ },speed: 700 });
	
	var tabContainers = $('div.tabs > div');
	tabContainers.hide().filter(':first').fadeOut();
	$('ul.tabNavigation a').click(function () {
		tabContainers.hide();
		tabContainers.filter(this.hash).fadeIn();
		$('ul.tabNavigation a').removeClass('selected');
		$(this).addClass('selected');
		Cufon.refresh();
		return false;
	});
	
});
