//////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
//////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////

//////////
// Sifr //
//////////
function initSifr(sIFR)
{
	if(typeof sIFR == "function")
	{
		
	// This is the older, ordered syntax
		sIFR.replaceElement("h1#sifrh1", named({sFlashSrc: "./univers.swf", sColor: "#1658A4", sCase : "upper", sWmode: "transparent"}));
		sIFR.replaceElement("h2#sifrh2", named({sFlashSrc: "./univers.swf", sColor: "#5D5D5D", sCase : "upper", sWmode: "transparent"}));		
		sIFR.replaceElement("h1#sifrh1white", named({sFlashSrc: "./univers.swf", sColor: "#ffffff", sCase : "upper", sWmode: "transparent"}));
		sIFR.replaceElement("h2#sifrh2tp", named({sFlashSrc: "./univers.swf", sColor: "#ffffff", sCase : "upper", sWmode: "transparent"}));
		sIFR.replaceElement("h1#sifrh1homevwhite", named({sFlashSrc: "./univers.swf", sColor: "#ffffff", sCase : "upper", sWmode: "transparent"}));
		sIFR.replaceElement("h2#sifrh2pub", named({sFlashSrc: "./univers.swf", sColor: "#ffffff", sCase : "upper", sWmode: "transparent"}));
		
		sIFR.replaceElement("h3#sifrnewsurgent",  named({sFlashSrc: "./univers.swf", sColor: "#ff0000", sCase : "upper", sWmode: "transparent"}));

		sIFR.replaceElement("h1", named({sFlashSrc: "./univers.swf", sColor: "#FFFFFF", sCase : "upper", sWmode: "transparent"}));
		sIFR.replaceElement("h2", named({sFlashSrc: "./univers.swf", sColor: "#FFFFFF", sCase : "upper", sWmode: "transparent"}));
		sIFR.replaceElement("h3", named({sFlashSrc: "./univers.swf", sColor: "#5D5D5D", sCase : "upper", sWmode: "transparent"}));
		sIFR.replaceElement("h4", named({sFlashSrc: "./univers.swf", sColor: "#5D5D5D", sCase : "upper", sWmode: "transparent"}));
	};
}

//////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
//////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////