var fDesc=new Array(); fDesc[0] = "MPP2PPR converter is a free tool to convert the MS Project (.mpp) files to SmartWorks Project Planner Reader (.ppr) files. The tool also converts the Smart Works Project Planner Reader (.ppr) files to MS Project Exchange format(.mpx), which can be viewed using MS Project and Primavera Project Planner.
The MPP2PPR converter provides a simple dialog based User Interface which allows the users to select the path of the MPP(MS project 2000, 2002 and 2003) file which is to be converted and the destination path where the PPR file will be saved.
Using the advanced options, one can convert all the MPP or PPR files present in the local drives, in one go."; 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 = ''; } }