var type1 = {
    src: 'fileadmin/templates/omfw/swf/matrixScriptBook.swf'
    
};
var type2 = {
    src: 'fileadmin/templates/omfw/swf/frutigerNextRegular.swf'
    
};
sIFR.prefetch(type1);
sIFR.prefetch(type2);

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.activate(type2);

sIFR.replace(type1, {
    selector: '#mainContent h1'
        ,wmode: 'transparent'
    ,css: [
      '.sIFR-root { color: #163e91; font-weight: normal; leading:-3; font-size: 30; letter-spacing: 0; }'
      ,'a { color: #163e91; text-decoration: underline; }'
      ,'a:link { color: #163e91; }'
      ,'a:hover { color: #163e91; text-decoration: none; }'
    ]
  });
sIFR.replace(type2, {
    selector: '#mainContent h2'
        ,wmode: 'transparent'
    ,css: [
      '.sIFR-root { color: #163e91; font-weight: normal; leading:-3; 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: '#left h1'
        ,wmode: 'transparent'
    ,css: [
      '.sIFR-root { color: #163e91; font-weight: normal; leading:-3; font-size: 30; letter-spacing: 0; }'
      ,'a { color: #163e91; text-decoration: underline; }'
      ,'a:link { color: #163e91; }'
      ,'a:hover { color: #163e91; text-decoration: none; }'
    ]
  });


