//<![CDATA[
/* Replacement calls. Please see documentation for more information. */

if(typeof sIFR == "function"){

// This is the preferred "named argument" syntax
	sIFR.replaceElement(
		named(
			{
				sSelector:"body h3",
				sFlashSrc:str_pathSwf+"futurablack.swf",
				sColor:"#6c6c6c",
				sLinkColor:"#000000",
				sCase:"upper",
				sWmode:"transparent",
				sBgColor:"#FFFFFF", 
				sHoverColor:"#CCCCCC", 
				nPaddingTop:0, 
				nPaddingBottom:0, 
				sFlashVars:"textalign=left&offsetTop=0"
			}
		)
	);
	sIFR.replaceElement(
		named(
			{
				sSelector:"body h1",
				sFlashSrc:str_pathSwf+"futurablack.swf",
				sColor:"#6c6c6c",
				sLinkColor:"#000000",
				sCase:"upper",
				sWmode:"transparent",
				sBgColor:"#FFFFFF", 
				sHoverColor:"#CCCCCC", 
				nPaddingTop:0, 
				nPaddingBottom:0, 
				sFlashVars:"textalign=left&offsetTop=0"
			}
		)
	);
};

//]]>