function writeMenu(){
    d = new dTree('d');
    d.add(0,-1,'MonALISA Repository','show?page=index.html');
    d.add(1,0,'Global Views','');
    d.add(6,1,'Interactive Map','show?page=index.html');
    d.add(2,1,'Traffic History','display?page=traffic');
    d.add(3,1,'Total Traffic','display?page=itraffic');
    d.add(20,0,'Node Info','');
    d.add(21,20,'Sys Info','display?page=nodeinfo_sys');
    d.add(22,20,'TCP Stack','display?page=nodeinfo_tcp');
    d.add(23,20,'NetDev','display?page=nodeinfo_netdev');
    
    d.add(30,0,'Available Bandwidth','');
//d.add(31,30,'Spider View','show?page=avbw.html&res_path=bandwidth');
//d.add(32,30,'Matrix View','stats?page=stats&res_path=bandwidth');
//d.add(33,30,'History','display?page=pathload&&unselect_module=pathload_high');
d.add(31,30,'Real-Time','/avbw.html');
//d.add(32,30,'Matrix View','/avbw.html');
d.add(33,30,'History','/display?page=avbw_avg');


		
    d.add(10,0,'Sites Status','stats?page=summary');
    d.add(5,0,'Site Info','info.jsp');
    document.write(d);
}
