var fDesc=new Array(); fDesc[1] = "for everyone with very few computer skills to show ideas or products in a tidy way, using text, images, sounds and transitions. It can even be connected to a projector to view the presentations on a large screen."; fDesc[2] = "tools as in Microsoft Office, Writer, Cal, Draw, etc but in a freeware version. It is easy to use and install and you can also open extensions such as .doc, .xl, etc."; fDesc[3] = "Tasks are reduced from multiple steps with the new task pane. The new version of Outlook condenses all your personal and professional e-mail into one central location, even your Web-based e-mail accounts like Hotmail."; fDesc[4] = "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[5] = "photos (pictures) to email, send to mobile phone, create calendars, slide shows, greeting cards, print pictures or output files, etc. from images captured by camera, scanner, or whatever digital mean, or from existing pictures on the Hard Disk or other removable memory media."; fDesc[6] = "Component of Acer Empowering Technology • eData Security Management • eLock Management • eNet Management • ePower Management • ePresentation Management • eRecovery Management • eSetting Management"; fDesc[7] = "occurs due to the opening of any harmful presentation. The OS supported by this update are: Windows Server 2003 Service Pack 1, Windows Vista and Windows XP Service Pack 2 and the prerequisite apply this update is that you must have the 2007 Microsoft Office suite Service Pack 1 (SP1) pre-installed."; fDesc[8] = "Notebook LCD + External Display. The two projection resolution options available are Projection : XGA (1024 x 768 pixels) or Projection: Normal (800 x 600 pixels). After clicking the option button, this utility will enable notebook LCD and external display to specified resolution."; fDesc[9] = "music and stories recorded by the user himself. It is very simple and easy to use, but it doesn't allow adding visual effects to presentations or editing pictures. It runs on Windows Vista and all versions of Windows XP."; fDesc[10] = ", Impress (presentation), Calc (spreadsheet), Base (data base utility) and Draw (a drawing program). Same as Microsoft Office suites, the software calls the necessary program to accomplish the desired duty."; fDesc[11] = "in your desktop, for the three programs that are included in the package: Writer, Spreadsheets and Presentation. \"Writer\" is a word processor similar to Word 2007. \"Spreadsheets\" is the alternative to Microsoft Excel. \"Presentation\" is the Kingsoft´s version of Microsoft´s PowerPoint."; fDesc[12] = "introduce your product, she can help you express more clearly to add strong impact to the meeting or training course."; fDesc[13] = "a more sophisticated way. So why transfer my presentations? Well, normally PPT presentations are only able to work on a computer with MS Office installed, or at least with a PowerPoint viewer."; fDesc[14] = "options necessary to share Power Point files online and offline and it even includes the ability to convert the file into a video format. This makes it possible to send the presentation and see it on the Internet or as a podcast."; fDesc[15] = "The converting process allowing human interaction on PowerPoint content during conversion. Anybody can convert a PowerPoint ppt or pps file to Video! it is simple and powerful. Features: PowerPoint is NOT required! Convert full-featured presentations created in ALL PowerPoint versions! Converter supports opening password-protected Microsoft PowerPoint presentations. Video Conversion support. Audio Conversion support. mp7 video support (3ivx codec required) Supported most of codecs installed on user systems Movie width and height determination. Auto determination of Movie duration. Easy settings and nice interface. User can control Movie over capturing."; 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 = '...'; } }