var eurostile = {
  src: 'eurostile.swf'
  ,ratios:[9,1.27,13,1.18,18,1.14,26,1.13,29,1.11,30,1.12,32,1.11,46,1.1,65,1.09,66,1.08,72,1.09,73,1.08,75,1.09,1.08]
};

var bookman = {
  src: 'bookman.swf'
 ,ratios:[8,1.31,12,1.27,15,1.21,16,1.22,22,1.2,23,1.17,25,1.19,27,1.17,32,1.16,33,1.17,42,1.16,47,1.15,48,1.16,65,1.15,71,1.14,72,1.15,110,1.14,111,1.13,118,1.14,119,1.13,122,1.14,123,1.13,1.14]
};

sIFR.useStyleCheck = true;
sIFR.activate(eurostile, bookman);


sIFR.replace(bookman, {
    selector: 'h1.lang'
	,css: [
      '.sIFR-root {text-align: left; text-transform:uppercase; color: #321b01;}'
    ]
	,wmode: 'transparent'
  });


sIFR.replace(bookman, {
    selector: 'h1'
	,css: [
      '.sIFR-root {text-align: left; text-transform:uppercase; color: #321b01;}'
	  ,'a { color: #321b01; text-decoration:none;}'
	  ,'a:hover { color: #173661;text-decoration:none;}'
    ]
	,wmode: 'transparent'
  });

sIFR.replace(eurostile, {
    selector: 'h2'
	,css: [
      '.sIFR-root {text-align: left; font-weight:bold; color: #a22103;letter-spacing:.5;}'
	  ,'a { color: #a22103; text-decoration:none;}'
	  ,'a:hover { color: #173661;text-decoration:none;}'
    ]
	,wmode: 'transparent'
  }); 
 
sIFR.replace(eurostile, {
    selector: 'h3'
	,css: [
      '.sIFR-root {text-align: left; text-transform:uppercase; font-weight:bold; color: #a22103; letter-spacing:.5;}'
	  ,'a { color: #a22103; text-decoration:none;}'
	  ,'a:hover { color: #173661;text-decoration:none;}'
    ]
	,wmode: 'transparent'
  }); 