var helli = { src: '/layout/sifr/helli.swf' };
var helbd = { src: '/layout/sifr/hel.swf' };

sIFR.activate(helli, helbd);

sIFR.replace(helli, {
  selector: '#content h3'
  ,wmode: 'transparent'
  ,css: [  
      ,'a { color: #909090; text-decoration: none; }'  
      ,'a:link { color: #909090; text-decoration: none; }'  
      ,'a:hover { color: #000000; text-decoration: none; }'  
      ,'.sIFR-root {color: #909090; font-size: 28px; line-height: 32px;}'
 ]  
});

sIFR.replace(helbd, {
  selector: '#content h2'
  ,wmode: 'transparent'
  ,css: [  
      ,'a { color: #909090; font-weight: bold; text-decoration: none; }'  
      ,'a:link { color: #909090; text-decoration: none; }'  
      ,'a:hover { color: #000000; text-decoration: none; }'  
      ,'.sIFR-root {color: #909090; font-weight: bold; font-size: 28px; line-height: 28px;}'
 ]  
});

sIFR.replace(helbd, {
  selector: '#sidebar .cat-item'
  ,wmode: 'transparent'
  ,css: [  
      ,'a { color: #909090; font-weight: bold; text-decoration: none; }'  
      ,'a:link { color: #909090; font-weight: bold; text-decoration: none; }'  
      ,'a:hover { color: #000000; font-weight: bold; text-decoration: none; }'  
      ,'.sIFR-root {color: #909090; font-weight: bold; font-size: 28px; line-height: 28px;}'
 ]  
});

sIFR.replace(helbd, {
  selector: '#sidebar .page_item'
  ,wmode: 'transparent'
  ,css: [  
      ,'a { color: #909090; font-weight: bold; text-decoration: none; }'  
      ,'a:link { color: #909090; font-weight: bold; text-decoration: none; }'  
      ,'a:hover { color: #000000; background-color: #000000; font-weight: bold; text-decoration: none; }'  
      ,'.sIFR-root {color: #909090; font-weight: bold; font-size: 28px; line-height: 28px;}'
 ]  
});


