/*****************************************************************************
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 futura = { src: '/path/to/futura.swf' };

var solex_medium = { src: '/fonts/solex_medium.swf' };
var bodoni = { src: '/fonts/bodoni.swf' };
var seria_italic = { src: '/fonts/seria.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;

// Next, activate sIFR:
//sIFR.activate(futura);

//sIFR.activate(solex_medium);
sIFR.activate(solex_medium, bodoni, seria_italic);
// If you want, you can use multiple movies, like so:
//
//    var futura = { src: '/path/to/futura.swf' };
//    var garamond = { src '/path/to/garamond.swf' };
//    var rockwell = { src: '/path/to/rockwell.swf' };
//    
//    sIFR.activate(futura, garamond, rockwell);
//
// Remember, there must be *only one* `sIFR.activate()`!

// Now we can do the replacements. You can do as many as you like, but just
// as an example, we'll replace all `<h1>` elements with the Futura movie.
// 
// The first argument to `sIFR.replace` is the `futura` object we created earlier.
// The second argument is another object, on which you can specify a number of
// parameters or "keyword arguemnts". For the full list, see "Keyword arguments"
// under `replace(kwargs, mergeKwargs)` at 
// <http://wiki.novemberborn.net/sifr3/JavaScript+Methods>.
// 
// The first argument you see here is `selector`, which is a normal CSS selector.
// That means you can also do things like '#content h1' or 'h1.title'.
//
// The second argument determines what the Flash text looks like. The main text
// is styled via the `.sIFR-root` class. Here we've specified `background-color`
// of the entire Flash movie to be a light grey, and the `color` of the text to
// be red. Read more about styling at <http://wiki.novemberborn.net/sifr3/Styling>.
/*sIFR.replace(solex_medium, {
  selector: 'h1.foo',
  css: '.sIFR-root { background-color: #F9F9F9; color: #FF0000; }'
});*/

sIFR.replace(solex_medium, {
  selector: '.mediumtext_solex',
  ratios: [8, 1.41, 10, 1.32, 11, 1.31, 15, 1.29, 19, 1.28, 26, 1.25, 31, 1.24, 42, 1.23, 53, 1.22, 56, 1.21, 58, 1.22, 61, 1.21, 62, 1.22, 66, 1.21, 67, 1.22, 102, 1.21, 103, 1.2, 107, 1.21, 108, 1.2, 111, 1.21, 113, 1.2, 114, 1.21, 115, 1.2, 116, 1.21, 118, 1.2, 119, 1.21, 123, 1.2, 124, 1.21, 1.2],
  css: '.sIFR-root { color: #3d7f15 ;}',
  wmode: 'transparent'
});

sIFR.replace(solex_medium, {
  selector: '.mediumtext_solex_gross',
  ratios: [8, 1.41, 10, 1.32, 11, 1.31, 15, 1.29, 19, 1.28, 26, 1.25, 31, 1.24, 42, 1.23, 53, 1.22, 56, 1.21, 58, 1.22, 61, 1.21, 62, 1.22, 66, 1.21, 67, 1.22, 102, 1.21, 103, 1.2, 107, 1.21, 108, 1.2, 111, 1.21, 113, 1.2, 114, 1.21, 115, 1.2, 116, 1.21, 118, 1.2, 119, 1.21, 123, 1.2, 124, 1.21, 1.2],
  css: '.sIFR-root { color: #3d7f15 ;}',
  wmode: 'transparent'
});

	sIFR.replace(solex_medium, {
	  selector: '.mediumtext_solex_18',
	  ratios: [8, 1.41, 10, 1.32, 11, 1.31, 15, 1.29, 19, 1.28, 26, 1.25, 31, 1.24, 42, 1.23, 53, 1.22, 56, 1.21, 58, 1.22, 61, 1.21, 62, 1.22, 66, 1.21, 67, 1.22, 102, 1.21, 103, 1.2, 107, 1.21, 108, 1.2, 111, 1.21, 113, 1.2, 114, 1.21, 115, 1.2, 116, 1.21, 118, 1.2, 119, 1.21, 123, 1.2, 124, 1.21, 1.2],
	  css: '.sIFR-root { color: #3d7f15 ;}',
	  wmode: 'transparent'
	});
	
	sIFR.replace(solex_medium, {
	  selector: '.mediumtext_solex_30',
	  ratios: [8, 1.41, 10, 1.32, 11, 1.31, 15, 1.29, 19, 1.28, 26, 1.25, 31, 1.24, 42, 1.23, 53, 1.22, 56, 1.21, 58, 1.22, 61, 1.21, 62, 1.22, 66, 1.21, 67, 1.22, 102, 1.21, 103, 1.2, 107, 1.21, 108, 1.2, 111, 1.21, 113, 1.2, 114, 1.21, 115, 1.2, 116, 1.21, 118, 1.2, 119, 1.21, 123, 1.2, 124, 1.21, 1.2],
	  css: '.sIFR-root { color: #3d7f15 ;}',
	  wmode: 'transparent'
	});		

