var fDesc=new Array(); fDesc[0] = "A-Plan for Windows is an easy-to-learn planning software suitable not only for project and resource planning but also for creating bar charts and scheduling tasks. It features target / actual comparisons, forecasts, alarm function, access to all data in one window, flexible filters, automatic calculation of the duration of each task, automatic distribution of work to any time periods, time tracking up to the minute and assignment of actual work and incurred costs to tasks, clear reports on spent times and costs with comparison of target values vs actual values, and more."; 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 = ''; } }