var museo = {
      src: 'flash/museo.swf'
};
 
sIFR.activate(museo);
 
sIFR.replace(museo, {
      selector: '.museo_topmenu',
      css: [
      '.sIFR-root { font-size:13px; color:#574d32; text-align: center;}',
      'a { color: #574d32; text-decoration: none;}',
      'a:hover { color: #574d32; text-decoration: underline;}'
      ],
      wmode: 'transparent',
      forceSingleLine: true
});
sIFR.replace(museo, {
selector: '.museo_leftmenu',
      css: [
      '.sIFR-root { font-size:13px; color:#574d32; text-align: left;}',
      'a { color: #574d32; text-decoration: none;}',
      'a:hover { color: #574d32; text-decoration: underline;}'
      ],
      wmode: 'transparent'
});
sIFR.replace(museo, {
selector: '.h3_museo',
      css: [
      '.sIFR-root { font-size:18px; color:#51768d;}'
      ],
      wmode: 'transparent'
});
sIFR.replace(museo, {
selector: '.h4_museo',
      css: [
      '.sIFR-root { font-size:16px; color:#574d32;}'
      ],
      wmode: 'transparent'
});
sIFR.replace(museo, {
selector: '.h4-nieuws_museo',
      css: [
      '.sIFR-root { font-size:16px; color: #ffffff;}'
      ],
      wmode: 'transparent'
});

sIFR.replace(museo, {
selector: '.laatstenieuws',
      css: [
      '.sIFR-root { font-size:13px; color: #ffffff;}'
      ],
      wmode: 'transparent'
});
sIFR.replace(museo, {
selector: '.meernieuws',
      css: [
      'a { color: #ffffff; text-decoration: underline; text-align: right; font-size:13px;}',
      'a:hover { color: #ffffff; text-decoration: underline;}'
      ],
      wmode: 'transparent'
});

var helve = {
      src: 'flash/helvetica.swf'
};
 
sIFR.activate(helve);
 
sIFR.replace(helve, {
      selector: '.sifred',
      css: [
      '.sIFR-root {font-size:25px; color:#3E689C;text-align: center;}',
      'a{color:#3E689C; text-decoration: none;}',
      'a:hover{color:#3E689C; text-decoration: underline;}'
      ],
      wmode: 'transparent'
});