sIFR.replace(solex_medium, {
  selector: '.mediumtext_solex_gross_bottom',
  ratios: [8, 1.41, 10, 1.32, 11, 1.31, 15, 1.29, 19, 1.28, 26, 1.25, 31, 1.24, 42, 1.23, 53, 1.22, 56, 1.21, 58, 1.22, 61, 1.21, 62, 1.22, 66, 1.21, 67, 1.22, 102, 1.21, 103, 1.2, 107, 1.21, 108, 1.2, 111, 1.21, 113, 1.2, 114, 1.21, 115, 1.2, 116, 1.21, 118, 1.2, 119, 1.21, 123, 1.2, 124, 1.21, 1.2],
  css: '.sIFR-root { color: #3d7f15;font-size: 22px;}',
  wmode: 'transparent',
  tuneHeight:-5
});

sIFR.replace(solex_medium, {
  selector: '.mediumtext_solex_20',
  ratios: [8, 1.41, 10, 1.32, 11, 1.31, 15, 1.29, 19, 1.28, 26, 1.25, 31, 1.24, 42, 1.23, 53, 1.22, 56, 1.21, 58, 1.22, 61, 1.21, 62, 1.22, 66, 1.21, 67, 1.22, 102, 1.21, 103, 1.2, 107, 1.21, 108, 1.2, 111, 1.21, 113, 1.2, 114, 1.21, 115, 1.2, 116, 1.21, 118, 1.2, 119, 1.21, 123, 1.2, 124, 1.21, 1.2],
  css: '.sIFR-root { color: #3d7f15;font-size: 20px;}',
  wmode: 'transparent'
});

sIFR.replace(solex_medium, {
  selector: '.mediumtext_solex_klein',
  ratios: [8, 1.41, 10, 1.32, 11, 1.31, 15, 1.29, 19, 1.28, 26, 1.25, 31, 1.24, 42, 1.23, 53, 1.22, 56, 1.21, 58, 1.22, 61, 1.21, 62, 1.22, 66, 1.21, 67, 1.22, 102, 1.21, 103, 1.2, 107, 1.21, 108, 1.2, 111, 1.21, 113, 1.2, 114, 1.21, 115, 1.2, 116, 1.21, 118, 1.2, 119, 1.21, 123, 1.2, 124, 1.21, 1.2],
  css: '.sIFR-root { color: #3d7f15 ;}',
  wmode: 'transparent'
});

sIFR.replace(solex_medium, {
  selector: '.caption_solex',
  //ratios: [8, 1.41, 10, 1.32, 11, 1.31, 15, 1.29, 19, 1.28, 26, 1.25, 31, 1.24, 42, 1.23, 53, 1.22, 56, 1.21, 58, 1.22, 61, 1.21, 62, 1.22, 66, 1.21, 67, 1.22, 102, 1.21, 103, 1.2, 107, 1.21, 108, 1.2, 111, 1.21, 113, 1.2, 114, 1.21, 115, 1.2, 116, 1.21, 118, 1.2, 119, 1.21, 123, 1.2, 124, 1.21, 1.2],
  css: '.sIFR-root {color:#81bc03;display:inline;}',
  wmode: 'transparent',
  tuneHeight :-4
});

sIFR.replace(solex_medium, {
  selector: '.caption_solex_medium',
  ratios: [8, 1.41, 10, 1.32, 11, 1.31, 15, 1.29, 19, 1.28, 26, 1.25, 31, 1.24, 42, 1.23, 53, 1.22, 56, 1.21, 58, 1.22, 61, 1.21, 62, 1.22, 66, 1.21, 67, 1.22, 102, 1.21, 103, 1.2, 107, 1.21, 108, 1.2, 111, 1.21, 113, 1.2, 114, 1.21, 115, 1.2, 116, 1.21, 118, 1.2, 119, 1.21, 123, 1.2, 124, 1.21, 1.2],
  css: '.sIFR-root { color: #81bc03; font-size:22px; background:transparent; line-height:0.8em;width:230px; }',
  wmode: 'transparent'
});

