  var helvetica = {
    src: 'helvetica.swf'
  };  
  var CaflischScriptRegular = {
    src: 'CaflischScriptRegular.swf'
  };  
  
   //   src: 'helveticaNeueThinExtended.swf'

  
  sIFR.useStyleCheck = true;

  sIFR.activate(helvetica,CaflischScriptRegular);
  sIFR.preserveSingleWhitespace = true;

  sIFR.replace(helvetica, {

    selector: 'h1'

    ,css: [
      '.sIFR-root { font-size: 29px; color:#333366; font-weight:normal; text-align:left;}',
      'strong { color: #ff0000; }',
      'em { color: #00ffff; font-style: normal; }',
      'a {color:#333366; text-decoration:none;}',
      'a:hover {color:#333366;}'
    ]
   ,wmode: 'transparent' 

  });
  
   sIFR.replace(CaflischScriptRegular, {

   selector: 'h2'

    ,css: [
      '.sIFR-root { font-size: 40px; color:#333366; font-weight:normal; text-align:left;}',
      'strong { color: #ff0000; }',
      'em { color: #00ffff; font-style: normal; }'
    ]
   ,wmode: 'transparent' 

  });

 sIFR.replace(CaflischScriptRegular, {
  
   selector: 'h3'

    ,css: [
      '.sIFR-root { font-size: 26px; color:#333366; font-weight:normal; text-align:left;}',
      'strong { color: #ff0000; }',
      'em { color: #00ffff; font-style: normal; }'
    ]
   ,wmode: 'transparent' 

  });

  
