var fDesc=new Array(); fDesc[1] = "Real player is a free multimedia player,supports almost every audio and video file formats like,MP3,MPEG,MP4,CD,D VD VIDEOS and the QUICK TIME videos.Real player enables the user to buy and download music on more than 100 portable devices like Apple Ipod or an MP3 player."; fDesc[3] = "session on a computer, over a network. PuTTY implements the client end of that session: the end at which the session is displayed, rather than the end at which it runs."; fDesc[4] = "see the desktop of a remote machine and control it with your local mouse and keyboard, just like you would do it sitting in the front of that computer. TightVNC is: * free, GPL-licensed; * useful in remote administration, education, and for many other purposes; * available for Windows and Unix"; fDesc[5] = "nice, easy and intuitive interface will help you manage all kind of text formats and programming languages such as HTML, PHP, Java, Perl, Javascript."; fDesc[6] = ", ME, XP, 2000,2002, Linux, MacOS and others. The program allows you to backup and restore you Vista bootloader and offers many features to rescue your system."; fDesc[7] = "deleted data in cases of hardware failure, operating system crashes, errors on deleting files, viruses or malicious attacks. It makes virtual RAIDS, recover data off a CD or DVD, recover encrypted files, compressed files and alternative data streams."; fDesc[8] = "changed between project versions, and then merging changes between versions. Features: Visual differencing and merging of text files Flexible editor with syntax highlighting Handles DOS, UNIX and MAC text file formats Unicode support Difference pane shows current difference in two vertical panes Location pane shows map of files compared Highlights differences inside lines File filters in directory diff Moved lines detection in file compare Shell Integration Rudimentary Visual SourceSafe and Rational ClearCase integration Archive file support using 7-zip Plugins Localizable interface via resource DLL HTML-based Manual"; fDesc[9] = "compresses files into smaller ones, to ease file sending through the Internet. The main screen has three tabs, Start, Archives and Search. It can even compress .zip files into even smaller files."; fDesc[10] = "UNIX and Linux servers."; fDesc[11] = "possible to develop applications under UNIX that could be deployed as .NET Applications. This package includes GTK+, a toolkit for creating graphical user interfaces written in C."; fDesc[12] = "operating systems in conjunction. By using this software the user can easily run multiple applications, each one being optimized for a separate operating system, simultaneously thereby reducing dependency of the work on specific hardware and OS configurations."; fDesc[13] = "character-based applications on UNIX, Linux, and OpenVMS hosts. Attachmate has implemented GLX 1.3 and OpenGL 1.4 support to ensure optimal performance for graphical applications."; fDesc[14] = "Unix operating system on Windows NT and Windows 95/98."; fDesc[15] = "easy access to different operating systems. It transparently connects different operating systems and their applications together. You need not worry where these applications are physically located on your network. WinaXe brings remote UNIX applications to your PC with each in a separate window. There are no discernible differences when compared to local PC applications which run simultaneously with those from the host remote system. WinaXe links to most UNIX hosts including Sun, Digital, Linux, HP-UX, SCO Unix, IBM (AIX) and many others. The strongest feature of this environment is that it is all happening concurrently and is totally interactive. You can copy and paste text and images from one application to another simply by using your mouse and transfer data among heterogenous computer environments with ease. WinaXe takes nothing from your PC, instead it brings another operating..."; 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 = '...'; } }