var officinabold = {
  src: 'http://www.mailsend.com.au/flash/officinabold.swf'
};

sIFR.activate(officinabold); // From revision 209 and onwards
sIFR.useStyleCheck = true;

sIFR.replace(officinabold, {
  selector: '#pricingDiv h3, #faqDiv h3',
  ratio: [6,1.41,9,1.35,15,1.29,21,1.25,23,1.22,28,1.23,34,1.22,41,1.21,53,1.2,54,1.19,58,1.2,96,1.19,98,1.18,100,1.19,104,1.18,105,1.19,109,1.18,110,1.19,1.18], 
  css: [
      '.sIFR-root { font-size:18px; color: #000000; font-weight:bold; text-align: center; }'
      ,'a { text-decoration: none; }'
      ,'a:link { color: #000000; }'
      ,'a:hover { color: #000000; }'
      ],
  wmode: 'transparent',
  filters: {
  DropShadow: {
    knockout: false
    ,distance: 1
    ,color: '#000000'
    ,strength: 1
  }
}
});

sIFR.replace(officinabold, {
  selector: '#tri_column h3',
  ratio: [6,1.41,9,1.35,15,1.29,21,1.25,23,1.22,28,1.23,34,1.22,41,1.21,53,1.2,54,1.19,58,1.2,96,1.19,98,1.18,100,1.19,104,1.18,105,1.19,109,1.18,110,1.19,1.18], 
  css: [
      '.sIFR-root { font-size:18px; color: #000000; font-weight:bold; margin-left:6px;}'
      ,'a { text-decoration: none; }'
      ,'a:link { color: #000000; }'
      ,'a:hover { color: #000000; }'
      ],
  wmode: 'transparent',
    filters: {
  DropShadow: {
    knockout: false
    ,distance: 1
    ,color: '#000000'
    ,strength: 1
  }
}
});