

var museo = { src: '/gettington/fonts/museo.swf' };
var museoLight = { src: '/gettington/fonts/museo-light.swf' };


//sIFR.useStyleCheck = true;
sIFR.fromLocal = true;

// Next, activate sIFR:
sIFR.activate(museo);

sIFR.replace(museo, {
selector: 'h1.catTitleTxt',
wmode: 'transparent',
fitExactly: true,
fixFocus: true,
tuneHeight:-5,
forceSingleLine: false,
css: '.sIFR-root { color:#ffffff; font-size: 16px; font-weight: normal; text-transform:uppercase; background-color:transparent; }'
});

sIFR.replace(museo, {
selector: 'h3.customerQA',
wmode: 'transparent',
fitExactly: true,
fixFocus: true,
tuneHeight:-5,
css: '.sIFR-root { color:#000000; font-size: 16px; font-weight: normal; background-color:transparent; }'
});

sIFR.replace(museoLight, {
selector: 'h1.pageTitleTxt',
wmode: 'transparent',
fitExactly: true,
fixFocus: true,
tuneHeight:-5,
forceSingleLine: true,
css: '.sIFR-root { color:#000000; font-size: 24px; font-weight: normal; background-color:transparent; text-transform:uppercase; }'
});

sIFR.replace(museoLight, {
selector: 'h2.subTitle',
wmode: 'transparent',
fitExactly: true,
fixFocus: true,
tuneHeight:-5,
css: '.sIFR-root { color:#333333; font-size: 16px; font-weight: normal; background-color:transparent; }'
});


