var myriad = {
 src: 'http://w3xpress.com/cssfiles/template01/flash/myriad.swf'
}

sIFR.activate(myriad);
sIFR.replace(myriad, {
  selector: 'h3.redh'
  ,css: [
		 '.sIFR-root{color:#fe0000; font-size:28px; font-weight:bold;}'
		 ],
  offsetLeft: 0,
  wmode: 'transparent'
});
sIFR.replace(myriad, {
  selector: 'h3'
  ,css: [
		 '.sIFR-root{color:#010101; font-size:18px;}'
		 ],
  offsetLeft: 0,
  wmode: 'transparent'
});
sIFR.replace(myriad, {
  selector: 'h2'
  ,css: [
		 '.sIFR-root{color:#ffffff; font-size:20px;}'
		 ],
  offsetLeft: 0,
  wmode: 'transparent'
});


sIFR.replace(myriad, {
  selector: 'h1'
  ,css: [
		 '.sIFR-root{color:#000000; font-size:24px;}'
		 ],
  offsetLeft: 0,
  wmode: 'transparent'
});
