function list(url,target,txt,alt)
{document.write("<tr><td  bgColor=\"#f5f5f5\" class=line1>&nbsp;&nbsp;&nbsp;<img src=\"images/left_menu_pt_off2.gif\" width=\"38\" height=\"29\" align=\"absmiddle\">&nbsp;&nbsp;&nbsp;<a href="+url+" target="+target+" title="+alt+">"+txt+"</a></td></tr>")}
function t(url,target,txt,alt)
{document.write("<tr><td  bgColor=\"#f5f5f5\" class=line1><img src=\"images/left_menu_pt_off.gif\" width=\"38\" height=\"29\" align=\"absmiddle\">&nbsp;&nbsp;&nbsp;<a href="+url+" target="+target+" title="+alt+">"+txt+"</a></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='images/left_menu_pt_on.gif';
			obj2.all.tags('img')[1].src='images/left_menu_pt_on.gif';
        }
        else {
            obj.style.display = "none";
			obj2.all.tags('img')[0].src='images/left_menu_pt_off.gif';
			obj2.all.tags('img')[1].src='images/left_menu_pt_off.gif';
        }

}

onload = initIt;

