var fDesc=new Array(); fDesc[0] = "The Project Gantt is an MS Project like project-task hierarchy viewer and editor with built-in scheduling, resource assignment and constraints support. The Resource Gantt is a very light-weight gantt control that can bind to any kind of resource hierarchy to display and track their utilization."; function tShowHide(id, show) { var s = document.getElementById("desc"); if ((s.innerHTML.length<=212 || show==1) && show!=2) { s.innerHTML = fDesc[id]; if (document.getElementById('m1')) document.getElementById('m1').style.display='none'; if (document.getElementById('m2')) document.getElementById('m2').style.display='none'; if (document.getElementById('more_txt')) document.getElementById('more_txt').style.display='inline'; } else { s.innerHTML = ''; } }