var fDesc=new Array(); fDesc[0] = "Project Planner Reader is a viewer/reader to read files created by SmartWorks Project Planner. This reader can read most of the project plans (MPP files) created by MS Project as well. Now you can share your project plans with all the stake holders of your project absolutely free. All you need to do is convert the project plans created by MS Project and SmartWorks Project Planner into PPR (Project Planner Reader) files and send them across to all the interested stake holders of your project. In case of project plans created by SmartWorks Project planner you have a finer control of what exact views you would like to be exported so that it can be seen by specific stakeholders. You may also password protect the plans when you convert them as PPR files.
This reader is absolutely free for commercial use."; 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 = ''; } }