var AkzidenzMdCon = {
      src: 'scripts/AkzidenzMdCon.swf'
};
 
sIFR.activate(AkzidenzMdCon);
 
 
sIFR.replace(AkzidenzMdCon, {  
    selector: "h1.homeleftGreen",
      css: [
      '.sIFR-root { font-size:30px; font-weight:normal; color:#949484; }',
	   ,'em { color:#8FD400;font-style: normal; }'
      ],
      wmode: 'transparent'
});  

  
 /*home left Purple****************************************************/ 
sIFR.replace(AkzidenzMdCon, {  
    selector: "h1.homeleftPurple",
      css: [
      '.sIFR-root { font-size:30px; font-weight:normal; color:#949484;}',
	   ,'em { color:#7F4098;font-style: normal; }'
      ],
      wmode: 'transparent'
});  


 /*tools right****************************************************/ 
sIFR.replace(AkzidenzMdCon, {  
    selector: "h1.toolsDownloads",
      css: [
      '.sIFR-root { font-size:30px; font-weight:normal; color:#949484;}',
	   ,'em { color:#00A4E4;font-style: normal; }'
      ],
      wmode: 'transparent'
});  
  
 
sIFR.replace(AkzidenzMdCon, {  
    selector: "h1.bigGray",
      css: [
      '.sIFR-root { font-size:30px; font-weight:normal; color:#DADAD4;}',
	   ,'em { color:#949484;font-style: normal; }'
      ],
      wmode: 'transparent'
});  

 /*mailing form header****************************************************/ 
sIFR.replace(AkzidenzMdCon, {  
    selector: "h1.homeMailing",
      css: [
      '.sIFR-root { font-size:30px; font-weight:normal; color:#949484; }',
	   ,'em { color:#8FD400;font-style: normal; }'
      ],
      wmode: 'transparent',tuneHeight:'-5'
});  
 
 
 
 
 /*middle blue title****************************************************/ 
sIFR.replace(AkzidenzMdCon, {  
    selector: "h1.flashGrayBlue",
      css: [
      '.sIFR-root { font-size:30px; font-weight:normal; color:#949484; }',
	   ,'em { color:#00A4E4;font-style: normal; }'
      ],
      wmode: 'transparent',tuneHeight:'-5'
});  
 /*middle red title****************************************************/ 
sIFR.replace(AkzidenzMdCon, {  
    selector: "h1.flashGrayRed",
      css: [
      '.sIFR-root { font-size:30px; font-weight:normal; color:#949484; }',
	   ,'em { color:#E60D2E;font-style: normal; }'
      ],
      wmode: 'transparent',tuneHeight:'-5'
});  
 /*middle orange title****************************************************/ 
sIFR.replace(AkzidenzMdCon, {  
    selector: "h1.flashGrayOrange",
      css: [
      '.sIFR-root { font-size:30px; font-weight:normal; color:#949484; }',
	   ,'em { color:#FDB813;font-style: normal; }'
      ],
      wmode: 'transparent',tuneHeight:'-5'
});  
