// JavaScript Document

	function RollOverMenu(id,color){
			id.style.backgroundColor = color;
	}
		
	function RollOut(id) {
			id.style.backgroundColor = "";
	}
	
	
	function doSifr(titlecolor,mnuh1, mnuh1active, mnuh1hover) {
		
	//titlecolor = #333333
	//<![CDATA[
		if(typeof sIFR == "function"){
			sIFR.replaceElement(".menuItem h1", named({sFlashSrc: "images/flashheader.swf", sColor: mnuh1,sCase: "upper" , sWmode: "transparent"})); //sHoverColor: mnuh1hover,
			sIFR.replaceElement(".menuItemActive h1", named({sFlashSrc: "images/flashheader.swf", sColor: mnuh1active, sCase: "upper" , sWmode: "transparent"}));
			sIFR.replaceElement("h2", named({sFlashSrc: "images/flashheader.swf", sColor: titlecolor, sWmode: "transparent"}));  //sHoverColor: "#ffffff",
			sIFR.replaceElement("h3", named({sFlashSrc: "images/flashheader.swf", sColor: titlecolor, sWmode: "transparent"})); //sHoverColor: "#ffffff",
			sIFR.replaceElement("h4", named({sFlashSrc: "images/flashheader.swf", sColor: "#666666", sWmode: "transparent"}));
			sIFR.replaceElement("h5", named({sFlashSrc: "images/flashheader.swf", sColor: titlecolor, sWmode: "transparent"}));  //sHoverColor: "#333333",
			sIFR.replaceElement(".maand", named({sFlashSrc: "images/flashheader.swf", sColor: titlecolor, sHoverColor: "#ffffff", sFlashVars: "textalign=center", sWmode: "transparent"}));
			sIFR.replaceElement("#pageTitle", named({sFlashSrc: "images/flashheader.swf", sColor: titlecolor,sCase: "upper" , sWmode: "transparent"}));
			sIFR.replaceElement(".pageKop", named({sFlashSrc: "images/flashheader.swf", sColor: titlecolor, sWmode: "transparent"}));
			sIFR.replaceElement(".pageKopVerenigingen", named({sFlashSrc: "images/flashheader.swf", sColor: "#0094D6", sWmode: "transparent"}));
			
			sIFR.replaceElement(".bioskopje", named({sFlashSrc: "images/flashheader.swf", sColor: titlecolor, sHoverColor: "#ffffff", sWmode: "transparent"}));
			sIFR.replaceElement(".datumAgenda", named({sFlashSrc: "images/flashheader.swf", sColor: titlecolor, sWmode: "transparent"}));
			sIFR.replaceElement(".theaterKopje", named({sFlashSrc: "images/flashheader.swf", sColor: titlecolor, sWmode: "transparent"}));
				
			};
	
	}
	//]]>