var fDesc=new Array(); fDesc[0] = "This solution helps you quickly start a project by listing task relationships and dependencies to make iterative planning easy. Show map as presentation and generate Power Point presentations from maps, projects and drawings. The power behind this solution improves your efficiencies in many stages of the project management process. The presentation becomes a key component of your company’s organizational process when you can use available project information in your meetings that is tuned to audience requirements."; 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 = ''; } }