function RenderTTF(){
    
   DATAFUNCS.RenderFonts('tit_H1',{ 
        fontSize        : '27.75',
       backgroundColor  : 'FFFFFF',
       color            : '000000',
       fontFile         : 'fonts/myriad/MYRIAPLI.TTF',
       transparent      : '1'
  });
  
  
  DATAFUNCS.RenderFonts('tit_H2',{ 
      fontSize         : '15',
       backgroundColor  : 'FFFFFF',
       color            : '005A97',
       fontFile         : 'fonts/myriad/MYRIADPR.TTF',
       transparent      : '1'
  });
  
   
  
}  



