var dinpro = {
      src: '/static/sifr/dinpro.swf'
};

var dinpromedium = {
      src: '/static/sifr/dinpromedium.swf'
};

var dinprobold = {
      src: '/static/sifr/dinprobold.swf'
};

var dinprolight = {
      src: '/static/sifr/dinprolight.swf'
};

 
sIFR.activate(dinpro);

sIFR.activate(dinpromedium);

sIFR.activate(dinprobold);

sIFR.activate(dinprolight);

sIFR.replace(dinpro, {
      selector: 'h1.dinpro-font',
      css: [
      '.sIFR-root { font-size:24px; font-weight:normal; color: #ff6633; clear: none;}',
	  'em { font-style:italic; }',
      'strong { font-weight:bold; }'
      ],
      wmode: 'transparent',
	  tuneHeight: '-11',
	  offsetTop: '-6',
	  forceSingleLine: true
});

sIFR.replace(dinpro, {
      selector: 'h2.dinpro-font',
      css: [
      '.sIFR-root { font-size:20px; font-weight:normal; color: #ff6633; clear: none;}',
	  'em { font-style:italic; }',
      'strong { font-weight:bold; }'
      ],
	  tuneHeight: '-11',
	  offsetTop: '-6',
      wmode: 'transparent',
	  forceSingleLine: true
});

sIFR.replace(dinpromedium, {
      selector: 'h3.dinpro-font',
      css: [
      '.sIFR-root { font-size:16px; color: #ff6633; clear: none;}',
	  'em { font-style:italic; }',
      'strong { font-weight:bold; }'
      ],
	  tuneHeight: '-7',
	  offsetTop: '-3',
      wmode: 'transparent'
});

sIFR.replace(dinpromedium, {
      selector: 'h4.dinpro-font',
      css: [
      '.sIFR-root { font-size:13px; color: #000000; clear: none; font-weight:bold;}',
	  'em { font-style:italic; }',
      'strong { font-weight:bold; }'
      ],
	  tuneHeight: '-5',
	  offsetTop: '0',
      wmode: 'transparent'
});

sIFR.replace(dinpro, {
      selector: 'h5.dinpro-font',
      css: [
      '.sIFR-root { font-size:41px; color: #ffffff; clear: none; text-align:center}',
	  'em { font-style:italic; }',
      'strong { font-weight:bold; }'
      ],
	  tuneHeight: '-5',
	  offsetTop: '0',
      wmode: 'transparent'
});
