var h1 = {
				src: 'sifr/itc.swf'
			};
			
			sIFR.activate(h1);
			
			sIFR.replace(h1, {
				selector: '.sifr1',
				   css: [
     '.sIFR-root { font-size:38px; font-weight:bold; color:#00aeef; }'
      ],
				wmode: 'transparent',
				forceSingleLine: true

			});
<!-- -->
var h2 = {
				src: 'sifr/din.swf'
			};
			
			sIFR.activate(h2);
			
			sIFR.replace(h2, {
				selector: '.sifr2',
				   css: [
     '.sIFR-root { font-size:15px; font-weight:normal; color:#005170; margin-top:-5px; }' ,'a { text-decoration: none; color:#005170;}','a:hover { color: #002d3e; }'
      ],
				wmode: 'transparent',
				forceSingleLine: true

			});
			
<!-- -->

<!-- -->
var h3 = {
				src: 'sifr/itc.swf'
			};
			
			sIFR.activate(h3);
			
			sIFR.replace(h3, {
				selector: '.sifr3',
				   css: [
     '.sIFR-root { font-size:23px; font-weight:normal; color:#00aeef; margin-top:-5px; }' ,'a { text-decoration: none; color:#00aeef;}','a:hover { color: #002d3e; }'
      ],
				wmode: 'transparent',
				forceSingleLine: true

			});
			
<!-- -->

<!-- -->
var h4 = {
				src: 'bw.swf'
			};
			
			sIFR.activate(h4);
			
			sIFR.replace(h4, {
				selector: '.sifr4',
				   css: [
     '.sIFR-root { font-size:17px; font-weight:normal; color:#1e81c1; margin-top:-5px; }' ,'a { text-decoration: none; color:#0095D9;}','a:hover { color: #0072BC; }'
      ],
				wmode: 'transparent',
				forceSingleLine: true

			});
			
<!-- -->

