



var zapf = {
  src: 'swf/sifr.swf'
};
sIFR.activate(zapf);


sIFR.replace(zapf, {
  selector: 'h1',
  css: { '.sIFR-root' : {'font-size' : '25px' , 'color' : '#555555', 'text-transform' : 'uppercase', 'text-align' : 'left' },
         'a' : {'color' : '#ffffff', 'text-decoration' : 'none'},
         'a:hover' : {'color' : '#cccccc', 'text-decoration' : 'none'}
  },
  fitExactly: true,
  wmode: "transparent",
  offsetTop: 0,
  tuneHeight: -4
});

sIFR.replace(zapf, {
	  selector: 'span.sifr',
	  css: { '.sIFR-root' : {'font-size' : '20px' , 'color' : '#333333', 'text-align' : 'left' },
	         'a' : {'color' : '#ffffff', 'text-decoration' : 'none'},
	         'a:hover' : {'color' : '#cccccc', 'text-decoration' : 'none'}
	  },
	  fitExactly: true,
	  wmode: "transparent",
	  offsetTop: 0,
	  tuneHeight: -4
	});

sIFR.replace(zapf, {
	  selector: 'span.sifrp',
	  css: { '.sIFR-root' : {'font-size' : '20px' , 'color' : '#FF3A00', 'text-align' : 'left' },
	         'a' : {'color' : '#ffffff', 'text-decoration' : 'none'},
	         'a:hover' : {'color' : '#cccccc', 'text-decoration' : 'none'}
	  },
	  fitExactly: true,
	  wmode: "transparent",
	  offsetTop: 0,
	  tuneHeight: -4
	});
 