/*****************************************************************************
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 frutiger = { src: 'common/swf/frutiger.swf' };

sIFR.activate(frutiger);

sIFR.replace(frutiger, {
    selector: 'span.frutiger',
    forceSingleLine: true,
    css: [
        '.sIFR-root { color:#d2d7be; font-size: 14px; line-height: 10px; }',
        'a { color: #d2d7be; text-decoration: none; }',
        'a:hover { color: #99cc00; }',		  
        'p { color: #99cc00; }'
        ],
    wmode: 'transparent',
    tuneWidth: '5'
});
