  var tgbcon = {
    src: 'centurygothic.swf'
  };
  
  sIFR.useStyleCheck = true;

  sIFR.activate(tgbcon);
  
  sIFR.replace(tgbcon, {
    selector: '#htext h1'
    ,css: [
      '.sIFR-root { font-size:18px; line-height:28px; color:#333333; font-weight:normal; }',
    ]
   ,wmode: 'transparent' 
  });

  sIFR.replace(tgbcon, {
    selector: 'h1.mtitle'
    ,css: [
      '.sIFR-root { font-size:27px; color:#339933; font-weight:normal; }',
    ]
   ,wmode: 'transparent' 
  });
  
  sIFR.replace(tgbcon, {
    selector: 'h1.btitle'
    ,css: [
      '.sIFR-root { font-size:27px; color:#003366; font-weight:normal; }',
    ]
   ,wmode: 'transparent' 
  });
