var type1 = {
    src: 'fileadmin/templates/swf/PrioriSans.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: '#leftContent h1'
        ,wmode: 'transparent'
    ,css: [
      '.sIFR-root { color: #000000; font-weight: normal; leading:0; font-size: 20; letter-spacing: 0;text-transform:uppercase; }'
      ,'a { color: #163e91; text-decoration: underline; }'
      ,'a:link { color: #163e91; }'
      ,'a:hover { color: #163e91; text-decoration: none; }'
    ]
  });
  
sIFR.replace(type1, {
    selector: '#leftContent h2'
        ,wmode: 'transparent'
    ,css: [
      '.sIFR-root { color: #000000; font-weight: normal; leading:0; font-size: 16; letter-spacing: 0;text-transform:uppercase; }'
      ,'a { color: #163e91; text-decoration: underline; }'
      ,'a:link { color: #163e91; }'
      ,'a:hover { color: #163e91; text-decoration: none; }'
    ]
  });
sIFR.replace(type1, {
    selector: '#id_6 #rightContent h1'
        ,wmode: 'transparent'
    ,css: [
      '.sIFR-root { color: #000000; font-weight: normal; leading:0; font-size: 20; letter-spacing: 0;text-transform:uppercase; }'
      ,'a { color: #163e91; text-decoration: underline; }'
      ,'a:link { color: #163e91; }'
      ,'a:hover { color: #163e91; text-decoration: none; }'
    ]
  });  
sIFR.replace(type1, {
    selector: '#id_6 #rightContent h2'
        ,wmode: 'transparent'
    ,css: [
      '.sIFR-root { color: #000000; font-weight: normal; leading:0; font-size: 16; letter-spacing: 0;text-transform:uppercase; }'
      ,'a { color: #163e91; text-decoration: underline; }'
      ,'a:link { color: #163e91; }'
      ,'a:hover { color: #163e91; text-decoration: none; }'
    ]
  });  

