var fDesc=new Array(); fDesc[0] = "The OPDEC Network Trace tool allows a user to easily identify all of the activities leading up to one or more points in the schedule. The user identifies an activity or milestone (or multiples) and the tool identifies all predecessors to that point or points. This software requires you to have Microsoft Project."; 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 = ''; } }