var din = {
  src: 'app/swf/DIN-Medium5.swf'
};

//sIFR.prefetch(din);

sIFR.activate(din); // From revision 209 and onwards E33D2F

sIFR.replace(din, {
  selector: '#content h1'
	,wmode: 'transparent'
	,sColor: '#E33D2F'
	,css: [
      '.sIFR-root { color: #f05033; leading: 4; font-weight: bold; line-height: 0.5em;}'
      ,'a { color: #f05033; text-decoration:underline;}'
      ,'a:link { color: #f05033; }'
      ,'a:hover { color: #f05033; }'
    ]
  });
  
sIFR.replace(din, {
  selector: '#content span.menu-span'
	,wmode: 'transparent'
	,sColor: '#E33D2F'
	,css: [
      '.sIFR-root { color: #000; leading: 4; font-weight: bold; line-height: 0.5em;}'
      ,'a { color: #f05033; text-decoration:underline;}'
      ,'a:link { color: #f05033; }'
      ,'a:hover { color: #f05033; }'
    ]
  });
  
sIFR.replace(din, {
  selector: '#content span.liste'
	,wmode: 'transparent'
	,sColor: '#f05033'
	,css: [
      '.sIFR-root { color: #f05033; font-weight: bold;}'
      ,'a { color: #f05033; text-decoration:underline;}'
      ,'a:link { color: #f05033; }'
      ,'a:hover { color: #f05033; }'
    ]
  });
    
 sIFR.replace(din, {
  selector: '#confirmation_container .style1 '
	,wmode: 'transparent'
	,sColor: '#F05033'
	,css: [
      '.sIFR-root { color: #F05033; font-weight: normal; text-align:center;}'
      ,'a { color: #000000; text-decoration:none;}'
      ,'a:link { color: #000000; }'
      ,'a:hover { color: #000000; }'
    ]
  });   
 sIFR.replace(din, {
  selector: '#confirmation_container .style3 '
	,wmode: 'transparent'
	,sColor: '#F05033'
	,css: [
      '.sIFR-root { color: #F05033; font-weight: normal; text-align:center;}'
      ,'a { color: #000000; text-decoration:underline;}'
      ,'a:link { color: #000000; }'
      ,'a:hover { color: #000000; }'
    ]
  });   
   sIFR.replace(din, {
  selector: '#confirmation_container .style2'
	,wmode: 'transparent'
	,sColor: '#F05033'
	,css: [
      '.sIFR-root { color: #F05033; font-weight: normal; text-align:center;}'
      ,'a { color: #F05033; text-decoration:underline;}'
      ,'a:link { color: #F05033; }'
      ,'a:hover { color: #F05033; }'
    ]
  }); 
  
 sIFR.replace(din, {
  selector: '#confirmation_container .style1 span'
	,wmode: 'transparent'
	,sColor: '#000000'
	,css: [
      '.sIFR-root { color: #000000; font-weight: normal; text-align:center;}'
      ,'a { color: #000000; text-decoration:underline;}'
      ,'a:link { color: #000000; }'
      ,'a:hover { color: #000000; }'
    ]
  }); 