sIFR.replace(solex_medium, {
  selector: '.caption_solex_klein',
  ratios: [8, 1.41, 10, 1.32, 11, 1.31, 15, 1.29, 19, 1.28, 26, 1.25, 31, 1.24, 42, 1.23, 53, 1.22, 56, 1.21, 58, 1.22, 61, 1.21, 62, 1.22, 66, 1.21, 67, 1.22, 102, 1.21, 103, 1.2, 107, 1.21, 108, 1.2, 111, 1.21, 113, 1.2, 114, 1.21, 115, 1.2, 116, 1.21, 118, 1.2, 119, 1.21, 123, 1.2, 124, 1.21, 1.2],
  css: '.sIFR-root { color: #81bc03; font-size:20px; background:transparent; line-height:0.8em;width:220px;}',
  wmode: 'transparent',
  tuneHeight :-2
});

sIFR.replace(solex_medium, {
  selector: '.caption_solex_kleiner',
  ratios: [8, 1.41, 10, 1.32, 11, 1.31, 15, 1.29, 19, 1.28, 26, 1.25, 31, 1.24, 42, 1.23, 53, 1.22, 56, 1.21, 58, 1.22, 61, 1.21, 62, 1.22, 66, 1.21, 67, 1.22, 102, 1.21, 103, 1.2, 107, 1.21, 108, 1.2, 111, 1.21, 113, 1.2, 114, 1.21, 115, 1.2, 116, 1.21, 118, 1.2, 119, 1.21, 123, 1.2, 124, 1.21, 1.2],
  css: '.sIFR-root { color: #81bc03; font-size:18px; background:transparent; line-height:0.8em;width:220px;}',
  wmode: 'transparent',
  tuneHeight :-2
});

sIFR.replace(solex_medium, {
  selector: '.caption_solex_hell',
  ratios: [8, 1.41, 10, 1.32, 11, 1.31, 15, 1.29, 19, 1.28, 26, 1.25, 31, 1.24, 42, 1.23, 53, 1.22, 56, 1.21, 58, 1.22, 61, 1.21, 62, 1.22, 66, 1.21, 67, 1.22, 102, 1.21, 103, 1.2, 107, 1.21, 108, 1.2, 111, 1.21, 113, 1.2, 114, 1.21, 115, 1.2, 116, 1.21, 118, 1.2, 119, 1.21, 123, 1.2, 124, 1.21, 1.2],
  css: '.sIFR-root { color: #b8e62b; font-size:24px; background:transparent; width:350px; }',
  wmode: 'transparent'
});

sIFR.replace(solex_medium, {
  selector: '.caption_solex_hell_klein',
  ratios: [8, 1.41, 10, 1.32, 11, 1.31, 15, 1.29, 19, 1.28, 26, 1.25, 31, 1.24, 42, 1.23, 53, 1.22, 56, 1.21, 58, 1.22, 61, 1.21, 62, 1.22, 66, 1.21, 67, 1.22, 102, 1.21, 103, 1.2, 107, 1.21, 108, 1.2, 111, 1.21, 113, 1.2, 114, 1.21, 115, 1.2, 116, 1.21, 118, 1.2, 119, 1.21, 123, 1.2, 124, 1.21, 1.2],
  css: '.sIFR-root { color: #b8e62b; font-size:20px; background:transparent; width:130px; }',
  wmode: 'transparent'
});
sIFR.replace(solex_medium, {
  selector: '.caption_solex_hell_kleiner',
  ratios: [8, 1.41, 10, 1.32, 11, 1.31, 15, 1.29, 19, 1.28, 26, 1.25, 31, 1.24, 42, 1.23, 53, 1.22, 56, 1.21, 58, 1.22, 61, 1.21, 62, 1.22, 66, 1.21, 67, 1.22, 102, 1.21, 103, 1.2, 107, 1.21, 108, 1.2, 111, 1.21, 113, 1.2, 114, 1.21, 115, 1.2, 116, 1.21, 118, 1.2, 119, 1.21, 123, 1.2, 124, 1.21, 1.2],
  css: '.sIFR-root { color: #b8e62b; font-size:18px;}',
  wmode: 'transparent'
});
sIFR.replace(solex_medium, {
  selector: '.caption_solex_hell_16',
  ratios: [8, 1.41, 10, 1.32, 11, 1.31, 15, 1.29, 19, 1.28, 26, 1.25, 31, 1.24, 42, 1.23, 53, 1.22, 56, 1.21, 58, 1.22, 61, 1.21, 62, 1.22, 66, 1.21, 67, 1.22, 102, 1.21, 103, 1.2, 107, 1.21, 108, 1.2, 111, 1.21, 113, 1.2, 114, 1.21, 115, 1.2, 116, 1.21, 118, 1.2, 119, 1.21, 123, 1.2, 124, 1.21, 1.2],
  css: '.sIFR-root { color: #b8e62b; font-size:16px;}',
  wmode: 'transparent'
});

