<!--
var ob_tb,ob_url,selected_node_id,ob_xmlhttp,ob_alert; /*@cc_on @*//*@if (@_jscript_version >= 5);try{ob_xmlhttp=new ActiveXObject("Msxml2.XMLHTTP")}catch(e){try {ob_xmlhttp=new ActiveXObject("Microsoft.XMLHTTP")}catch(E){}};@else;ob_xmlhttp=false;ob_alert=true;@end @*/if (!ob_xmlhttp && !ob_alert){try {ob_xmlhttp=new XMLHttpRequest();}catch(e){}}function ob_rsc() {if (ob_xmlhttp.readyState==4){ob_tb.innerHTML=ob_xmlhttp.responseText;}}function ob_tm(){if(ob_xmlhttp){ob_xmlhttp.open("GET",ob_url,true);ob_xmlhttp.onreadystatechange=ob_rsc;ob_xmlhttp.send(null);}}
function ob_wk(os, url) {
    var ot = os.parentNode.nextSibling.firstChild.nextSibling;
    var lensrc = (os.src.length - 8);
    var s = os.src.substr(lensrc, 8);
//    if (s == "inus.gif") {
//        ot.style.display = "none";
//        os.src = "Images/tree/plusik.gif";
//    }
    if (s == "usik.gif") {
        ot.style.display = "block";
        os.src = "Images/tree/minus.gif";
    }
    if (s == "ik_l.gif") {
        ot.style.display = "block";
        os.src = "Images/tree/minus_l.gif";
        if (url != "") {
            var s = os.parentNode.nextSibling.firstChild.nextSibling.innerHTML;
            if (s != "Loading ...") {
                return;
            }
            ob_url = url;
            ob_tb = os.parentNode.nextSibling.firstChild.nextSibling;
            window.setTimeout("ob_tm()", 100);
        }
    }
    if (s == "us_l.gif") {
        ot.style.display = "none";
        os.src = "Images/tree/plusik.gif";
    }
}

function ob_ft(os) {
    if (typeof op != "undefined") {
        op.style.backgroundColor = bg;
        op.style.border = "none";
}
    bg = os.style.backgroundColor;
    os.style.backgroundColor = "000000";
    os.style.border = "1px solid #666666";
    selected_node_id = os.id;
    op = os;
}

function ob_os(e){
    var os = e.parentNode.parentNode.parentNode.parentNode.parentNode.parentNode.firstChild.firstChild;
    if (os != null) {
    if ((typeof os != "undefined") && (os.tagName == "IMG")) {
        var lensrc = (os.src.length - 8);
        var s = os.src.substr(lensrc, 8);
        if ((s == "inus.gif") || (s == "usik.gif") || (s == "us_l.gif") || (s == "ik_l.gif")) {
            e.parentNode.parentNode.parentNode.parentNode.parentNode.parentNode.firstChild.firstChild.onclick();
        }
    }
    else {
        ob_os(e.parentNode);
    }
}}

//-->
