//-------------------------------------------------------------------------------------------------------------------------------
//     ________________________________
//____/             RENDERFONTS        \_________________________________________________________________________________________
//-------------------------------------------------------------------------------------------------------------------------------
function renderFonts()
{
   if(typeof sIFR == "function")  
   {
      sIFR.replaceElement("H1", named({sFlashSrc: "./fonts/tradegothic.swf", sColor: "#0069aa", sBgColor: "transparant", sWmode: "transparent"}));  
      sIFR.replaceElement("H2", named({sFlashSrc: "./fonts/tradegothic.swf", sColor: "#666a28", sBgColor: "transparant", sWmode: "transparent"}));  
   };
}
//-------------------------------------------------------------------------------------------------------------------------------
