function RenderTTF(){
    
  
  DATAFUNCS.RenderFonts('tit_H1',{ 
        fontSize         : '15',
       backgroundColor  : 'FFFFFF',
       color            : 'CCCCCC',
       fontFile         : 'fonts/myriad/MYRIADP1.TTF',
       transparent      : '1'
  });
  DATAFUNCS.RenderFonts('subtituloprinc',{ 
        fontSize         : '15',
       backgroundColor  : 'FFFFFF',
       color            : 'CCCCCC',
       fontFile         : 'fonts/myriad/MYRIADP1.TTF',
       transparent      : '1'
  });
   DATAFUNCS.RenderFonts('subtituloprinc2',{ 
        fontSize         : '24',
       backgroundColor  : 'FFFFFF',
       color            : 'CCCCCC',
       fontFile         : 'fonts/myriad/MYRIADP1.TTF',
       transparent      : '1'
  });
  
   DATAFUNCS.RenderFonts('subtituloprinc2_sel',{ 
        fontSize         : '24',
       backgroundColor  : 'FFFFFF',
       color            : '333333',
       fontFile         : 'fonts/myriad/MYRIADP1.TTF',
       transparent      : '1'
  });
  
  DATAFUNCS.RenderFonts('titPRD1',{ 
       fontSize         : '9',
       backgroundColor  : '000000',
       color            : 'FFFFFF',
       fontFile         : 'fonts/myriad/MYRIADP1.TTF',
       transparent      : '1'
  });
  DATAFUNCS.RenderFonts('titPRD2',{ 
       fontSize         : '9',
       backgroundColor  : '000000',
       color            : 'FFFFFF',
       fontFile         : 'fonts/myriad/MYRIADPR.TTF',
       transparent      : '1'
  });
    
}  

  
