var fDesc=new Array(); fDesc[1] = "Bars\". Microsoft Engineers now thougth it would be a good idea to change all the menus in order to make easier to see at a glance, Lets wait a little and see what the users think about this new experience. I think the change is good, but not that good."; fDesc[2] = "spreadsheet application; Presentations; the Visual Intelligence data analysis software; WordPerfect Lightning, a Web-connected note-taking app; and WordPerfect Mail for managing e-mail."; fDesc[3] = "additional converters and filters are for older or seldom used documents or image formats. This converter pack supersedes all previously released versions of the Office Converter Pack."; fDesc[4] = "or Excel documents, Windows or Outlook Express logins that you forgot or you never knew. The program works through a step by step wizard that will ask you every data needed to retrieve the password."; fDesc[5] = "corrupted files. This incredible application is used to retrieve any deleted files, including MS Office files, images, mp3, and zip files from laptops and desktop systems."; fDesc[6] = "effectively. Office Small Business includes word processing, desktop publishing, spreadsheet capabilities, and an e-mail and desktop information management tool."; fDesc[7] = "perfectly with realistic water and soothing music Koi Fish 3D Screensaver is the ideal door to a world of immense calm and relaxation, where you can escape from the daily worries at least during those precious moments of your break."; fDesc[8] = "the passwords of all your password-protected Microsoft Office documents. The great thing about this application is that it supports all versions of Microsoft Office, since the 2.0 version until the 2007 one. That is great, because you don't need individual applications."; fDesc[9] = "Format (ODF), and share them with Linux users. Come on people, we are talking about an ISO standard format...why not to use it?"; fDesc[10] = "features which satisfies the every creative needs of the graphics users. It is easy-to-install, repair, manage and fast enough with a wide range of tools and special effect features. Packed in a 3CD media, it includes a number of clip arts and 3D text effects to make your work easier than ever."; fDesc[11] = "The ultimate mother of all Windows tweaking utilities for Windows 95/98/NT/2000/Millenni um. It has more tweaks than TweakUI and TweakAll combined and is safer and more secure, and has many new features and abilities. Here are just a few of the latest..."; fDesc[12] = "or save the keys into a file that can be stored in a safe backup location. It is very simple to use and has a good amount of options and a good technical support. This tool is a good option for your computer support arsenal."; fDesc[13] = "trial version available from the developer's website. This software has been designed to help us to recover forgotten and lost passwords and login from our Office documents. It runs under Windows 2000, XP, Vista and Windows Server 2003, 2008."; fDesc[14] = "recovered from your PC after they have been deleted. SecureClean is designed to provide every user with the highest level of personal privacy protection by finding and overwriting old data, making it impossible to recover."; fDesc[15] = "beautiful but at the same time, it has a very eerie look. You will see the castle standing proudly in the middle of a forest, bathed by the moonlight."; 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 = '...'; } }