var fDesc=new Array(); fDesc[0] = "Project Reader can show the projects created with Microsoft Project and stored in MPP format, XML format or in the database format. It enables to view the project data in the form of Gantt Diagram, Tracking Gantt, Resource Sheet, Task Usage and Resource Usage.

Note: If you have Project Reader installed in your workstation, before installing the new version you have to uninstall the oldest one using control panel. If your older installation is expired you have to ask to the technical support an activation key to try the new version."; 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 = ''; } }