function onLoad() {
    try {
        var url = window.location.href;
        var s = 't' + url.substring(url.indexOf('List/') + 5, url.indexOf('List/') + 7);
        light(document.getElementById(s));
        if (url.indexOf('List/17_') > -1 || url.indexOf('List/18_') > -1 || url.indexOf('List/19_') > -1 || url.indexOf('List/20_') > -1 || url.indexOf('List/21_') > -1 || url.indexOf('List/22_') > -1) {
            show(t17); show(t18); show(t19); show(t20); show(t21); show(t22);
            navImg.src = "../images/title-5.gif";
        }
        else if (url.indexOf('List/24_') > -1 || url.indexOf('List/25_') > -1 || url.indexOf('List/26_') > -1 || url.indexOf('List/27_') > -1) {
        show(t24); show(t25); show(t26); show(t27); ;
        navImg.src = "../images/title-10.gif";
        }
        else if (url.indexOf('List/41_') > -1 || url.indexOf('List/42_') > -1) {
        show(t41); show(t42);
        navImg.src = "../images/title-13.gif";
        }
        else if (url.indexOf('List/29_') > -1 || url.indexOf('List/32_') > -1) {
        show(t29); show(t32);
        navImg.src = "../images/title-11.gif";
        }
        else if (url.indexOf('List/35_') > -1 || url.indexOf('List/36_') > -1 || url.indexOf('List/37_') > -1 || url.indexOf('List/38_') > -1 || url.indexOf('List/39_') > -1) {
        show(t35); show(t36); show(t37); show(t39);
        navImg.src = "../images/title-12.gif";
        }
    }
    catch (e) {
    }
}
function show(m) {
    m.style.display = "block";
}
function light(m) {
    m.childNodes[0].childNodes[0].childNodes[0].className = "LEFTMENU_ITEM1_1";
}
