// JavaScript Document
function RenderTTF()
{
  DATAFUNCS.RenderFonts('tit_rub',{
   fontSize         : '30',
   backgroundColor  : 'FFFFFF',
   color            : '666666',
   fontFile         : 'fonts/liberation_serif/LiberationSerif-Regular.ttf',
   transparent      : '1'
  });
  
  DATAFUNCS.RenderFonts('tit_h2',{
   fontSize         : '12',
   backgroundColor  : 'FFFFFF',
   color            : 'D04E34',
   fontFile         : 'fonts/Helvetica LT 55 Roman.ttf',
   transparent      : '1'
  });
  
}

