//sIFR.debug.ratios({ src: 'sifr.swf', selector: '#footer' });

var eurostile = {
  	src: '/media/javascript/sifr.swf',
	ratios: [8,1.42,9,1.33,12,1.35,21,1.3,31,1.27,32,1.25,40,1.26,41,1.24,46,1.25,70,1.24,73,1.23,74,1.24,1.23]
};

sIFR.activate(eurostile);

/*
sIFR.replace(eurostile, {
    selector: '.teaser div'
	,wmode: 'transparent'
    ,css: [
      '.sIFR-root { color: #ffffff; font-size: 13px; text-transform: uppercase; text-align: right; }'
    ]
  });
*/

sIFR.replace(eurostile, {
    selector: '#footer'
	,wmode: 'transparent'
    ,css: [
      '.sIFR-root { font-size: 10px; text-align: center; color: #7b7b7b; }'
    ]
  });

/*
sIFR.replace(eurostile, {
    selector: 'h1'
	,wmode: 'transparent'
    ,css: [
      '.sIFR-root { color: #FFFFFF; font-size: 16px; text-transform: uppercase; font-weight: normal; text-align: left; margin: 0; padding: 0; float: left;}'
      ,'a { color: #AAA9A9; text-decoration: none; }'
	  ,'a:active { color: #AAA9A9; }'
	  ,'a:visited { color: #AAA9A9; }'
      	  ,'a:hover { color: #FFFFFF; }'
	  ,'a.current { color: #FFFFFF; }'
	]
  });

sIFR.replace(eurostile, {
    selector: 'h1.current'
	,wmode: 'transparent'
    ,css: [
      '.sIFR-root { color: #FFFFFF; font-size: 16px; text-transform: uppercase; font-weight: normal; }'
      ,'a { color: #FFFFFF; text-decoration: none; }'
	  ,'a:active { color: #FFFFFF; }'
	  ,'a:visited { color: #FFFFFF; }'
      ,'a:hover { color: #FFFFFF; }'
	]
  });
  
sIFR.replace(eurostile, {
    selector: 'h2'
	,wmode: 'transparent'
    ,css: [
      '.sIFR-root { color: #AAA9A9; font-size: 13px; text-transform: uppercase; font-weight: normal; }'
      ,'a { text-decoration: none; }'
      ,'a:link { color: #AAA9A9; }'
	  ,'a:hover { color: #FFFFFF; }'
	  ,'a.current { color: #FFFFFF; }'
	]
  });

*/


