var fDesc=new Array(); fDesc[1] = "sytem that is available whether it be Windows, Free BSD, Mac or Linux. As the name suggest it natively creates compressed RAR files which is a much better compression format as compared to the popular ZIP format."; fDesc[2] = "the whole system with the OS, apps and settings. In case of a crash you can restore it all in no time!"; fDesc[3] = "Using WinFlashs built-in editing, browsing and viewing capabilities, users can construct anything from simple, text-only, decks for a quick pre-quiz review to complex, multi-media, computer-based-trainin g applications for corporate use."; fDesc[4] = "communication, files, etc., providing a comprehensive protection against malware, e-mail, viruses, phishing,malicious contents, spywares, spam,hijackers, threats and all kind of attacks on-line."; fDesc[5] = "administrators including security alerts and customized reports about hardware and software, network audit, change management and network monitoring. It also reports on a single PC."; fDesc[6] = "pre-made one included in some of the wide arrange of templates sets that the program has included, or you can buy and download more templates from Laughinbird´s Website."; fDesc[7] = "client suites around and is specially useful for corporate environments. Of course, this application has all the main features of an FTP client - you can connect to FTP sites, create, delete, modify, rename and copy directories and files, and more."; fDesc[8] = "join forces to save the world from the invading robot Cogs, who are attempting to turn the world of Toontown into a corporate metropolis. The weapon that Toons use to defeat Cogs are cartoon gags, cause the robots can't take a joke."; fDesc[9] = "and format retention with robust networking capabilities. It includes all the features of the Professional edition plus networking features such as automated network installation, support for networked multi-function peripherals, among others."; fDesc[10] = "server, or optionally the built-in SMTP engine. You can view the status of all emails sent, and generate a report that includes failed or successful deliveries."; fDesc[11] = "organizations. This innovative software will make things easier for staff/members to search for files, emails, contacts, favorites, history, music, pictures, videos, etc., in their computer, on the Web. Now it is possible to find Lotus Notes items."; fDesc[12] = ", fun-filled arcade game. Features a well drawn humorous comic book storyline, five different game modes, plus over 100 challenging levels!"; fDesc[13] = "you need to have the Office suite installed before installing it. Metadata Analyzer will look for information that is embedded in your files whether you are aware of it or not. If you want to replace or erase that information, however, you need another application."; fDesc[14] = "communication between employees and the program. Corporate Messenger is a secure, server-less instant messenger for intranets."; fDesc[15] = "and boring, this one features beautiful photographs from the countries where CEMEX has a presence, ranging from typical buildings of the represented country, like Sydney's Opera House or the Palace of Fine Arts in Mexico City, to everyday's scenes or natural landscapes."; 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 = '...'; } }