var BradleyHandITC = { src: 'http://www.interletsites.com/sifr/BradleyHandITC.swf' };
sIFR.activate(BradleyHandITC);

sIFR.replace(BradleyHandITC, { // 40px title in header bar
  selector: 'h1',
  wmode: 'transparent',
  css: '.sIFR-root { background-color: #'+sifrColorBackground+'; color: #'+sifrColorTitle+'; font-size:40px; text-align:center; }',
  filters: { DropShadow: { knockout:false, distance:3, color:'#cccccc', strength:3 }}
});

sIFR.replace(BradleyHandITC, { // 23px size for subtitles in header bar
  selector: 'h2',
  wmode: 'transparent',
  css: '.sIFR-root { background-color: #'+sifrColorBackground+'; color: #'+sifrColorButtons+'; font-size:23px; text-align:left; }',
  filters: { DropShadow: { knockout:false, distance:3, color:'#cccccc', strength:3 }}
});
sIFR.replace(BradleyHandITC, { // ditto but centred for title of slideshow
  selector: 'h5',
  wmode: 'transparent',
  css: '.sIFR-root { background-color: #'+sifrColorBackground+'; color: #'+sifrColorButtons+'; font-size:23px; text-align:center; }',
  filters: { DropShadow: { knockout:false, distance:3, color:'#cccccc', strength:3 }}
});

sIFR.replace(BradleyHandITC, { // 22 -> 23px navigation buttons
  selector: 'h3',
  tuneHeight: '-5',
  wmode: 'transparent',
  css: [ 
		'.sIFR-root { background-color: #'+sifrColorBackground+'; color:#'+sifrColorButtons+'; text-align:left; height:23px; }',
		'a { text-decoration:none; color:#'+sifrColorButtons+'; font-size:22px; }',
		'a:hover { font-size:23px; color:#'+sifrColorButtons+'; }'
	   ],
  filters: { DropShadow: { knockout:false, distance:3, color:'#cccccc', strength:4 }}
});
sIFR.replace(BradleyHandITC, { // 17 px strap line
  selector: 'h4',
  wmode: 'transparent',
  css: '.sIFR-root { background-color: #'+sifrColorBackground+'; background-image: #'+sifrBackgroundImage+'; color: #'+sifrColorStrapLine+'; font-size:17px; text-align:center; }',
  filters: { DropShadow: { knockout:false, distance:3, color:'#cccccc', strength:3 }}
});
