var fDesc=new Array(); fDesc[0] = "MOOS Project Viewer is a viewer for Microsoft Project that allows you to open, view in a dynamic way and print any Microsoft Project file. It is running on any Java enabled platform including Windows, Mac OS X and Linux.

Main features of this software are:

Open any Microsoft Project file type (mpp, mpt, xml) and all Microsoft Project versions (2000, 2003, 2007, 2010, 2013);
No need to have MS Project installed on your computer;
Easy to use interface (easier than in Microsoft Project);
Available views - Gantt Chart, Task Usage, Resource Sheet, Resource Usage, Tracking Gantt, Team Planner;
Automatically load master-projects and sub-projects;
Print any view;
Wide Gantt chart timescale range (from minutes to years);
Show critical path, deadlines and baselines;
Show/hide, arrange and resize columns per each view;
Display colors for task bars on Gantt chart;
Possibility to filter tasks;
Open files from your Dropbox account;
Running on multiple platforms (Windows - 2000, 2003, XP, Vista, Windows 7, Windows 8; Mac OS X; Linux);
24 hours support."; 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 = ''; } }