
//<![CDATA[
/* Replacement calls. Please see documentation for more information.

JBR 04/09/07    Changed parameters of replaceElement to use the named argument syntax
                to be able to set the Window Mode of the flash to "Transparent" correcting
                the bug of overlaping menu in emagiC Design.

*/

if(typeof sIFR == "function"){
    
    // This is the preferred "named argument" syntax
/*    var elts = document.getElementsByTagName("h2");
    var i = 0;
    
    for(i=0;i<elts.length;i++)
    {   elts[i].innerHTML = elts[i].innerHTML.toUpperCase();    }
    
    elts = document.getElementsByTagName("h3");
    
    for(i=0;i<elts.length;i++)
    {   elts[i].innerHTML = elts[i].innerHTML.toUpperCase();    }*/
    sIFR.replaceElement(named({sSelector:"h3.red", sWmode:"transparent", sCase:"upper", sFlashSrc:"/01/SIFR/kabelBKBT.swf", sColor:"#B61244", sLinkColor:null, sBgColor:null, sHoverColor:"#ffffff", nPaddingTop:0, nPaddingBottom:0, sFlashVars:""}));    
    sIFR.replaceElement(named({sSelector:"h2", sWmode:"transparent", sCase:"upper", sFlashSrc:"/01/SIFR/kabelBKBT.swf", sColor:"#56755D", sLinkColor:null, sBgColor:null, sHoverColor:"#ffffff", nPaddingTop:0, nPaddingBottom:0, sFlashVars:""})); 
	sIFR.replaceElement(named({sSelector:"h3", sWmode:"transparent", sCase:"upper", sFlashSrc:"/01/SIFR/kabelBKBT.swf", sColor:"#56755D", sLinkColor:null, sBgColor:null, sHoverColor:"#ffffff", nPaddingTop:0, nPaddingBottom:0, sFlashVars:""})); 

// This is the older, ordered syntax
//	sIFR.replaceElement("h2", "_SIFR/kabelBKBT.swf", "#4e82a1", null, null, "#ffffff", 0, 0, 0, 0);
//	sIFR.replaceElement("h3", "_SIFR/kabelBKBT.swf", "#4e82a1", null, null, "#ffffff", 0, 0, 0, 0);
};


//]]>

