var rotis = {
      src: 'static/sifr/rotis.swf'
};

var rotisregular = {
      src: 'static/sifr/rotisregular.swf'
};

var rotisbold = {
      src: 'static/sifr/rotisbold.swf'
};

 
sIFR.activate(rotis);

sIFR.activate(rotisregular);

sIFR.activate(rotisbold);

sIFR.replace(rotis, {
      selector: 'h1.rotis-font',
      css: [
      '.sIFR-root { font-size:35px; font-weight:normal; color: #0271b9; clear: none;}',
	  'em { font-style:italic; }',
      'strong { font-weight:bold; }'
      ],
      wmode: 'transparent',
	  offsetTop: '-3',
	  forceSingleLine: true
});

/*sIFR.replace(rotisregular, {
      selector: 'h2.rotis-font',
      css: [
      '.sIFR-root { font-size:20px; font-weight:normal; color: #000000; clear: none;}',
	  'em { font-style:italic; }',
      'strong { font-weight:bold; }'
      ],
      wmode: 'transparent',
	  forceSingleLine: true
});

sIFR.replace(rotisbold, {
      selector: 'h3.rotis-font',
      css: [
      '.sIFR-root { font-size:14px; font-weight:normal; color: #FFFFFF; clear: none;}',
	  'em { font-style:italic; }',
      'strong { font-weight:bold; }'
      ],
      wmode: 'transparent',
	  forceSingleLine: true
});

sIFR.replace(rotisregular, {
      selector: 'h4.rotis-font',
      css: [
      '.sIFR-root { font-size:19px; font-weight:normal; color: #000000; clear: none;}',
	  'em { font-style:italic; }',
      'strong { font-weight:bold; }'
      ],
      wmode: 'transparent',
	  forceSingleLine: true
});
*/
