var whitneyk = {
    src: '/scripts/whitneyk.swf'
};
var whitneyk_semi = {
    src: '/scripts/whitneyk_semi.swf'
};
var whitneyk_med = {
    src: '/scripts/whitneyk_med.swf'
};
sIFR.activate(whitneyk_semi, whitneyk, whitneyk_med);

sIFR.replace(whitneyk_semi, {
    selector: '#navigation li',
    css: [
        '.sIFR-root { color: #ffffff; background-color: #3b2913; }',
        'a { color: #ffffff; text-decoration: none; }',
        'a:hover { color: #f3bd33; }'
    ],
    tuneHeight: -1,
    tuneWidth: 0,
    fixHover: true,
    selectable: false,
    offsetTop: 4,
    offsetLeft: 0,
    forceSingleLine: true,
    opaque: true
});

sIFR.replace(whitneyk_med, {
    selector: '.secondaryContent h2',
    css: [
        '.sIFR-root { color: #000000; }'
    ],
    transparent: true,
    tuneHeight: -4,
    tuneWidth: 10,
    offsetTop: -3,
    offsetLeft: 0,
    forceSingleLine: true,
    preventWrap: true,
    fitExactly: true
});

sIFR.replace(whitneyk_med, {
    selector: '.contentSmBox h2',
    css: [
        '.sIFR-root { color: #000000; }'
    ],
    transparent: true,
    tuneHeight: -4,
    tuneWidth: 10,
    offsetTop: -3,
    offsetLeft: 0,
    forceSingleLine: true,
    preventWrap: true,
    fitExactly: true
});
sIFR.replace(whitneyk_med, {
    selector: '.contentLgBox h2',
    css: [
        '.sIFR-root { color: #000000; }'
    ],
    transparent: true,
    tuneHeight: -4,
    tuneWidth: 10,
    offsetTop: -3,
    offsetLeft: 0,
    forceSingleLine: true,
    preventWrap: true,
    fitExactly: true
});
sIFR.replace(whitneyk_med, {
    selector: '.design2LaunchSolutions h1',
    css: [
        '.sIFR-root { color: #cc3333; }'
    ],
    transparent: true,
    tuneHeight: -10,
    tuneWidth: 10,
    offsetTop: -3,
    offsetLeft: 0
});