var fDesc=new Array(); fDesc[0] = "Projzilla allows you to create Microsoft Project Gantt charts from data in the open source bug tracking tool Bugzilla. Projzilla enables the quick generation of Microsoft Project Gantt charts for Project Managers so they can evaluate the state of their projects instantly.
This provides project managers with the information they need to refine delivery dates and identify project risks."; 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 = ''; } }