var rotisExtraBold = { src: 'flash/rotisExtraBold.swf'};

var rotisLight = {src: 'flash/rotisLight.swf'}
var rotisBold = {src: 'flash/rotisBold.swf'}

sIFR.activate(rotisExtraBold, rotisLight);

sIFR.replace(rotisExtraBold, {
  selector: '.leftSide h1, .rightSide h1, #smallBox h1, #contentWrapper #mapWrapper h1',
  wmode: 'transparent',
  forceSingleLine: true,
  selectable: true,
  fitExactly: true,
  tuneWidth:3,
  css: ['.sIFR-root {color: #12467b; letter-spacing: -1;}']
});

sIFR.replace(rotisLight, {
  selector: '.rightSide h2 ',
  wmode: 'transparent',
  selectable: true,
  css: ['.sIFR-root {color: #12467b; letter-spacing: -1;}']
});

sIFR.replace(rotisBold, {
  selector: '#elewacje, #docieplenia, #tynki',
  wmode: 'transparent',
  selectable: true,
  tuneWidth:3,
  css: ['.sIFR-root {color: #ffffff; height: 30px; letter-spacing: -3; leading: -8}'],
	filters: {
 		DropShadow: {
    		knockout: false,
    		distance: 1,
    		color: '#000000',
    		strength: 2,
    		blurX: 0,
    		blurY: 0,
    		alpha: .45,
    		angle: 45
  }
}
});

sIFR.replace(rotisBold, {
  selector: '#contentWrapper #Top h1, #contentWrapper #Bottom h1, #contentWrapper .pageTitle',
  wmode: 'transparent',
  forceSingleLine: true,
  selectable: true,
  fitExactly: true,
  tuneWidth: 3,
  tuneHeight: -2,
  css: ['.sIFR-root {color: #ffffff; height: 30px; letter-spacing: -1;}'],
	filters: {
 		DropShadow: {
    		knockout: false,
    		distance: 1,
    		color: '#000000',
    		strength: 2,
    		blurX: 0,
    		blurY: 0,
    		alpha: .45,
    		angle: 45
  }
}
});

