$(function()
{
	// zoeken knopje
	if($("#footer input.text").val() == "")	{
		$("#footer input.text").css("background-image", "url(" + submap + "/img/zoeken_input_bg.gif)");
	}
	
	$("#footer input.text").focus(function()	{	   
		$("#footer input.text").css("background-image", "");
	});
	
	$("#footer input.text").blur(function()	{	   
		if(this.value == "")
			$("#footer input.text").css("background-image", "url(" + submap + "/img/zoeken_input_bg.gif)");
	});
	
	
	// sifr
	sIFR.replaceElement("#collecties h2", named({sFlashSrc: submap + "/fla/titel.swf", sCase: "upper", sColor: "#D9344A", sWmode: "transparent" }));
	sIFR.replaceElement("#frontpage h2", named({sFlashSrc: submap + "/fla/titel.swf", sCase: "upper", sColor: "#D9344A", sWmode: "transparent" }));
	sIFR.replaceElement("#frontpage h3", named({sFlashSrc: submap + "/fla/titel.swf", sCase: "upper", sColor: "#000000", sWmode: "transparent" }));
	sIFR.replaceElement("#content h2", named({sFlashSrc: submap + "/fla/titel2.swf", sCase: "upper", sColor: "#D9344A", sWmode: "transparent" }));
	sIFR.replaceElement("#tip h2", named({sFlashSrc: submap + "/fla/titel.swf", sCase: "upper", sColor: "#ffffff", sWmode: "transparent" }));
	sIFR.replaceElement("#tip h3", named({sFlashSrc: submap + "/fla/titel.swf", sCase: "upper", sColor: "#ffffff", sWmode: "transparent" }));
});
