var fDesc=new Array(); fDesc[0] = "P2ware Planner Standard is a tool for managing teams and/or small projects using a personal computer as well as allowing to create plans and control of their execution. It is the most basic project management tool from P2ware Planner Suite, but still allows to fully exploit the product-based planning technique and other modern project management tools unavailable in other applications which are on the market."; 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 = ''; } }