
 /*   var titlea = new Array;
    var texta = new Array;
    var linka = new Array;
    var trgfrma = new Array;
    var heightarr = new Array;
    var cyposarr = new Array;
    cyposarr[0] = 0;
    cyposarr[1] = 1;
    cyposarr[2] = 2;
    titlea[0] = "What's New";
    texta[0] = "Dynamic HTML News Scroller was released.";
    linka[0] = "http://www.news-scroller.com/";
    trgfrma[0] = "_parent";
    titlea[1] = "Features";
    texta[1] = "Easy building, testing and installation. Full customizable font characteristics. Highlighted URL links.";
    linka[1] = "http://www.news-scroller.com/";
    trgfrma[1] = "_parent";
    titlea[2] = "HTML Support";
    texta[2] = "Supports basic HTML tags. (img, B, U,  ...)";
    linka[2] = "http://www.news-scroller.com/";
    trgfrma[2] = "_parent";
    var mc = 3;
	*/
	
    var inoout = false;
    var tmpv;
    tmpv = 333 - 8 - 8 - 2 * parseInt(0);
    var cvar = 0, say = 0, tpos = 0, enson = 0, hidsay = 0, hidson = 0;
    var psy = new Array;
    divtextb = "<div id=d";
    divtextb2 = "<div id=dz";
    divtev1 = " onmouseover=\"mdivmo(";
    divtev2 = ")\" onmouseout =\"restime(";
    divtev3 = ")\" onclick=\"butclick(";
    divtev4 = ")\"";
    divtexts = " style=\"position:absolute;visibility:hidden;width:" + tmpv + "; COLOR: #F9FBFB; left:0; top:0; FONT-FAMILY: Arial; FONT-SIZE: 8pt; FONT-STYLE: normal; FONT-WEIGHT: normal; TEXT-DECORATION: none; margin:0px; overflow-x:hidden; LINE-HEIGHT: 12pt; text-align:left;padding:0px; cursor:'default';\">";
    ie6span = " style=\"position:relative; COLOR: #E6E2DA; width:" + tmpv + "; FONT-FAMILY: Arial; FONT-SIZE: 10pt; FONT-STYLE: normal; FONT-WEIGHT: bold; TEXT-DECORATION: none; LINE-HEIGHT: 10pt; text-align:left;padding:0px;\"";
    uzun = "<div id=\"enuzun\" style=\"position:absolute;left:0;top:0;\">";
    uzun2 = "<div id=\"enuzun2\" style=\"position:absolute;left:0;top:0;\">";
    var uzunobj = null;
    var uzuntop = 0;
    var toplay = 0;

    function mdivmo(gnum, gnum5) {
        inoout = true;
        if (linka[gnum].length > 2) {
            if (gnum5 == 1) {
                objd = eval("dz" + gnum);
                objd2 = eval("hgdz" + gnum);
            } else {
                objd = eval("d" + gnum);
                objd2 = eval("hgd" + gnum);
            }
            objd.style.color = "#F2E6E6";
            objd2.style.color = "#954747";
            objd.style.cursor = "hand";
            objd2.style.cursor = "hand";
            objd.style.textDecoration = "none";
            objd2.style.textDecoration = "none";
        }
        window.status = "" + linka[gnum];
    }


    function restime(gnum2, gnum5) {
        inoout = false;
        if (gnum5 == 1) {
            objd = eval("dz" + gnum2);
            objd2 = eval("hgdz" + gnum2);
        } else {
            objd = eval("d" + gnum2);
            objd2 = eval("hgd" + gnum2);
        }
        objd.style.color = "#F9FBFB";
        objd2.style.color = "#E6E2DA";
        objd.style.textDecoration = "none";
        objd2.style.textDecoration = "none";
        window.status = "";
    }


    function butclick(gnum3) {
        if (linka[gnum3].substring(0, 11) == "javascript:") {
            eval("" + linka[gnum3]);
        } else {
            if (linka[gnum3].length > 3) {
                if (trgfrma[gnum3].indexOf("_parent") > -1) {
                    eval("parent.window.location='" + linka[gnum3] + "'");
                } else if (trgfrma[gnum3].indexOf("_top") > -1) {
                    eval("top.window.location='" + linka[gnum3] + "'");
                } else {
                    window.open("" + linka[gnum3], "" + trgfrma[gnum3]);
                }
            }
        }
    }


    function dotrans() {
        if (inoout == false) {
            uzuntop--;
            if (uzuntop < -1 * toplay) {
                uzuntop = 0;
                enuzun2.style.pixelTop = 90;
            }
            enuzun.style.pixelTop = uzuntop;
            if (uzuntop + toplay < 90) {
                enuzun2.style.pixelTop = uzuntop + toplay;
            }
        }
        if (psy[uzuntop * -1 + 4] == 3) {
            setTimeout("dotrans()", 3002);
        } else {
            setTimeout("dotrans()", 2);
        }
    }


    function initte2() {
        for (i = 0; i < mc; i++) {
            objd = eval("d" + i);
            objd2 = eval("dz" + i);
            if (parseInt(objd.offsetHeight) <= 0 ||
                parseInt(objd2.offsetHeight) <= 0) {
                setTimeout("initte2()", 1000);
                return;
            }
        }
        i = 0;
        for (i = 0; i < mc; i++) {
            objd = eval("d" + i);
            heightarr[i] = parseInt(objd.offsetHeight);
        }
        toplay = 4;
        for (i = 0; i < mc; i++) {
            objd = eval("d" + i);
            objd2 = eval("dz" + i);
            objd.style.visibility = "visible";
            objd2.style.visibility = "visible";
            objd.style.pixelTop = toplay;
            objd2.style.pixelTop = toplay;
            psy[toplay] = 3;
            toplay = toplay + heightarr[i] + 10;
        }
        enuzun.style.left = "8px";
        enuzun.style.height = toplay + "px";
        enuzun.style.width = tmpv + "px";
        enuzun.style.top = "90px";
        enuzun2.style.left = "8px";
        enuzun2.style.height = toplay + "px";
        enuzun2.style.width = tmpv + "px";
        enuzun2.style.top = "90px";
        uzuntop = 90;
        dotrans();
    }


    function initte() {
        i = 0;
        innertxt = "" + uzun;
        for (i = 0; i < mc; i++) {
            innertxt = innertxt + "" + divtextb + "" + i + "" + divtev1 + i + ",0" + divtev2 + i + ",0" + divtev3 + i + divtev4 + divtexts + "<span id=\"hgd" + i + "\"" + ie6span + ">" + titlea[i] + "</span><br>" + texta[i] + "</div>";
        }
        innertxt = innertxt + "</div>";
        innertxt = "" + innertxt + uzun2;
        for (i = 0; i < mc; i++) {
            innertxt = innertxt + "" + divtextb2 + "" + i + "" + divtev1 + i + ",1" + divtev2 + i + ",1" + divtev3 + i + divtev4 + divtexts + "<span id=\"hgdz" + i + "\"" + ie6span + ">" + titlea[i] + "</span><br>" + texta[i] + "</div>";
        }
        innertxt = innertxt + "</div>";
        spageie.innerHTML = "" + innertxt;
        setTimeout("initte2()", 500);
    }

    window.onload = initte;

