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


sIFR.activate(fnt);


sIFR.replace(fnt, {
      selector: 'div.mtitle',
	   wmode: 'transparent'
      ,css: [
        '.sIFR-root { font-size:24px; color:#000000; text-transform:uppercase; letter-spacing:3; margin:0; padding:0; }'        
      ]
    });

sIFR.replace(fnt, {
      selector: 'div.mt2',
	   wmode: 'transparent'
      ,css: [
        '.sIFR-root { font-size:18px; color:#000000; text-transform:uppercase; letter-spacing:1; margin:0; padding:0;}'        
      ]
    });

sIFR.replace(fnt, {
      selector: 'div.mt3',
	   wmode: 'transparent'
      ,css: [
        '.sIFR-root { font-size:12px; color:#000000; letter-spacing:2; text-transform:uppercase; margin:0; padding:0;}'        
      ]
    });
sIFR.replace(fnt, {
      selector: 'input.mt3',
	   wmode: 'transparent'
      ,css: [
        '.sIFR-root { font-size:12px; color:#000000; letter-spacing:2; text-transform:uppercase; margin:0; padding:0;}'        
      ]
    });
