var universltstd =      { src: 'js/universltstd.swf' };
var universltstdbold =  { src: 'js/universltstd-bold.swf' };
var universltstdlight = { src: 'js/universltstd-lightcn.swf' };

sIFR.activate(universltstd);
sIFR.activate(universltstdbold);
sIFR.activate(universltstdlight);

sIFR.replaceAll = function()
{
  sIFR.replace(universltstdlight,
  {
    selector: '.regular',
    ratios: [9, 1.16, 16, 1.09, 18, 1.06, 19, 1.08, 24, 1.05, 25, 1.06, 30, 1.04, 31, 1.05, 37, 1.03, 41, 1.04, 58, 1.03, 97, 1.02, 1.01],
  	css:
  	{
      '.sIFR-root': { 'color': '#000000', 'leading': 4 }
  	},
    wmode: 'transparent'
  });

  // Not used
  sIFR.replace(universltstdbold, {
    selector: '.bolder',
    ratios: [9, 1.16, 16, 1.09, 18, 1.06, 19, 1.08, 24, 1.05, 25, 1.06, 30, 1.04, 31, 1.05, 37, 1.03, 41, 1.04, 58, 1.03, 97, 1.02, 1.01],
  	css:
  	{
      '.sIFR-root': { 'color': '#000000', 'leading': 4 }
  	},
    wmode: 'transparent'
  });
  
  sIFR.replace(universltstdlight, {
    selector: '.subhead',
    ratios: [9, 1.16, 16, 1.09, 18, 1.06, 19, 1.08, 24, 1.05, 25, 1.06, 30, 1.04, 31, 1.05, 37, 1.03, 41, 1.04, 58, 1.03, 97, 1.02, 1.01],
  	css:
  	{
  	  '.sIFR-root': { 'color': '#db230b' }
  	},
    wmode: 'transparent'
  });

  /* No longer sIFR so that we can spawn a new window.
  sIFR.replace(universltstdlight,
  {
    selector: '.sIFRNewLink',
    ratios: [9, 1.16, 16, 1.09, 18, 1.06, 19, 1.08, 24, 1.05, 25, 1.06, 30, 1.04, 31, 1.05, 37, 1.03, 41, 1.04, 58, 1.03, 97, 1.02, 1.01],
    css:
    {
      'a':        { 'color': '#db230b',  'cursor': 'pointer', 'text-decoration': 'none' },
      'a:hover':  { 'color': '#db230b',  'cursor': 'pointer', 'text-decoration': 'underline' }
    },
    wmode: 'transparent'
  });
  */
  
  // Not used
  sIFR.replace(universltstdbold, {
    selector: '.grayhead',
    ratios: [9, 1.16, 16, 1.09, 18, 1.06, 19, 1.08, 24, 1.05, 25, 1.06, 30, 1.04, 31, 1.05, 37, 1.03, 41, 1.04, 58, 1.03, 97, 1.02, 1.01],
  	css:
  	{
  	  '.sIFR-root': { 'color': '#818181', 'leading': 3 }
  	},
    wmode: 'transparent'
  });
}

sIFR.replaceAll();