sIFR.replace(solex_medium, {
  selector: '.caption_solex_medium_kleiner',
  ratios: [8, 1.41, 10, 1.32, 11, 1.31, 15, 1.29, 19, 1.28, 26, 1.25, 31, 1.24, 42, 1.23, 53, 1.22, 56, 1.21, 58, 1.22, 61, 1.21, 62, 1.22, 66, 1.21, 67, 1.22, 102, 1.21, 103, 1.2, 107, 1.21, 108, 1.2, 111, 1.21, 113, 1.2, 114, 1.21, 115, 1.2, 116, 1.21, 118, 1.2, 119, 1.21, 123, 1.2, 124, 1.21, 1.2],
  css: '.sIFR-root { color: #82bd04; font-size:16px;}',
  wmode: 'transparent'
});
sIFR.replace(solex_medium, {
  selector: '.caption_solex_medium_klein',
  ratios: [8, 1.41, 10, 1.32, 11, 1.31, 15, 1.29, 19, 1.28, 26, 1.25, 31, 1.24, 42, 1.23, 53, 1.22, 56, 1.21, 58, 1.22, 61, 1.21, 62, 1.22, 66, 1.21, 67, 1.22, 102, 1.21, 103, 1.2, 107, 1.21, 108, 1.2, 111, 1.21, 113, 1.2, 114, 1.21, 115, 1.2, 116, 1.21, 118, 1.2, 119, 1.21, 123, 1.2, 124, 1.21, 1.2],
  css: '.sIFR-root { color: #82bd04; font-size:18px;}',
  wmode: 'transparent'
});

//sIFR.debug.ratios({ src: '/proto/fonts/solex_medium.swf', selector: '.caption_solex_prozent' });

sIFR.replace(bodoni, {
  selector: '.bodoni_prozent',
  ratios: [7, 1.47, 10, 1.43, 15, 1.36, 16, 1.34, 23, 1.32, 27, 1.31, 34, 1.3, 36, 1.28, 43, 1.29, 46, 1.28, 47, 1.29, 67, 1.28, 77, 1.27, 78, 1.28, 1.27],
  css: '.sIFR-root { color:#FFFFFF; font-size:44px; background:transparent; width:120px;}',
  wmode: 'transparent'
});

sIFR.replace(bodoni, {
  selector: '.bodoni_prozent_dunkel',
  ratios: [7, 1.47, 10, 1.43, 15, 1.36, 16, 1.34, 23, 1.32, 27, 1.31, 34, 1.3, 36, 1.28, 43, 1.29, 46, 1.28, 47, 1.29, 67, 1.28, 77, 1.27, 78, 1.28, 1.27],
  css: '.sIFR-root { color:#498a1b; font-size:60px; background:transparent;}',
  wmode: 'transparent'
});

sIFR.replace(bodoni, {
  selector: '.bodoni_prozent_klein',
  ratios: [7, 1.47, 10, 1.43, 15, 1.36, 16, 1.34, 23, 1.32, 27, 1.31, 34, 1.3, 36, 1.28, 43, 1.29, 46, 1.28, 47, 1.29, 67, 1.28, 77, 1.27, 78, 1.28, 1.27],
  css: '.sIFR-root { color:#c4e739; font-size:24px; background:transparent;}',
  wmode: 'transparent'
});

