var organise = { src: 'Organise_Your_Defence.swf' };
var info = { src: 'Info_Symptoms.swf' };
var latest = { src: 'Latest_News.swf' };
var contact = { src: 'Contact.swf' };
var survey = { src: 'Take_the_Survey.swf' };
var faq = { src: 'Faqs.swf' };
var bowelcancer = { src: 'Bowel_Cancer.swf' };
var prostatecancer = { src: 'Prostate_Cancer.swf' };
var lungcancer = { src: 'Lung_Cancer.swf' };

sIFR.activate(organise,info,latest,contact,survey,faq);

sIFR.replace(organise, {
  selector: '#index_title h1',
  wmode: 'transparent'
});

sIFR.replace(info, {
  selector: '#index2_title h1',
  wmode: 'transparent'  
});

sIFR.replace(latest, {
  selector: '#index3_title h1',
  wmode: 'transparent'  
});

sIFR.replace(contact, {
  selector: '#index4_title h1',
  wmode: 'transparent'  
});

sIFR.replace(survey, {
  selector: '#index5_title h1',
  wmode: 'transparent'  
});

sIFR.replace(faq, {
  selector: '#index6_title h1',
  wmode: 'transparent'
});

sIFR.replace(bowelcancer, {
selector: '#bowel_cancer h2',
    wmode: 'transparent'
});

sIFR.replace(prostatecancer, {
    selector: '#prostate_cancer h2',
    wmode: 'transparent'
});

sIFR.replace(lungcancer, {
    selector: '#lung_cancer h2',
    wmode: 'transparent'
});

//  css: '.sIFR-root { background-color: #F9F9F9; color: #FF0000; }'