var fDesc=new Array(); fDesc[0] = "Use the Microsoft Visio 2010 WBS Modeler Add-in to help improve the project planning process. This add-in enables you to use Visio to generate a project plan from a graphical work breakdown structure (WBS). You can use the add-in to visualize and edit an existing project plan and create a new project plan in Visio and then export it to Microsoft Project to carry out the next planning steps."; 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 = ''; } }