// JavaScript Document
function RenderTTF()
{
  DATAFUNCS.RenderFonts('tit_rub_h1',{
   fontSize         : '18.75',
   backgroundColor  : 'FFFFFF',
   color            : '666666',
   fontFile         : 'fonts/MYRIADPI.TTF',
   transparent      : '1'
  });
  
  DATAFUNCS.RenderFonts('tit_home',{
   fontSize         : '13.5',
   backgroundColor  : 'E9E9E9',
   color            : '666666',
   fontFile         : 'fonts/MYRIADPI.TTF',
   transparent      : '1'
  });
  
  DATAFUNCS.RenderFonts('tit_rub_h2',{
   fontSize         : '12',
   backgroundColor  : 'FFFFFF',
   color            : '666666',
   fontFile         : 'fonts/MYRIADPI.TTF',
   transparent      : '1'
  });
  
  DATAFUNCS.RenderFonts('tit_tab_ce',{
   fontSize         : '12',
   backgroundColor  : 'F2F2F2',
   color            : '666666',
   fontFile         : 'fonts/MyriadWebPro.ttf',
   transparent      : '1'
  });
  
  DATAFUNCS.RenderFonts('tit_ce',{
   fontSize         : '10.5',
   backgroundColor  : 'FFFFFF',
   color            : '666666',
   fontFile         : 'fonts/MyriadWebPro.ttf',
   transparent      : '1'
  });
}

