var type1 = {
    src: 'fileadmin/templates/swf/theSansItalic.swf'
    
};

sIFR.prefetch(type1);

sIFR.delayCSS  = true;
sIFR.debugMode  = true;
//sIFR.domains = ['*.drummer-models.com'] // Don't check for domains in this demo
sIFR.fromLocal = true;

sIFR.activate(type1);

sIFR.replace(type1, {
    selector: '#content h2'
        ,wmode: 'transparent'
    ,css: [
      '.sIFR-root { color: #ffffff; font-weight: normal; leading:0; font-size: 20; letter-spacing: 0 }'
      ,'a { color: #163e91; text-decoration: underline; }'
      ,'a:link { color: #163e91; }'
      ,'a:hover { color: #163e91; text-decoration: none; }'
    ]
  });
  
sIFR.replace(type1, {
    selector: '#content h3'
        ,wmode: 'transparent'
    ,css: [
      '.sIFR-root { color: #000000; font-weight: normal; leading:2; font-size: 18; letter-spacing: 0 }'
      ,'a { color: #163e91; text-decoration: underline; }'
      ,'a:link { color: #163e91; }'
      ,'a:hover { color: #163e91; text-decoration: none; }'
    ]
  });


