// stop BackgroundImageCache voor IE				
try	{ document.execCommand("BackgroundImageCache", false, true); } catch(e) { }

/**
 * variabelen met jQuery met een $ beginnen!!!
 */
$(function()
{
	/* submenu effectje en timeout */
	Menu.apply("#menu > li");
	
	/* Hover click */
	$("#laatste-nieuws li").hoverClick();
	$("#overzicht li").hoverClick();

	// Formulier focus op velden
	$(":input").not("input[type=button], input[type=submit], input[type=radio], input[type=checkbox]").focus(function() { $(this).addClass("veldfocus"); });
	$(":input").not("input[type=button], input[type=submit], input[type=radio], input[type=checkbox]").blur(function() { $(this).removeClass("veldfocus"); });

});

Cufon.set('fontFamily', 'Frutiger LT Com 65 Bold');
Cufon.replace('h1');

Cufon.set('fontFamily', 'frutiger-lt-com-roman');
Cufon.replace('#specialisaties span');	
Cufon.replace('#zijbalk h2');
