var figgins = {
      src: '../_sifr/museo-1.swf'
};

var arnopro = {
      src: '../_sifr/museo-3.swf'
};

sIFR.activate(figgins);
sIFR.activate(arnopro);

sIFR.replace(figgins, {
      selector: '.content_home h1'
      ,css: [
      '.sIFR-root {font-size:28px;color:#9E0035;text-transform:capitalize;}'
      ]
      ,wmode: 'transparent'
});

sIFR.replace(arnopro, {
      selector: '.content_home h2',
      css: [
      '.sIFR-root {font-size:16px; color:#333333;}'
      ]
	  ,wmode: 'transparent'
});

sIFR.replace(figgins, {
      selector: '.content_l h1'
      ,css: [
      '.sIFR-root {font-size:28px;color:#9E0035;text-transform:capitalize;}'
      ]
      ,wmode: 'transparent'
});

sIFR.replace(arnopro, {
      selector: '.content_l h2',
      css: [
      '.sIFR-root {font-size:16px; color:#333333;}'
      ]
	  ,wmode: 'transparent'
});
