  
  var dakota = {
    src: '../media/flash/dakota.swf'
};


sIFR.debugMode = false;
sIFR.prefetch(dakota);
sIFR.wmode = "transparent";
sIFR.activate();

  
  sIFR.replace(dakota, {wmode:'transparent',selector: 'h1',css: ['.sIFR-root { color: #000000; }']});
  
  sIFR.replace(dakota, {
    selector: 'h5'
	,wmode:'transparent'
    ,css: 'em { font-style: normal; color: #660000; }'
    ,selectable: false
  });
  
  sIFR.replace(dakota, {
    selector: 'h3, b'
	,wmode:'transparent'
    ,css: {
      '.sIFR-root': { 'background-color': '#DCDCDC' }
    }
  });
  
   // submenu
  sIFR.replace(dakota, {
    selector: 'h4'
	,wmode:'transparent'
    ,css: [
      '.sIFR-root { color: #660000; }'
      ,'a { text-decoration: none; }'
      ,'a:link { color: #660000; }'
      ,'a:hover { color: #000000; }'
    ]

  });