// JavaScript Document

function RenderTTF()
{

  DATAFUNCS.RenderFonts('bts_barra_login',{ 
                   fontSize         : '13',
                   backgroundColor  : 'A8A492',
                   color            : '000000',
                   fontFile         : '/var/www/html/home/fonts/MYRIM10.TTF',
                   transparent      : '1'
               });
  DATAFUNCS.RenderFonts('tit_rubricas',{ 
                   fontSize         : '16',
                   backgroundColor  : 'EEEEEB',
                   color            : '3C3C3B',
                   fontFile         : '/var/www/html/home/fonts/MYRIM10.TTF',
                   transparent      : '1'
               });
               
}
