$(document).ready(function(){
	Cufon.replace('h3', {fontFamily: 'Helvetica'});
	Cufon.replace('h1, h2, .fototitle, .overzicht_vlak_txt a, .title_small, #righttext strong', {fontFamily: 'Helvetica Neue'});
	Cufon.replace('h4, #menu li', {fontFamily: 'Helvetica LT'});

	Shadowbox.init({
		handleOversize:     'drag',
		resizeDuration:		0.35,
		fadeDuration:		0.10,
		overlayOpacity:		0.6,
		language:  	 		"nl",
		players:			["img"]
	});
	
	$(".toepassingsgebied").click(function(){
		$.post("/cmsfiles/components/parameters/gettable.php", {id : $(this).attr("id")}, function(html){ 
			$("#parameter_overzicht").html(html); 
		});
	});
});