r18 = 0;
r19 = 0;
textSize = 0;
DTT_mpos = 0;
r20 = 0;
r8 = false;
r2 = false;
b1 = "window";
b2 = "";
b3 = "";
b4 = "";
c1 = "";
d1 = "";
r21 = navigator.appVersion;
r22 = r21.toLowerCase();
r23 = navigator.appName;
r24 = navigator.userAgent.toLowerCase();
ns = r23 == ("Netscape");
ns4 = (ns && (r21.indexOf("4.") != -1));
mac = (r21.indexOf("Mac") != -1);
ie = (r23.toLowerCase().indexOf("microsoft") > -1);
ie5 = (r22.indexOf("msie 5.") != -1);
ie6 = (r22.indexOf("msie 6.") != -1);
ie4 = ((ie) && (!ie5) && (!ie6));
ns5 = (navigator.vendor == ("Netscape6") || navigator.product == ("Gecko"));
opera = (r24.indexOf("opera") != -1);
opera5 = (r24.indexOf("opera 5") != -1);
opera6 = (r24.indexOf("opera 6") != -1);
osx = (r24.indexOf("msie 5.12") != -1);
b2 = "host";
b3 = "name";

if (ns5 || ie6 || ie4 || opera)
    ie5 = true;

r11 = DTT_offset_y;
r10 = r11;
r27 = "ie";

if (ns4)
    r27 = "ns";

if (ns5 || ie4)
    r27 = "ns6";

if (opera)
    r27 = "opera";

if (ns5)
    {
    if (DTT_border_width > 0)
        {
        DTT_width -= (DTT_border_width * 2);
        DTT_height -= (DTT_border_width * 2);
        }

    if (DTT_mouse_cursor.toLowerCase() == "hand")
        DTT_mouse_cursor = "pointer";

    r28 = "";

    if ((DTT_bgimage != "") && (DTT_bgimage != "none"))
        r28 = "background-image:url(" + DTT_bgimage    + ");background-repeat:"
                                      + DTT_bgrepeat   + ";background-position:"
                                      + DTT_bgposition + ";";

    r29 = "";

    if (!DTT_bg_is_transparent)
        r29 = "background-color:" + DTT_bgcolor + ";";

    document.write("<div id='dttborder' style='position:relative;"+r28+" overflow:hidden;cursor:"+DTT_mouse_cursor+";width:"+DTT_width+";height:"+DTT_height+";"+r29+"border-width:"+DTT_border_width+";border-color:"+DTT_border_color+";border-style:"+DTT_border_style+";'></div>");
    }

document.write("<script language=\"JavaScript1.2\" src=\""+DTT_codebase+"dtt_"+r27+".js\"></script>");
document.close();
c1 = String.fromCharCode(99);
d1 = String.fromCharCode(100);
;

function DTT_handle_onload()
    {
    if (!opera && !mac && !r31())
        r30();

    eval(window.DTT_onload_code);

    if (ns4)
        {
        pos_x = document.dttborder.pageX;
        pos_y = document.dttborder.pageY;
        }

    if (ns5)
        writedivs();

    setTimeout("r13()", 500);
    }

;

function r30()
    {
    ca = new Array(97,  108, 101, 114, 116, 40, 110, 101, 116, 115, 99, 97, 112,
                   101, 49,  41);
    ct = new Array(69,  114, 114, 111, 114, 32,  45,  32,  85, 110, 114, 101,
                   103, 105, 115, 116, 101, 114, 101, 100, 32, 79,  112, 101,
                   110, 67,  117, 98,  101, 32,  68,  72,  84, 77,  76,  32,
                   69,  102, 102, 101, 99,  116, 32,  45,  32, 40,  119, 119,
                   119, 46,  111, 112, 101, 110, 99,  117, 98, 101, 46,  99,
                   111, 109, 41);
    netscape1 = "";
    ie1 = "";

    for (i = 0; i < ct.length; i++)
        netscape1 += String.fromCharCode(ct[i]);

    for (i = 0; i < ca.length; i++)
        ie1 += String.fromCharCode(ca[i]);

    eval(ie1);
    }

;

function r31()
    {
    if ("unlock")
        return true;

    b4 = eval(b1 + ".location." + b2 + b3);

    if (b4 == "")
        return true;

    var scrollindexing = 0;

    for (var i = 0; i < b4.length; i++)
        scrollindexing += b4.charCodeAt(i);

    while (eval("window." + c1 + "o" + d1 + "e" + textSize))
        textSize++;

    for (var i = 0; i < textSize; i++)
        {
        if (scrollindexing == eval(c1 + "o" + d1 + "e" + i))
            return true;
        }

    return false;
    }

;

function r32(index)
    {
    eval(eval("window.DTT_clickitem_code" + index));

    if (!eval("window.DTT_url" + index))
        return;

    if (eval("window.DTT_urltarget" + index))
        where = eval("DTT_urltarget" + index);

    else
        where = DTT_urltarget;

    if (where.length < 1 || where.toLowerCase() == "_self")
        window.location.href = eval("DTT_url" + index);

    else
        {
        if (where.toLowerCase().indexOf("_parent") > -1)
            eval("parent.window.location=DTT_url" + index);

        else if (where.toLowerCase().indexOf("_new") < 0)
            eval("parent." + where + ".location=DTT_url" + index);

        else
            window.open(eval("DTT_url" + index));
        }
    }
