// JavaScript Document
function RenderTTF()
{
  DATAFUNCS.RenderFonts('tit_h1',{
   fontSize         : '22.5',
   backgroundColor  : 'FFFFFF',
   color            : '999999',
   fontFile         : 'fonts/PTBliss.TTF',
   transparent      : '1'
  });
  
  DATAFUNCS.RenderFonts('tit_h2',{
   fontSize         : '15',
   backgroundColor  : 'FFFFFF',
   color            : '000000',
   fontFile         : 'fonts/PTBliss.TTF',
   transparent      : '1'
  });
  
}

