var barmeno = {
      src: 'static/sifr/barmeno.swf'
};
 
sIFR.activate(barmeno);

sIFR.replace(barmeno, {
      selector: 'h2.barmeno-font',
      css: [
      '.sIFR-root { font-size:23px; font-weight:normal; color: #4d4d4d; clear: none; font-weight:bold;}',
	  'em { font-style:italic; }',
      'strong { font-weight:bold; }'
      ],
      wmode: 'transparent',
	  tuneHeight: '-4',
	  offsetTop: '0',
	  forceSingleLine: true
});

sIFR.replace(barmeno, {
      selector: 'h3.barmeno-font',
      css: [
      '.sIFR-root { font-size:19px; font-weight:normal; color: #4d4d4d; clear: none; font-weight:bold;}',
	  'em { font-style:italic; }',
      'strong { font-weight:bold; }'
      ],
      wmode: 'transparent',
	  tuneHeight: '-3',
	  offsetTop: '0',
	  forceSingleLine: true
});
