var avGardeGothBook = { src: '/flash/sifr3-av-garde-goth-ps-efo-book.swf' };
var avGardeGothDemi = { src: '/flash/sifr3-av-garde-goth-ps-efo-demi.swf' };
var avGardeGothBold = { src: '/flash/sifr3-itc-avant-garde-gothic-bold.swf' };

sIFR.activate(avGardeGothBook);
sIFR.activate(avGardeGothDemi);
sIFR.activate(avGardeGothBold);

sIFR.replace(avGardeGothBold, {
    selector: '#homeText h1',
    css: ['.sIFR-root{color: #000000;}'],
    wmode: "transparent" 
});

sIFR.replace(avGardeGothDemi, {
    selector: '#homeText h2',
    css: ['.sIFR-root{color: #000000;}'],
    wmode: "transparent" 
});
sIFR.replace(avGardeGothDemi, {
    selector: '#pageTitle',
    css: ['.sIFR-root{color: #000000;}'],
    wmode: "transparent" 
});

sIFR.replace(avGardeGothBook, {
    selector: '#middleColumn h2',
    css: ['.sIFR-root{color: #000000;}'],
    wmode: "transparent" 
});
sIFR.replace(avGardeGothBook, {
    selector: '#rightTextColumn h2',
    css: ['.sIFR-root{color: #000000;}'],
    wmode: "transparent" 
});
sIFR.replace(avGardeGothBook, {
    selector: '#faqsText h2',
    css: ['.sIFR-root{color: #000000;}'],
    wmode: "transparent" 
});
sIFR.replace(avGardeGothBook, {
    selector: '#slider h3',
    css: ['.sIFR-root{color: #000000;}'],
    wmode: "transparent" 
});
sIFR.replace(avGardeGothBook, {
    selector: '#footerQuote .quote',
    css: ['.sIFR-root{color: #000000;}'],
    wmode: "transparent" 
});
sIFR.replace(avGardeGothBook, {
    selector: '#footerQuote .person',
    css: ['.sIFR-root{color: #636363;}'],
    wmode: "transparent" 
});