var fDesc=new Array(); fDesc[0] = "Milestones Project Companion offer an easy-to-use import wizard for quickly transforming Microsoft Project files into a variety of presentation-ready schedules. If dates change in MS Project, refresh that data in your Milestones schedule. When you're ready to present to clients or management, paste into PowerPoint for a professional presentation, or share them using our Free Viewer."; 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 = ''; } }