var main = {
  src: 'http://www.steamys.com.au/flash/myriad_cond.swf'
};

var myriad = {
  src: 'http://www.steamys.com.au/flash/myriad.swf'
};

sIFR.activate(main, myriad); 

sIFR.replace(main, {
  selector: '.mainheading'
    ,css: [
      '.sIFR-root { text-align: center; font-weight: bold; font-size: 72px; color: #092b8c; margin: 0; padding: 0;}' , 
      'a {color: inherit; text-decoration: none}' ,              
      'a:hover {color: inherit; text-decoration: none}' ,       
      'em { font-weight: normal; color: #ec1c2c; margin: 0; padding: 0; font-style: normal; }' ,       
    ],  filters: {
        DropShadow: {
           distance: 2
          ,color: '#909090'
          ,strength: 2
          ,alpha: .5
          ,blurX: 5
          ,blurY: 5
        }
      }
   ,wmode: 'transparent'
  }); 
  
  sIFR.replace(main, {
  selector: 'h1'
    ,css: [
      '.sIFR-root { text-align: left; font-weight: bold; font-size: 42px; color: #da0000; margin: 0; padding: 0;}' ,      
    ], wmode: 'transparent'
  }); 
  
  sIFR.replace(myriad, {
  selector: 'h2'
    ,css: [
      '.sIFR-root { text-align: left; font-weight: bold; font-size: 26px; color: #D40000; margin: 0; padding: 0;}' ,    
    	'a {color: inherit; text-decoration: none}' ,                
    ], wmode: 'transparent'
  });
  
  sIFR.replace(myriad, {
  selector: 'h3'
    ,css: [
      '.sIFR-root { text-align: left; font-weight: bold; font-size: 30px; color: #d40000; margin: 0; padding-bottom: 10px}' ,      
    ], wmode: 'transparent'
  });    

 