var fDesc=new Array(); fDesc[0] = "P2ware Planner Learning Edition is a set of very effective tools to plan and manage projects and programs, exploiting advantages of product based planning. Some of them are for example: precisely define and describe a final product of the project; define in a systematic way products that are part of the final product or are needed to develop other products; write product descriptions, so that there will be no doubt what needs do they serve and what are their acceptance criteria; arrange them in an order they should be produced or delivered, taking into account the fact that many of them can be produced in parallel; choose tasks and activities needed to develop or acquire individual products according to capabilities and limitations imposed on a duration and costs of the project; generate a coherent and logical activity network and much 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 = ''; } }