
//to fix the height of tree table

//alert("<div style='width:220px;height:" + parseInt(document.body.clientheight-200) +"px; overflow:auto;'>");
document.write("<div style='width:220px;height:542px; overflow:auto;'>");

