 /*****************************************************************************
    The sIFR configuration should typically go in `sifr-config.js`, but in order to
    keep the config file clean, and to give a quick overview, it's done here instead.
    *****************************************************************************/

  var franklin = {
	src: '/swf/fuentes/Franklin_Gothic.swf'
};

sIFR.activate(franklin);

/**sIFR.replace(franklin, {
  selector: '.menu-id'
  ,css: {'.sIFR-root': { 'color': '#FFFFFF', 'font-size' : '11px','background-color' : 'transparent','letter-spacing': -0.5, 'leading' : -10,'cursor':'pointer'} }
  ,wmode : 'transparent'
  ,offsetTop : 0
  ,forceSingleLine : true
  
});

sIFR.replace(franklin, {
  selector: '.menu-id-selec'
  ,css: {'.sIFR-root': { 'color': '#FFFFFF', 'font-size' : '11px','background-color' : 'transparent','letter-spacing': -0.5, 'leading' : -10,'cursor':'pointer'} }
  ,wmode : 'transparent'
  ,offsetTop : 0
  ,forceSingleLine : true
  
}); 

**/
