var monotype = {
  src: 'js/sifr/flash/monotypecorsiva.swf'
};
var chaparral = {
	src: 'js/sifr/flash/chaparral.swf'
};

sIFR.fitExactly = true;


sIFR.activate(monotype,chaparral);

sIFR.replace(monotype, {
	selector: 'h1'
	,css: [
	  '.sIFR-root { color: #ed8000; background-color: #FFFFFF; font-size: 28px; width: 600px; margin: 5px; padding: 0; }'
	]
	,tuneHeight:'-4'
	,wmode:'transparent'		 
});

sIFR.replace(chaparral, {
	selector: '.up'
	,css: [
	  '.sIFR-root { color: #a98a6b; font-size: 13px; padding: 0; }'
	]
	,tuneHeight:'-4'
	,wmode:'transparent'		 
});
