var akzidenz_grotesk = {
  src: '/flash/akzidenz-grotesk.swf'           
};

sIFR.activate(akzidenz_grotesk);

// H1
sIFR.replace(akzidenz_grotesk, {
  wmode: 'transparent',
  selector: 'body h1',
  css: '.sIFR-root { color: #5987aa; font-size: 20px; line-height: 20px; text-transform: lowercase; }'
});

// H2
sIFR.replace(akzidenz_grotesk, {
  wmode: 'transparent',
  selector: 'body h2',
  css: '.sIFR-root { color: #5987aa; font-size: 15px; line-height: 15px; text-transform: lowercase; }'
});

// H3
sIFR.replace(akzidenz_grotesk, {
  wmode: 'transparent',
  selector: 'body h3',
  css: '.sIFR-root { color: #5987aa; font-size: 14px; line-height: 14px; text-transform: lowercase; }'
});