<!--
function MM_preloadImages() {
    var d = document;
    if (d.images) {
        if (!d.MM_p) {
            d.MM_p = new Array;
        }
        var i, j = d.MM_p.length, a = MM_preloadImages.arguments;
        for (i = 0; i < a.length; i++) {
            if (a[i].indexOf("#") != 0) {
                d.MM_p[j] = new Image;
                d.MM_p[j++].src = a[i];
            }
        }
    }
}
function MM_swapImgRestore() {
    var i, x, a = document.MM_sr;
    for (i = 0; a && i < a.length && (x = a[i]) && x.oSrc; i++) {
        x.src = x.oSrc;
    }
}
function MM_findObj(n, d) {
    var p, i, x;
    if (!d) {
        d = document;
    }
    if ((p = n.indexOf("?")) > 0 && parent.frames.length) {
        d = parent.frames[n.substring(p + 1)].document;
        n = n.substring(0, p);
    }
    if (!(x = d[n]) && d.all) {
        x = d.all[n];
    }
    for (i = 0; !x && i < d.forms.length; i++) {
        x = d.forms[i][n];
    }
    for (i = 0; !x && d.layers && i < d.layers.length; i++) {
        x = MM_findObj(n, d.layers[i].document);
    }
    if (!x && d.getElementById) {
        x = d.getElementById(n);
    }
    return x;
}
function MM_swapImage() {
    var i, j = 0, x, a = MM_swapImage.arguments;
    document.MM_sr = new Array;
    for (i = 0; i < a.length - 2; i += 3) {
        if ((x = MM_findObj(a[i])) != null) {
            document.MM_sr[j++] = x;
            if (!x.oSrc) {
                x.oSrc = x.src;
            }
            x.src = a[i + 2];
        }
    }
}
function MM_showHideLayers() {
    var i, p, v, obj, args = MM_showHideLayers.arguments;
    for (i = 0; i < args.length - 2; i += 3) {
        if ((obj = MM_findObj(args[i])) != null) {
            v = args[i + 2];
            if (obj.style) {
                obj = obj.style;
                v = v == "show" ? "visible" : (v = "hide") ? "hidden" : v;
            }
            obj.visibility = v;
        }
    }
}
function showcompat() {
    if (document.all) {
        document.write(document.compatMode);
    }
}
function addToFavorites(urlAddress, pageName) {
    if (window.external) {
        window.external.AddFavorite(urlAddress, pageName);
    } else {
        alert("Sorry! Your browser doesn't support this function.");
    }
}
function ShowDiv(dasDiv) {
    P7_autoLayers("0", dasDiv);
}
function P7_autoLayers() {
    var g, b, k, f, args = P7_autoLayers.arguments;
    a = parseInt(args[0]);
    if (isNaN(a)) {
        a = 0;
    }
    if (!document.p7setc) {
        p7c = new Array;
        document.p7setc = true;
        for (var u = 0; u < 10; u++) {
            p7c[u] = new Array;
        }
    }
    for (k = 0; k < p7c[a].length; k++) {
        if ((g = MM_findObj(p7c[a][k])) != null) {
            b = document.layers ? g : g.style;
            b.visibility = "hidden";
        }
    }
    for (k = 1; k < args.length; k++) {
        if ((g = MM_findObj(args[k])) != null) {
            b = document.layers ? g : g.style;
            b.visibility = "visible";
            f = false;
            for (var j = 0; j < p7c[a].length; j++) {
                if (args[k] == p7c[a][j]) {
                    f = true;
                }
            }
            if (!f) {
                p7c[a][p7c[a].length++] = args[k];
            }
        }
    }
}
function init_marque(container, content, sx, sy, mby, mrepeat) {
    mar_Container = container;
    mar_Content = content;
    mar_xstart = sx;
    mar_ystart = sy;
    mar_moveby = mby;
    mar_repeat = mrepeat;
    marque_it();
}
function marque_it() {
    MM_showHideLayers(mar_Content, "", "hide");
    w = document.getElementById(mar_Container).clientWidth;
    tfaktor = w / mar_xstart;
    tneu = Math.ceil(mar_repeat * tfaktor);
    tmt_DivMove(mar_Content, w, mar_ystart);
    MM_showHideLayers(mar_Content, "", "show");
    P7AniMagic(mar_Content, - mar_moveby, 0, 2, 30, 1, 0);
    setTimeout("marque_it()", tneu);
}
function tmt_DivMove(theDiv, l, t) {
    var obj = MM_findObj(theDiv);
    if ((parseInt(navigator.appVersion) > 4 ||
        navigator.userAgent.indexOf("MSIE") > -1) &&
        navigator.userAgent.indexOf("Opera") == -1) {
        l += "em";
        t += "em";
    }
    if (obj) {
        if (obj.style) {
            obj.style.left = l;
            obj.style.top = t;
        } else {
            obj.left = l;
            obj.top = t;
        }
    }
}
function P7AniMagic(el, x, y, a, b, c, s) {
    var g, elo = el, f = "", m = false, d = "";
    x = parseInt(x);
    y = parseInt(y);
    var t = "g.p7Magic = setTimeout(\"P7AniMagic('" + elo + "',";
    if ((g = MM_findObj(el)) != null) {
        d = document.layers ? g : g.style;
    } else {
        return;
    }
    if (parseInt(s) > 0) {
        eval(t + x + "," + y + "," + a + "," + b + "," + c + ",0)\"," + s + ")");
        return;
    }
    var xx = parseInt(d.left) ? parseInt(d.left) : 0;
    var yy = parseInt(d.top) ? parseInt(d.top) : 0;
    if (parseInt(c) == 1) {
        x += xx;
        y += yy;
        m = true;
        c = 0;
    } else if (c == 2) {
        m = false;
        clearTimeout(g.p7Magic);
    } else {
        var i = parseInt(a);
        if (eval(g.moved)) {
            clearTimeout(g.p7Magic);
        }
        if (xx < x) {
            xx += i;
            m = true;
            if (xx > x) {
                xx = x;
            }
        }
        if (xx > x) {
            xx -= i;
            m = true;
            if (xx < x) {
                xx = x;
            }
        }
        if (yy < y) {
            yy += i;
            m = true;
            if (yy > y) {
                yy = y;
            }
        }
        if (yy > y) {
            yy -= i;
            m = true;
            if (yy < y) {
                yy = y;
            }
        }
    }
    if (m) {
        if ((parseInt(navigator.appVersion) > 4 ||
            navigator.userAgent.indexOf("MSIE") > -1) &&
            navigator.userAgent.indexOf("Opera") == -1) {
            xx += "px";
            yy += "px";
        }
        d.left = xx;
        d.top = yy;
        g.moved = true;
        eval(t + x + "," + y + "," + a + "," + b + "," + c + ",0)\"," + b + ")");
    } else {
        g.moved = false;
    }
}

function P7_autoLayers() { //v1.5 by PVII
 var g,b,k,f,u,k,j,args=P7_autoLayers.arguments,a=parseInt(args[0]);if(isNaN(a))a=0;
 if(!document.p7setc){p7c=new Array();document.p7setc=true;for(u=0;u<10;u++){
 p7c[u]=new Array();}}for(k=0;k<p7c[a].length;k++){if((g=MM_findObj(p7c[a][k]))!=null){
 b=(document.layers)?g:g.style;b.visibility="hidden";}}for(k=1;k<args.length;k++){
 if((g=MM_findObj(args[k]))!=null){b=(document.layers)?g:g.style;b.visibility="visible";f=false;
 for(j=0;j<p7c[a].length;j++){if(args[k]==p7c[a][j]) {f=true;}}
 if(!f){p7c[a][p7c[a].length++]=args[k];}}}
}
function showGB(derDiv){
P7_autoLayers(0,derDiv);
}

//-->
