var frutigerLight = {
    src: "/data/js/frutiger-light.swf",
    ratios: [10,1.32,16,1.27,19,1.23,25,1.22,30,1.21,32,1.19,33,1.2,37,1.19,38,1.2,51,1.19,55,1.18,56,1.19,84,1.18,86,1.17,88,1.18,89,1.17,90,1.18,93,1.17,94,1.18,1.17]
};
var frutigerLightC1 = {
    src: "/data/js/frutiger-light.swf",
    ratios: frutigerLight.ratios
};
var frutigerLightC2 = {
    src: "/data/js/frutiger-light.swf",
    ratios: frutigerLight.ratios
};
var frutigerLightC3 = {
    src: "/data/js/frutiger-light.swf",
    ratios: frutigerLight.ratios
};
var sIFR_replaceHead = function() {
    if (window.name && window.name == "printWin") return;
    sIFR.replace(frutigerLightC1, {
        selector: ".light #content .c1 h1",
        css: ".sIFR-root { background-color: #ffffff; color: #9c9c9c; }",
        selectable: true,
        wmode: "transparent"
    });
    sIFR.replace(frutigerLightC2, {
        selector: ".light #content .c2 h1",
        css: ".sIFR-root { background-color: #ffffff; color: #959899; }",
        selectable: true,
        wmode: "transparent"
    });
    sIFR.replace(frutigerLightC3, {
        selector: ".light #content .c3 h1",
        css: ".sIFR-root { background-color: #ffffff; color: #898b8c; }",
        selectable: true,
        wmode: "transparent"
    });
    sIFR.replace(frutigerLight, {
        selector: ".dark #content h1",
        css: ".sIFR-root { background-color: #666666; color: #f1f1f1; }",
        selectable: true,
        wmode: "transparent"
    });
    sIFR.replace(frutigerLight, {
        selector: ".light #content h1",
        css: ".sIFR-root { background-color: #ffffff; color: #9c9c9c; }",
        selectable: true,
        wmode: "transparent"
    });
}
sIFR.activate(frutigerLight);
sIFR_replaceHead();