// JavaScript Document
function RenderTTF()
{
  DATAFUNCS.RenderFonts('tit_h2',{
   fontSize         : '13.5',
   backgroundColor  : 'FFFFFF',
   color            : '999999',
   fontFile         : 'fonts/LSANS.TTF',
   transparent      : '1'
  });
  DATAFUNCS.RenderFonts('tit_h1',{
   fontSize         : '21.75',
   backgroundColor  : 'FFFFFF',
   color            : '666666',
   fontFile         : 'fonts/LSANS.TTF',
   transparent      : '1'
  });
}