sIFR.replace(seria_italic, {
  selector: '.caption_seria',
  ratios: [7, 1.47, 10, 1.43, 15, 1.36, 16, 1.34, 23, 1.32, 27, 1.31, 34, 1.3, 36, 1.28, 43, 1.29, 46, 1.28, 47, 1.29, 67, 1.28, 77, 1.27, 78, 1.28, 1.27],
  css: '.sIFR-root { color:#498a1b; font-size:16px; background:transparent; width:200px; text-transform:uppercase;}',
  wmode: 'transparent'
});


function sifrInit(){
	sIFR.replace(solex_medium, {
	  selector: '.mediumtext_solex',
	  ratios: [8, 1.41, 10, 1.32, 11, 1.31, 15, 1.29, 19, 1.28, 26, 1.25, 31, 1.24, 42, 1.23, 53, 1.22, 56, 1.21, 58, 1.22, 61, 1.21, 62, 1.22, 66, 1.21, 67, 1.22, 102, 1.21, 103, 1.2, 107, 1.21, 108, 1.2, 111, 1.21, 113, 1.2, 114, 1.21, 115, 1.2, 116, 1.21, 118, 1.2, 119, 1.21, 123, 1.2, 124, 1.21, 1.2],
	  css: '.sIFR-root { color: #3d7f15 ;}',
	  wmode: 'transparent'
	});
	
	sIFR.replace(solex_medium, {
	  selector: '.mediumtext_solex_18',
	  ratios: [8, 1.41, 10, 1.32, 11, 1.31, 15, 1.29, 19, 1.28, 26, 1.25, 31, 1.24, 42, 1.23, 53, 1.22, 56, 1.21, 58, 1.22, 61, 1.21, 62, 1.22, 66, 1.21, 67, 1.22, 102, 1.21, 103, 1.2, 107, 1.21, 108, 1.2, 111, 1.21, 113, 1.2, 114, 1.21, 115, 1.2, 116, 1.21, 118, 1.2, 119, 1.21, 123, 1.2, 124, 1.21, 1.2],
	  css: '.sIFR-root { color: #3d7f15 ;}',
	  wmode: 'transparent'
	});
	
	sIFR.replace(solex_medium, {
	  selector: '.mediumtext_solex_30',
	  ratios: [8, 1.41, 10, 1.32, 11, 1.31, 15, 1.29, 19, 1.28, 26, 1.25, 31, 1.24, 42, 1.23, 53, 1.22, 56, 1.21, 58, 1.22, 61, 1.21, 62, 1.22, 66, 1.21, 67, 1.22, 102, 1.21, 103, 1.2, 107, 1.21, 108, 1.2, 111, 1.21, 113, 1.2, 114, 1.21, 115, 1.2, 116, 1.21, 118, 1.2, 119, 1.21, 123, 1.2, 124, 1.21, 1.2],
	  css: '.sIFR-root { color: #3d7f15 ;}',
	  wmode: 'transparent'
	});		
	
	sIFR.replace(solex_medium, {
	  selector: '.mediumtext_solex_gross',
	  ratios: [8, 1.41, 10, 1.32, 11, 1.31, 15, 1.29, 19, 1.28, 26, 1.25, 31, 1.24, 42, 1.23, 53, 1.22, 56, 1.21, 58, 1.22, 61, 1.21, 62, 1.22, 66, 1.21, 67, 1.22, 102, 1.21, 103, 1.2, 107, 1.21, 108, 1.2, 111, 1.21, 113, 1.2, 114, 1.21, 115, 1.2, 116, 1.21, 118, 1.2, 119, 1.21, 123, 1.2, 124, 1.21, 1.2],
	  css: '.sIFR-root { color: #3d7f15 ;}',
	  wmode: 'transparent'
	});
	
	sIFR.replace(solex_medium, {
	  selector: '.mediumtext_solex_gross_bottom',
	  ratios: [8, 1.41, 10, 1.32, 11, 1.31, 15, 1.29, 19, 1.28, 26, 1.25, 31, 1.24, 42, 1.23, 53, 1.22, 56, 1.21, 58, 1.22, 61, 1.21, 62, 1.22, 66, 1.21, 67, 1.22, 102, 1.21, 103, 1.2, 107, 1.21, 108, 1.2, 111, 1.21, 113, 1.2, 114, 1.21, 115, 1.2, 116, 1.21, 118, 1.2, 119, 1.21, 123, 1.2, 124, 1.21, 1.2],
	  css: '.sIFR-root { color: #3d7f15;font-size: 22px;}',
	  wmode: 'transparent',
	  tuneHeight:-5
	});
	
	sIFR.replace(solex_medium, {
	  selector: '.mediumtext_solex_20',
	  ratios: [8, 1.41, 10, 1.32, 11, 1.31, 15, 1.29, 19, 1.28, 26, 1.25, 31, 1.24, 42, 1.23, 53, 1.22, 56, 1.21, 58, 1.22, 61, 1.21, 62, 1.22, 66, 1.21, 67, 1.22, 102, 1.21, 103, 1.2, 107, 1.21, 108, 1.2, 111, 1.21, 113, 1.2, 114, 1.21, 115, 1.2, 116, 1.21, 118, 1.2, 119, 1.21, 123, 1.2, 124, 1.21, 1.2],
	  css: '.sIFR-root { color: #3d7f15;font-size: 20px;}',
	  wmode: 'transparent'
	});
	
	sIFR.replace(solex_medium, {
	  selector: '.mediumtext_solex_klein',
	  ratios: [8, 1.41, 10, 1.32, 11, 1.31, 15, 1.29, 19, 1.28, 26, 1.25, 31, 1.24, 42, 1.23, 53, 1.22, 56, 1.21, 58, 1.22, 61, 1.21, 62, 1.22, 66, 1.21, 67, 1.22, 102, 1.21, 103, 1.2, 107, 1.21, 108, 1.2, 111, 1.21, 113, 1.2, 114, 1.21, 115, 1.2, 116, 1.21, 118, 1.2, 119, 1.21, 123, 1.2, 124, 1.21, 1.2],
	  css: '.sIFR-root { color: #3d7f15 ;}',
	  wmode: 'transparent'
	});
	
	sIFR.replace(solex_medium, {
	  selector: '.caption_solex',
	  //ratios: [8, 1.41, 10, 1.32, 11, 1.31, 15, 1.29, 19, 1.28, 26, 1.25, 31, 1.24, 42, 1.23, 53, 1.22, 56, 1.21, 58, 1.22, 61, 1.21, 62, 1.22, 66, 1.21, 67, 1.22, 102, 1.21, 103, 1.2, 107, 1.21, 108, 1.2, 111, 1.21, 113, 1.2, 114, 1.21, 115, 1.2, 116, 1.21, 118, 1.2, 119, 1.21, 123, 1.2, 124, 1.21, 1.2],
	  css: '.sIFR-root {color:#81bc03;display:inline;}',
	  wmode: 'transparent',
	  tuneHeight :-4
	});
	
	sIFR.replace(solex_medium, {
	  selector: '.caption_solex_45',
	  //ratios: [8, 1.41, 10, 1.32, 11, 1.31, 15, 1.29, 19, 1.28, 26, 1.25, 31, 1.24, 42, 1.23, 53, 1.22, 56, 1.21, 58, 1.22, 61, 1.21, 62, 1.22, 66, 1.21, 67, 1.22, 102, 1.21, 103, 1.2, 107, 1.21, 108, 1.2, 111, 1.21, 113, 1.2, 114, 1.21, 115, 1.2, 116, 1.21, 118, 1.2, 119, 1.21, 123, 1.2, 124, 1.21, 1.2],
	  css: '.sIFR-root {color:#81bc03;display:inline;}',
	  wmode: 'transparent'
	});	
	
	sIFR.replace(solex_medium, {
	  selector: '.caption_solex_medium',
	  ratios: [8, 1.41, 10, 1.32, 11, 1.31, 15, 1.29, 19, 1.28, 26, 1.25, 31, 1.24, 42, 1.23, 53, 1.22, 56, 1.21, 58, 1.22, 61, 1.21, 62, 1.22, 66, 1.21, 67, 1.22, 102, 1.21, 103, 1.2, 107, 1.21, 108, 1.2, 111, 1.21, 113, 1.2, 114, 1.21, 115, 1.2, 116, 1.21, 118, 1.2, 119, 1.21, 123, 1.2, 124, 1.21, 1.2],
	  css: '.sIFR-root { color: #81bc03; font-size:22px; background:transparent; line-height:0.8em;width:230px; }',
	  wmode: 'transparent'
	});
	
	sIFR.replace(solex_medium, {
	  selector: '.caption_solex_klein',
	  ratios: [8, 1.41, 10, 1.32, 11, 1.31, 15, 1.29, 19, 1.28, 26, 1.25, 31, 1.24, 42, 1.23, 53, 1.22, 56, 1.21, 58, 1.22, 61, 1.21, 62, 1.22, 66, 1.21, 67, 1.22, 102, 1.21, 103, 1.2, 107, 1.21, 108, 1.2, 111, 1.21, 113, 1.2, 114, 1.21, 115, 1.2, 116, 1.21, 118, 1.2, 119, 1.21, 123, 1.2, 124, 1.21, 1.2],
	  css: '.sIFR-root { color: #81bc03; font-size:20px; background:transparent; line-height:0.8em;width:220px;}',
	  wmode: 'transparent',
	  tuneHeight :-2
	});
	
	sIFR.replace(solex_medium, {
	  selector: '.caption_solex_kleiner',
	  ratios: [8, 1.41, 10, 1.32, 11, 1.31, 15, 1.29, 19, 1.28, 26, 1.25, 31, 1.24, 42, 1.23, 53, 1.22, 56, 1.21, 58, 1.22, 61, 1.21, 62, 1.22, 66, 1.21, 67, 1.22, 102, 1.21, 103, 1.2, 107, 1.21, 108, 1.2, 111, 1.21, 113, 1.2, 114, 1.21, 115, 1.2, 116, 1.21, 118, 1.2, 119, 1.21, 123, 1.2, 124, 1.21, 1.2],
	  css: '.sIFR-root { color: #81bc03; font-size:18px; background:transparent; line-height:0.8em;width:220px;}',
	  wmode: 'transparent',
	  tuneHeight :-2
	});
	
	sIFR.replace(solex_medium, {
	  selector: '.caption_solex_hell',
	  ratios: [8, 1.41, 10, 1.32, 11, 1.31, 15, 1.29, 19, 1.28, 26, 1.25, 31, 1.24, 42, 1.23, 53, 1.22, 56, 1.21, 58, 1.22, 61, 1.21, 62, 1.22, 66, 1.21, 67, 1.22, 102, 1.21, 103, 1.2, 107, 1.21, 108, 1.2, 111, 1.21, 113, 1.2, 114, 1.21, 115, 1.2, 116, 1.21, 118, 1.2, 119, 1.21, 123, 1.2, 124, 1.21, 1.2],
	  css: '.sIFR-root { color: #b8e62b; font-size:24px; background:transparent; width:350px; }',
	  wmode: 'transparent'
	});
	
	sIFR.replace(solex_medium, {
	  selector: '.caption_solex_hell_klein',
	  ratios: [8, 1.41, 10, 1.32, 11, 1.31, 15, 1.29, 19, 1.28, 26, 1.25, 31, 1.24, 42, 1.23, 53, 1.22, 56, 1.21, 58, 1.22, 61, 1.21, 62, 1.22, 66, 1.21, 67, 1.22, 102, 1.21, 103, 1.2, 107, 1.21, 108, 1.2, 111, 1.21, 113, 1.2, 114, 1.21, 115, 1.2, 116, 1.21, 118, 1.2, 119, 1.21, 123, 1.2, 124, 1.21, 1.2],
	  css: '.sIFR-root { color: #b8e62b; font-size:20px; background:transparent; width:130px; }',
	  wmode: 'transparent'
	});
	sIFR.replace(solex_medium, {
	  selector: '.caption_solex_hell_kleiner',
	  ratios: [8, 1.41, 10, 1.32, 11, 1.31, 15, 1.29, 19, 1.28, 26, 1.25, 31, 1.24, 42, 1.23, 53, 1.22, 56, 1.21, 58, 1.22, 61, 1.21, 62, 1.22, 66, 1.21, 67, 1.22, 102, 1.21, 103, 1.2, 107, 1.21, 108, 1.2, 111, 1.21, 113, 1.2, 114, 1.21, 115, 1.2, 116, 1.21, 118, 1.2, 119, 1.21, 123, 1.2, 124, 1.21, 1.2],
	  css: '.sIFR-root { color: #b8e62b; font-size:18px;}',
	  wmode: 'transparent'
	});
	sIFR.replace(solex_medium, {
	  selector: '.caption_solex_hell_16',
	  ratios: [8, 1.41, 10, 1.32, 11, 1.31, 15, 1.29, 19, 1.28, 26, 1.25, 31, 1.24, 42, 1.23, 53, 1.22, 56, 1.21, 58, 1.22, 61, 1.21, 62, 1.22, 66, 1.21, 67, 1.22, 102, 1.21, 103, 1.2, 107, 1.21, 108, 1.2, 111, 1.21, 113, 1.2, 114, 1.21, 115, 1.2, 116, 1.21, 118, 1.2, 119, 1.21, 123, 1.2, 124, 1.21, 1.2],
	  css: '.sIFR-root { color: #b8e62b; font-size:16px;}',
	  wmode: 'transparent'
	});
	
	sIFR.replace(solex_medium, {
	  selector: '.caption_solex_medium_kleiner',
	  ratios: [8, 1.41, 10, 1.32, 11, 1.31, 15, 1.29, 19, 1.28, 26, 1.25, 31, 1.24, 42, 1.23, 53, 1.22, 56, 1.21, 58, 1.22, 61, 1.21, 62, 1.22, 66, 1.21, 67, 1.22, 102, 1.21, 103, 1.2, 107, 1.21, 108, 1.2, 111, 1.21, 113, 1.2, 114, 1.21, 115, 1.2, 116, 1.21, 118, 1.2, 119, 1.21, 123, 1.2, 124, 1.21, 1.2],
	  css: '.sIFR-root { color: #82bd04; font-size:16px;}',
	  wmode: 'transparent'
	});
	sIFR.replace(solex_medium, {
	  selector: '.caption_solex_medium_klein',
	  ratios: [8, 1.41, 10, 1.32, 11, 1.31, 15, 1.29, 19, 1.28, 26, 1.25, 31, 1.24, 42, 1.23, 53, 1.22, 56, 1.21, 58, 1.22, 61, 1.21, 62, 1.22, 66, 1.21, 67, 1.22, 102, 1.21, 103, 1.2, 107, 1.21, 108, 1.2, 111, 1.21, 113, 1.2, 114, 1.21, 115, 1.2, 116, 1.21, 118, 1.2, 119, 1.21, 123, 1.2, 124, 1.21, 1.2],
	  css: '.sIFR-root { color: #82bd04; font-size:18px;}',
	  wmode: 'transparent'
	});
	
	//sIFR.debug.ratios({ src: '/proto/fonts/solex_medium.swf', selector: '.caption_solex_prozent' });
	
	sIFR.replace(bodoni, {
	  selector: '.bodoni_prozent',
	  ratios: [7, 1.47, 10, 1.43, 15, 1.36, 16, 1.34, 23, 1.32, 27, 1.31, 34, 1.3, 36, 1.28, 43, 1.29, 46, 1.28, 47, 1.29, 67, 1.28, 77, 1.27, 78, 1.28, 1.27],
	  css: '.sIFR-root { color:#FFFFFF; font-size:44px; background:transparent; width:120px;}',
	  wmode: 'transparent'
	});
	
	sIFR.replace(bodoni, {
	  selector: '.bodoni_prozent_dunkel',
	  ratios: [7, 1.47, 10, 1.43, 15, 1.36, 16, 1.34, 23, 1.32, 27, 1.31, 34, 1.3, 36, 1.28, 43, 1.29, 46, 1.28, 47, 1.29, 67, 1.28, 77, 1.27, 78, 1.28, 1.27],
	  css: '.sIFR-root { color:#498a1b; font-size:60px; background:transparent;}',
	  wmode: 'transparent'
	});
	
	sIFR.replace(bodoni, {
	  selector: '.bodoni_prozent_klein',
	  ratios: [7, 1.47, 10, 1.43, 15, 1.36, 16, 1.34, 23, 1.32, 27, 1.31, 34, 1.3, 36, 1.28, 43, 1.29, 46, 1.28, 47, 1.29, 67, 1.28, 77, 1.27, 78, 1.28, 1.27],
	  css: '.sIFR-root { color:#c4e739; font-size:24px; background:transparent;}',
	  wmode: 'transparent'
	});
	
	sIFR.replace(seria_italic, {
	  selector: '.caption_seria',
	  ratios: [7, 1.47, 10, 1.43, 15, 1.36, 16, 1.34, 23, 1.32, 27, 1.31, 34, 1.3, 36, 1.28, 43, 1.29, 46, 1.28, 47, 1.29, 67, 1.28, 77, 1.27, 78, 1.28, 1.27],
	  css: '.sIFR-root { color:#498a1b; font-size:16px; background:transparent; width:200px; text-transform:uppercase;}',
	  wmode: 'transparent'
	});	
	
}

