/*****************************************************************************
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.
*****************************************************************************/

// Make an object pointing to the location of the Flash movie on your web server.
// Try using the font name as the variable name, makes it easy to remember which
// object you're using. As an example in this file, we'll use Futura.
var Font1 = { src: '/swf/sifr/sifr-akz.swf' };

// Now you can set some configuration settings.
// See also <http://wiki.novemberborn.net/sifr3/JavaScript+Configuration>.
// One setting you probably want to use is `sIFR.useStyleCheck`. Before you do that,
// read <http://wiki.novemberborn.net/sifr3/DetectingCSSLoad>.

// sIFR.useStyleCheck = true;

sIFR.activate(Font1);


// sIFR.debug.ratios({ src: '/swf/sifr/sifr-akz.swf', selector: 'h1' });

sIFR.replace(Font1, {
	  selector: 'h1',
	  	css: '.sIFR-root { background-color: #cccccc; color: #009ADB; leading: 1; text-transform: uppercase; leading:-8; }',
	  	wmode: 'transparent',
		ratios: [10, 1.32, 16, 1.27, 19, 1.23, 25, 1.22, 31, 1.21, 33, 1.2, 37, 1.19, 38, 1.2, 42, 1.19, 43, 1.2, 51, 1.19, 55, 1.18, 56, 1.19, 91, 1.18, 92, 1.17, 94, 1.18, 98, 1.17, 100, 1.18, 104, 1.17, 105, 1.18, 110, 1.17, 111, 1.18, 1.17]
	});

//	sIFR.debug.ratios({ src: '/swf/sifr/sifr-akz.swf', selector: '#titleBlock h3' });

sIFR.replace(Font1, {
	  selector: '#titleBlock h3',
	  	css: '.sIFR-root { background-color: #cccccc; color: #000000; leading: -8; text-transform: uppercase; }',
	  	wmode: 'transparent',
		ratios: [10, 1.32, 16, 1.27, 19, 1.23, 25, 1.22, 31, 1.21, 33, 1.2, 37, 1.19, 38, 1.2, 42, 1.19, 43, 1.2, 51, 1.19, 55, 1.18, 56, 1.19, 91, 1.18, 92, 1.17, 94, 1.18, 98, 1.17, 100, 1.18, 104, 1.17, 105, 1.18, 110, 1.17, 111, 1.18, 1.17]
	});

sIFR.replace(Font1, {
	  selector: '#left h3',
	  	css: '.sIFR-root { background-color: #000000; color: #ffffff; leading: 1; text-transform: uppercase; leading:-8;}',
	  	wmode: 'opaque',
		ratios: [10, 1.32, 16, 1.27, 19, 1.23, 25, 1.22, 31, 1.21, 33, 1.2, 37, 1.19, 38, 1.2, 42, 1.19, 43, 1.2, 51, 1.19, 55, 1.18, 56, 1.19, 91, 1.18, 92, 1.17, 94, 1.18, 98, 1.17, 100, 1.18, 104, 1.17, 105, 1.18, 110, 1.17, 111, 1.18, 1.17]
	});
/**
sIFR.replace(Font1, {
	  selector: '.title h3',
	  	css: '.sIFR-root { background-color: #000000; color: #FFFFFF; leading: 1; text-transform: uppercase;  }',
	  	wmode: 'opaque'
	});

sIFR.replace(Font1, {
	  selector: '#menu ul li a',
	  	css: '.sIFR-root { background-color: #F0F0F0; color: #000000; text-transform: uppercase; }',
	  	wmode: 'opaque'
	});

sIFR.replace(Font1, {
	  selector: '#blueText',
	  	css: '.sIFR-root { background-color: #FFFFFF; color: #004498; leading: 1; text-transform: uppercase; font-size:13px;text-align:center}',
	  	wmode: 'opaque',
	  	antiAliasType: "advanced",
	  	sharpness: 100,
	  	thickness: 50
	});
*/
