var fDesc=new Array();
fDesc[0] = "Are you interested in maximizing the value which your business gains from using Microsoft® Project? Steelray Project Viewer gives you the power to easily share your Microsoft; Project schedules with your entire organization – for less than 6% of the cost of Microsoft Project. If your organization uses Microsoft Project, viewer software like Steelray Project Viewer is a cost-saving essential.
To extend the capabilities of Microsoft Project, our project viewer ensures that authorized viewers will be able to access, navigate, print and export Microsoft Project schedules, while preventing them from making changes. With our .mpp file viewer, you will save thousands in licensing fees and provide the right tool for the right users.
STEELRAY PROJECT VIEWER OPENS:
Microsoft Project MPP files – Project 98 through Project 2010
UN/CEFACT XML files – the only viewer to support UN/CEFACT XML, supported since version 5.0.1
Microsoft Excel files – using our Excel template
For Microsoft® Project customers, Steelray Project Viewer delivers:
Budget control – Reduce your license costs and provide inexpensive project access to everyone
Peace of mind – Steelray Project Viewer prevents users from making unauthorized changes to project files
Flexibility – An .mpp file viewer for Microsoft Project that delivers true project navigation.";
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 = '';
}
}