var museo_multi = { src: '/sIFR-3/museo.swf' };
sIFR.activate(museo_multi);

// The second argument determines what the Flash text looks like. The main text
// is styled via the `.sIFR-root` class. Here we've specified `background-color`
// of the entire Flash movie to be a light grey, and the `color` of the text to
// be red. Read more about styling at <http://wiki.novemberborn.net/sifr3/Styling>.
sIFR.replace(museo_multi, {
  selector: 'h1.sifr',
  css: '.sIFR-root { color: #106093; background-color: #ffffff;}'
});
sIFR.replace(museo_multi, {
  selector: 'h2.sifr',
  css: '.sIFR-root { color: #42494F; background-color: #ffffff; }'
});
