var rockwell48 = {
    src: '/sIFR/rockwell-48.swf'
};
var rockwell36 = {
    src: '/sIFR/rockwell-36.swf'
};
var rockwell23 = {
    src: '/sIFR/rockwell-23.swf'
};
var rockwell18 = {
    src: '/sIFR/rockwell-18.swf'
};
var rockwell18Yellow = {
    src: '/sIFR/rockwell-18.swf'
};
var interstate14 = {
    src: '/sIFR/interstate-14.swf'
};
var futura36 = {
    src: '/sIFR/futura-condensed-36.swf'
};

sIFR.activate(rockwell48, rockwell36, rockwell23, rockwell18, interstate14, futura36);

//////// These first 3 must appear before the generic tag definitions ///////////
// Rockwell 18
sIFR.replace(rockwell18, {
    selector: 'h3.rockwell18',
    css: [
    '.sIFR-root { font-size:18px; font-weight:normal; color:#003366; }'
    ],
    wmode: 'transparent'
});

// Rockwell 18 (Yellow)
sIFR.replace(rockwell18Yellow, {
    selector: 'h3.rockwell18Yellow',
    css: [
    '.sIFR-root { font-size:18px; font-weight:normal; color:#F6CF46; }'
    ],
    wmode: 'transparent'
});

// Interstate 14
sIFR.replace(interstate14, {
    selector: 'h3.interstate14',
    css: [
    '.sIFR-root { font-size:14px; font-weight:normal; color:#003366; }'
    ],
    wmode: 'transparent'
});
//////////////////////////// End first 3 //////////////////////////////

/****** THESES ARE THE OLD sIFRs.  No longer in use ******
// Rockwell 48
sIFR.replace(rockwell48, {
    selector: 'h1',
    css: [
    '.sIFR-root { font-size:48px; font-weight:normal; color:#003366; }'
    ],
    wmode: 'transparent'
});

// Rockwell 36
sIFR.replace(rockwell36, {
    selector: 'h2',
    css: [
    '.sIFR-root { font-size:36px; font-weight:normal; color:#003366; }'
    ],
    wmode: 'transparent'
});

// Rockwell 23
sIFR.replace(rockwell23, {
    selector: 'h3',
    css: [
    '.sIFR-root { font-size:23px; font-weight:normal; color:#003366; }'
    ],
    wmode: 'transparent'
});
/****** END OLD sIFRs ******/

// Futura 36
sIFR.replace(futura36, {
    selector: 'h1',
    css: [
    '.sIFR-root { font-size:36px; font-weight:normal; color:#000000; }'
    ],
    wmode: 'transparent'
});