function list(url,target,txt)
{document.write("<tr><td height=\"18\"><img src=\"line.gif\" width=\"13\" height=\"18\" align=\"absmiddle\"><a href="+url+" target="+target+">"+txt+"</a></td></tr>")}
function t(txt)
{document.write("<tr><td width=\"15\"><img src=\"add.jpg\" width=\"10\" height=\"10\"></td><td>"+txt+"</td></tr>")}
var w=200;
function closenavi() {
w-=10;
if (w>-10) {window.parent.testframeset.cols = ''+w+',*';repeat=setTimeout("closenavi()",10);}
else {clearTimeout(repeat);w=200;}
}



function initIt(){
        divCount = document.all.tags("DIV");
        for (i=0; i<divCount.length; i++) {
            obj = divCount(i);
            if (obj.className == "child" || obj.className == "child1") obj.style.display = "none";
        }
}

function expandIt(el) {

        obj = eval("page" + el);
        obj2 = eval("main" + el);
        if (obj.style.display == "none") {
            obj.style.display = "block";
			obj2.all.tags('img')[0].src='sub.jpg';

        }
        else {
            obj.style.display = "none";
			obj2.all.tags('img')[0].src='add.jpg';

        }

}

onload = initIt;

var judge=0;
