
var euros = { src: rootFolder+'http://www.hhdexpo.com.au/swf/Eurostile-ExtTwo.swf' };
var arial = { src: rootFolder+'http://www.hhdexpo.com.au/swf/Arial.swf' };


sIFR.activate(euros,arial);

sIFR.replace(euros, {
  selector: 'h1.homeTitle',
  css: '.sIFR-root { color:#000000; font-size:24px; text-transform:uppercase; leading: -5 }',
  transparent: true
});

sIFR.replace(arial, {
  selector: 'h2.homeHeading',
  css: ['.sIFR-root { color:#000000; font-size: 19px; text-transform:uppercase; leading: 0 }',
  		'strong { font-weight:bold; }'],
  transparent: true
});

sIFR.replace(arial, {
  selector: 'h2.featuredBoxHeading',
  css: ['.sIFR-root { color:#ffffff; font-size:19px; text-transform:uppercase; leading: 0 }',
  		'strong { font-weight:bold; }'],
  transparent: true
});

sIFR.replace(euros, {
  selector: 'h1.mainTitle',
  css: '.sIFR-root { color:#990033; font-size:33px; }',
  thickness: 500,
  transparent: true
});


