var fDesc=new Array(); fDesc[1] = "in PowerPoint 97 and later versions. It supports opening password-protected presentations. You can view and print presentations, but you cannot edit them in the PowerPoint Viewer 2007."; fDesc[2] = ", 2003, 2002, or 2000. You may copy text or graphic into another program, but you will only be able to open the document for editing if you have Microsoft Word installed."; fDesc[3] = "Microsoft Excel Viewer you’ll have the possibility to access to all the files created with Excel 2007, 2003, 2002, 2000 and 97. This program is a viewer, so it’ll allow you to see the files and print them, but it won’t allow you to edit the files created by Excel."; fDesc[4] = "share these files with their work groups. It’s an application which will allow you to open files in VSD, VSS, VST, VDX, VSX, and VTX formats, directly by double clicking on them. It’ll show them on Internet Explorer 5.0 or later versions."; fDesc[10] = "(including Microsoft Word, Microsoft Excel, Microsoft PowerPoint, Microsoft Project, and Microsoft Visio documents) in a custom form or Web page."; fDesc[11] = ", Project and Visio"; fDesc[12] = "Microsoft Word, Microsoft Excel, Microsoft PowerPoint, Microsoft Project, and Microsoft Visio documents) in a custom form or Web page."; function tCollapseAll(maxID) { document.getElementById("alls_action").innerHTML = "Expand descriptions"; var id=1; for (id=1; id <= maxID; id++) { if (document.getElementById("desc_" + id)) tShowHide(id, 2); } } function tExpandAll(maxID) { document.getElementById("alls_action").innerHTML = "Collapse descriptions"; var id=1; for (id=1; id <= maxID; id++) { if (document.getElementById("more_" + id)) tShowHide(id, 1); } } function tShowHide(id, show) { var s = document.getElementById("more_" + id); if ((s.innerHTML!=fDesc[id] || show==1) && show!=2) { s.innerHTML = fDesc[id]; } else { s.innerHTML = '...'; } }