function U()

in admin/conf/resources/r2/interactiveSwfScript.js [336:362]


    function U(h, j, l,
               o) {
        if (p.ie && p.mac)
            return;
        var q = t.getElementsByTagName("head")[0];
        if (!q)
            return;
        var u = l && typeof l == "string" ? l : "screen";
        if (o) {
            M = null;
            ba = null
        }
        if (!M || ba != u) {
            var v = C("style");
            v.setAttribute("type", "text/css");
            v.setAttribute("media", u);
            M = q.appendChild(v);
            if (p.ie && p.win && typeof t.styleSheets != A && t.styleSheets.length > 0)
                M = t.styleSheets[t.styleSheets.length - 1];
            ba = u
        }
        if (p.ie && p.win) {
            if (M && typeof M.addRule == L)
                M.addRule(h, j)
        } else if (M && typeof t.createTextNode != A)
            M.appendChild(t.createTextNode(h + " {" + j + "}"))
    }