
//sIFR.replaceElement(sSelector, sFlashSrc, sColor, sLinkColor, sHoverColor, sBgColor, nPaddingTop, nPaddingRight, nPaddingBottom, nPaddingLeft, sFlashVars, sCase, sWmode);
if(typeof sIFR == "function"){
    var headerBg = null;
    var pageHeaderObj = findObject("pageHeader");
    if (pageHeaderObj != null && pageHeaderObj.currentStyle) {
		headerBg = pageHeaderObj.currentStyle.backgroundColor;
    }
    sIFR.replaceElement(named({sSelector:"p.replace", sFlashSrc:"/images/futura_medium.swf", sColor:"#666666", sFlashVars:"textalign=right"}));
	sIFR.replaceElement(named({sSelector:"#pageHeader h2", sFlashSrc:"/images/futura_medium.swf", sColor:"#ffffff", sBgColor:headerBg, sWmode:"transparent"}));
    sIFR.replaceElement(named({sSelector:"#pageHeader h3", sFlashSrc:"/images/futura_medium.swf", sColor:"#ffffff", sBgColor:headerBg, sWmode:"transparent"}));
    sIFR.replaceElement(named({sSelector:"#pageHeader h4", sFlashSrc:"/images/futura_medium.swf", sColor:"#ffffff", sBgColor:headerBg, nPaddingLeft:5, sWmode:"transparent"}));
    sIFR.replaceElement(named({sSelector:"div.spotlight h4", sFlashSrc:"/images/futura_medium.swf", sColor:"#222222", sBgColor:"#ddddcc", nPaddingLeft:5, sWmode:"transparent"}));
    sIFR.replaceElement(named({sSelector:"h3", sFlashSrc:"/images/futura_medium.swf", sColor:"#333333", sBgColor:"#ddddcc", sWmode:"transparent"}));
    sIFR.replaceElement(named({sSelector:"h2", sFlashSrc:"/images/futura_medium.swf", sColor:"#333333", sBgColor:"#ddddcc", sWmode:"transparent"}));
};

var pageHeaderObj = findObject("pageHeader");
var secondaryNavObj = findObject("secondaryNav");
if (pageHeaderObj != null && secondaryNavObj != null) {
    secondaryNavObj.style.pixelHeight = pageHeaderObj.offsetHeight - 46;
    secondaryNavObj.style.minHeight = pageHeaderObj.offsetHeight - 46 + "px";
}

