/*****************************************************************************
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 tstar = { src: 'common/swf/tstar.swf' };

sIFR.activate(tstar);

sIFR.replace(tstar, {
   selector: 'div.tstar',
   forceWidth: true,
   css: [
      '.sIFR-root { color: #666666; font-size: 15px; }',
      'a { color: #cc6666; text-decoration: none; }',
      'a:hover { color: #cc6666; text-decoration: underline; }'
   ],
   wmode: 'transparent',
   tuneWidth: '5'
});

sIFR.replace(tstar, {
   selector: 'h1.tstar',
   forceWidth: true,
   css: [
      '.sIFR-root { color: #999999; font-size: 26px; }',
      'a { color: #990000; text-decoration: none; }',
      'a:hover { color: #990000; text-decoration: underline; }'
   ],
   wmode: 'transparent',
   tuneWidth: '5'
 });

sIFR.replace(tstar, {
   selector: 'h2.tstar',
   forceWidth: true,
   css: [
      '.sIFR-root { color: #000000; font-size: 14px; text-transform: uppercase; }',
      'p { color: #990000; }'
     ],
   wmode: 'transparent',
   tuneWidth: '5'
});

sIFR.replace(tstar, {
   selector: 'h3.tstar',
   forceWidth: true,
   css: [
      '.sIFR-root { color: #000000; font-size: 11px; text-transform: uppercase; }',
      'p { color: #990000; }'
     ],
   wmode: 'transparent',
   tuneWidth: '5'
});