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

//sIFR.prefetch(din);

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

sIFR.replace(din, {
  selector: '#content h1'
	,wmode: 'transparent'
	,sColor: '#E33D2F'
	,css: [
      '.sIFR-root { color: #E33D2F; font-weight: bold;}'
      ,'a { color: #E33D2F; text-decoration:underline;}'
      ,'a:link { color: #E33D2F; }'
      ,'a:hover { color: #E33D2F; }'
    ]
  });
/*
sIFR.replace(din, {
  selector: '#content h1.for-order'
	,wmode: 'transparent'
	,sColor: '#E33D2F'
	,css: [
      '.sIFR-root { color: #E33D2F; font-weight: bold;}'
      ,'a { color: #E33D2F; text-decoration:underline;}'
      ,'a:link { color: #E33D2F; }'
      ,'a:hover { color: #E33D2F; }'
    ]
  });
sIFR.replace(din, {
  selector: '#content span.menu-span'
	,wmode: 'transparent'
	,sColor: '#000000'
	,css: [
      '.sIFR-root { color: #000000; font-weight: normal; line-height: 0.5em; width:100px;}'
    ]
  });
sIFR.replace(din, {
  selector: '#content span.menu-box-span'
	,wmode: 'transparent'
	,sColor: '#ffffff'
	,css: [
      '.sIFR-root { color: #ffffff; font-weight: normal; line-height: 0.5em; width:100%;}'
    ]
  });
*/
sIFR.replace(din, {
  selector: '#content a h1 span'
	,wmode: 'transparent'
	,sColor: '#E33D2F'
	,css: [
      '.sIFR-root { color: #E33D2F; font-weight: bold; text-decoration:underline;}'
    ]
  });
  
sIFR.replace(din, {
  selector: '#content span.liste'
	,wmode: 'transparent'
	,sColor: '#E33D2F'
	,css: [
      '.sIFR-root { color: #E33D2F; font-weight: bold;}'
      ,'a { color: #E33D2F; text-decoration:underline;}'
      ,'a:link { color: #E33D2F; }'
      ,'a:hover { color: #E33D2F; }'
    ]
  });

sIFR.replace(din, {
  selector: '#content h2 ul li'
	,wmode: 'transparent'
	,sColor: '#000000'
	,css: [
      '.sIFR-root { color: #000000; font-weight: normal;}'
      ,'a { color: #000000; text-decoration:underline;}'
      ,'a:link { color: #000000; }'
      ,'a:hover { color: #000000; }'
    ]
  });
  
sIFR.replace(din, {
  selector: '#confirmation_container'
	,wmode: 'transparent'
	,sColor: '#000000'
	,css: [
      '.sIFR-root { color: #000000; font-weight: normal;}'
      ,'a { color: #000000; text-decoration:underline;}'
      ,'a:link { color: #000000; }'
      ,'a:hover { color: #000000; }'
    ]
  });  
  