var fDesc=new Array(); fDesc[0] = "The component Gantt Control enables software developers to visualize and schedule tasks, activities and events in their own software applications in a flexible way.

Gantt Control is adaptable to different requirements and is applicable to most scenarios e.g:
Project management, Scheduling and task management, Production scheduling, Employee scheduling.

Core components of the Gantt Control are the gantt chart, the pert chart, the linked table view and a comprehensive printing preview.

The Gantt Control component is available as the gantt control vcl edition for the software development environment Borland Delphi as well as the gantt control active x edition for all software development environments that allow the installation and usage of active-x plug in components."; 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 = ''; } }