/*****************************************************************************
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 eurostileltstdcn = { src: 'http://dev.phost2mpact.be/sabcobel/scripts/swf/eurostileltstdcn.swf' };
										   
sIFR.activate(eurostileltstdcn);

sIFR.replace(eurostileltstdcn, {
  wmode: 'transparent',
  selector: 'h5#current',
  css: ['.sIFR-root { color: #a0d7e5; text-transform: uppercase; cursor: pointer; font-size:12px; letter-spacing:1; }',
	'a { color: #a0d7e5; text-decoration: none;}',
	'a:hover{ color: #a0d7e5; text-decoration: none;}'],
  forceSingleLine: true
});

sIFR.replace(eurostileltstdcn, {
  wmode: 'transparent',
  selector: 'h5',
  css: ['.sIFR-root { color: #FFFFFF; text-transform: uppercase; cursor: pointer;font-size:12px; margin:0; padding:0; line-height: 18px; letter-spacing:1;}', 
		'a { text-decoration: none; color:#ffffff;}',
		'a:link{ color: #FFFFFF; text-decoration: none; }',
		'a:hover { background-color: #000000; color: #A0D7E5; }'],
  forceSingleLine: true,
  ratios: [10, 1.32, 16, 1.27, 23, 1.23, 24, 1.21, 25, 1.22, 31, 1.21, 38, 1.2, 42, 1.19, 43, 1.2, 56, 1.19, 57, 1.18, 60, 1.19, 96, 1.18, 97, 1.17, 102, 1.18, 103, 1.17, 105, 1.18, 106, 1.17, 107, 1.18, 109, 1.17, 111, 1.18, 112, 1.17, 113, 1.18, 115, 1.17, 116, 1.18, 1.17]
});

