var fDesc=new Array(); fDesc[0] = "B-liner is an unique general purpose work break down tool that mirrors the way you think by starting with the big picture and then working out the details.
With B-liner you can manage and schedule projects and tasks, create structured Warnier/Orr program designs, organize hyperlinked information, analyze complex processes and build decision support and data capture solutions."; 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 = ''; } }