//<[CDATA[

 var usedFont = {
    src: '/flash/sifr.swf'
  };

  // You probably want to switch this on, but read <http://wiki.novemberborn.net/sifr3/DetectingCSSLoad> first.
  // sIFR.useStyleCheck = true;
  sIFR.activate(usedFont);

 sIFR.replace(usedFont, {
    selector: '#boxes h2'
	,wmode: 'transparent'
    ,css: [
      '.sIFR-root { text-align: left; font-weight: normal; font-size:18px; cursor:pointer; }'
      ,'a { text-decoration: none; }'
      ,'a:link { color: #000000; }'
      ,'a:hover { color: #000000; }'
    ]
  });

  sIFR.replace(usedFont, {
    selector: 'h1'
	,wmode: 'transparent'
    ,css: [
      '.sIFR-root { text-align: left; font-weight: normal; font-size:20px; }'
      ,'a { text-decoration: none; }'
      ,'a:link { color: #000000; }'
      ,'a:hover { color: #000000; }'
    ]
  });
  
  sIFR.replace(usedFont, {
    selector: 'h2'
	,wmode: 'transparent'
    ,css: [
      '.sIFR-root { text-align: left; font-weight: normal; font-size:18px; cursor:pointer; }'
      ,'a { text-decoration: none; }'
      ,'a:link { color: #000000; }'
      ,'a:hover { color: #000000; }'
    ]
  });
  
  sIFR.replace(usedFont, {
    selector: 'h3.expl'
	,wmode: 'transparent'
    ,css: [
      '.sIFR-root { text-align: left; font-weight: normal; font-size:20px; color:#9f9284; }'
      ,'a { text-decoration: none; }'
      ,'a:link { color: #000000; }'
      ,'a:hover { color: #000000; }'
    ]
  });
 
//]]>
