/*****************************************************************************
It is adviced to place the sIFR JavaScript calls in this file, keeping it
separate from the `sifr.js` file. That way, you can easily swap the `sifr.js`
file for a new version, while keeping the configuration.

You must load this file *after* loading `sifr.js`.

That said, you're of course free to merge the JavaScript files. Just make sure
the copyright statement in `sifr.js` is kept intact.
*****************************************************************************/

var centurygothic = {
      src: '../flash/centurygothic.swf'
};
 
sIFR.activate(centurygothic);

/*
sIFR.replace(centurygothic, {
    selector: 'h1.productName',
    css: [
    '.sIFR-root { font-size:23px; font-weight:normal; color:#366a86; padding:0px; margin:0px; line-height:12px; }'
    ],
    wmode: 'transparent'
});
*/

sIFR.replace(centurygothic, {
    selector: 'h3.pageTitle',
    css: [
    '.sIFR-root { font-size:23px; font-weight:normal; color:#366a86; padding:0px; margin:0px; line-height:12px; }'
    ],
    wmode: 'transparent'
});

//sIFR.replace(centurygothic, {
//    selector: 'h3.productSupText',
//    css: [
//    '.sIFR-root { font-size:13px; font-weight:normal; color:#405f81; padding:0px; margin:0px; line-height:12px; }'
//    ],
//    wmode: 'transparent'
//});

/*
sIFR.replace(centurygothic, {
    selector: 'p.productTagline',
    css: [
    '.sIFR-root { font-size:16px; font-weight:normal; color:#232323; font-style:italic; padding:0px; margin:0px; line-height:20px; }'
    ],
    wmode: 'transparent'
});
*/
