jQuery(document).ready(function() {
	//route
	jQuery("a.knop_contactmap").fancybox({
		'frameWidth': 800,
		'frameHeight': 620
	});
});

