var fDesc=new Array(); fDesc[0] = "microTOOL in-STEP BLUE is a project management software. This application can be customized according to your needs and organization, workflows, processes and methods. It lets you manage teams, requirements, changes, and tests easily. With in-STEP BLUE you can address competing demands on your staff’s time across several projects, allowing your project leader to distribute work packages. You can see at a glance if a staff member has spare capacity or if she needs extra support. The delegation of projects can be done easily via the drag & drop function."; 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 = ''; } }