
var font = { src: '../swf/dinpro_engr.swf' };	//din pro light


sIFR.activate(font);


/**/

sIFR.replace(font, {
      selector: '.heading .h1',
	   wmode: 'transparent'
      ,css: [
        '.sIFR-root { font-size:48px; color:#000000; margin:0; padding:0; }'        
      ]
    });

sIFR.replace(font, {
      selector: '.heading_short .h1',
	   wmode: 'transparent'
      ,css: [
        '.sIFR-root { font-size:48px; color:#000000; margin:0; padding:0; }'        
      ]
    });
