﻿var sanslt = { src: 'js/font1.swf' };
var sans = { src: 'js/font2.swf' };
var futura = { src: 'js/font3.swf' };

sIFR.activate(sanslt, sans, futura);

sIFR.replace(sanslt, {
  selector: 'h1',
  css: '.sIFR-root { color: #3974A4; font-size: 30px;text-transform: none; line-height:30px;}',
  wmode: 'transparent'
});

sIFR.replace(sanslt, {
  selector: 'h2',
  css: '.sIFR-root { color: #3974A4; font-size: 24px;}',
  wmode: 'transparent'
});

sIFR.replace(sanslt, {
  selector: 'h3',
  css: '.sIFR-root { color: #3974A4; font-size: 22px;}',
  wmode: 'transparent'
});

sIFR.replace(futura, {
  selector: 'h4',
  css: ['.sIFR-root { color: #26425a; font-size: 16px;}','a {text-decoration: none;color: #26425a; text-align: right;}'],
  wmode: 'transparent'
});


sIFR.replace(sanslt, {
  selector: 'h5',
  css: '.sIFR-root { color: #979c49; font-size: 14px;}',
  wmode: 'transparent'
});

sIFR.replace(sanslt, {
  selector: 'table.contentpaneopen h1',
  css: '.sIFR-root { color: #3974A4; font-size: 30px;text-transform: none; line-height:30px;}',
  wmode: 'transparent'
});

