
  //<[CDATA[
  
  var kn_h1 = {
    src: 'flash/sifr_mm.swf'
    ,ratios: []
  };

  sIFR.delayCSS  = true;
  // sIFR.domains = ['novemberborn.net'] // Don't check for domains in this demo
  sIFR.activate(kn_h1);
  
  sIFR.replace(kn_h1, {
    selector: '.tartalom_left .h2_bg h2, .tartalom .h2_bg h2'
	,wmode: 'transparent'
    ,css: [
      '.sIFR-root { text-align: left; font-size:26px; font-weight:bold; color:#815823;}'
      ,'a:link { color:#815823; text-decoration: none; }'
      ,'a:hover { color: #000000;}'
	  ,'.span { color: #000000;}'
    ]
  });  
   
  sIFR.replace(kn_h1, {
    selector: '.tartalom_right .h2_bg h2'
	,wmode: 'transparent'
    ,css: [
      '.sIFR-root { text-align: left; font-size:22px; font-weight:bold; color:#815823;}'
      ,'a:link { color:#815823; text-decoration: none; }'
      ,'a:hover { color: #000000;}'
	  ,'.span { color: #000000;}'
    ]
  }); 
  sIFR.replace(kn_h1, {
    selector: '.tartalom_left h3, .tartalom h3'
	,wmode: 'transparent'
    ,css: [
      '.sIFR-root { text-align: left; font-size:20px; font-weight:bold; color:#815823;}'
      ,'a:link { color:#815823; text-decoration: none; }'
      ,'a:hover { color: #000000;}'
	  ,'.span { color: #000000;}'
    ]
  }); 
  
  sIFR.replace(kn_h1, {
    selector: '#footer h3'
	,wmode: 'transparent'
    ,css: [
      '.sIFR-root { text-align: left; font-size:18px; color:#694a00; font-weight:bold; text-transform:uppercase;}'
      ,'a:link { color: #694a00; text-decoration: none; }'
      ,'a:hover { color: #000000;}'
    ]
  });  
    //]]>
