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



sIFR.activate(calscaps);


sIFR.replace(calscaps, {
  selector: 'h1',
  forceSingleLine: true,
  forceWidth: true,
  fixWrap:true,
  fitExactly:true,
  tuneWidth: 4,
  wmode: 'transparent',
  ratios: [8, 1.3, 11, 1.22, 12, 1.2, 18, 1.19, 23, 1.15, 25, 1.14, 28, 1.13, 39, 1.12, 61, 1.11, 94, 1.1, 95, 1.09, 103, 1.1, 107, 1.09, 110, 1.1, 119, 1.09, 120, 1.1, 1.09],
  css: [
	'.sIFR-root { color: #ee2e24; }'
      ,'a { color: #ee2e24; text-decoration:none; }'
      ,'a:link { color: #ee2e24; text-decoration:none; }'
      ,'a:visited { color: #ee2e24; text-decoration:none; }'
      ,'a:hover { color: #ee2e24; text-decoration:underline; }'
	 ]
});

sIFR.replace(calscaps, {
  selector: 'h3',
  forceSingleLine: true,
  forceWidth: true,
  fixWrap:true,
  fitExactly:true,
  tuneWidth: 4,
  wmode: 'transparent',
  ratios: [8, 1.3, 11, 1.22, 12, 1.2, 18, 1.19, 23, 1.15, 25, 1.14, 28, 1.13, 39, 1.12, 61, 1.11, 94, 1.1, 95, 1.09, 103, 1.1, 107, 1.09, 110, 1.1, 119, 1.09, 120, 1.1, 1.09],
  css: [
	'.sIFR-root { color: #ffffff; }'
      ,'a { color: #ffffff; text-decoration:none; }'
      ,'a:link { color: #ffffff; text-decoration:none; }'
      ,'a:visited { color: #ffffff; text-decoration:none; }'
      ,'a:hover { color: #ffffff; text-decoration:underline; }'
	 ]
});
