var fDesc=new Array(); fDesc[1] = "use. Whenever a more recent version of any programme becomes available, Software Informer notifies you and offers a link for downloading the update. It also allows you to keep track of comments and questions on corresponding software."; fDesc[2] = "all the processes running in our computer. It has never been so easy to detect suspected items, enable, disable, remove, or put them in quarantine. We are also allowed to view the security risk for each running process, CPU usage and more."; fDesc[3] = "your own site. It's free."; fDesc[4] = "of more then 20000 English words. It does not provide detailed descriptions of words but the word searching speed is good. It searchs in real time means as you start typing it starts searching and short list the words started with searched word."; fDesc[5] = "incredible application uses multi-threading, so on fast computers you can scan more than 1000 port per second, making this tasks really fast. What is more, it contains descriptions for common ports, and can perform scans on predefined port ranges."; fDesc[6] = "shares, remote servers, CDs, movies, files and whatever you could possibly have and lose. Whereisit? is suitable for both the novice and the advanced user and there are a lot of languages available for the user to choose"; fDesc[7] = "Oracle Databases. Over time we have seen more and more business logic and application logic move into the Oracle Server, so that PL/SQL programming has become a significant part of the total development process. PL/SQL Developer focuses on ease of use, code quality and productivity, key advantages during Oracle application development. The following are major features of PL/SQL Developer: Powerful PL/SQL Editor With its Syntax Highlighting, SQL and PL/SQL help, Object Descriptions, Code Assistant, Compiler Hints, Refactoring, PL/SQL Beautifier, Code Contents, Code Hierarchy, Code Folding, Hyperlink Navigation, Macro Library and many other sophisticated features, the Unicode compliant editor will even appeal to the most demanding user. Information is automatically presented to you when you need it, or is at most one click away. Integrated Debugger The integrated debugger offers all..."; fDesc[8] = "browse inside archives (ZIP, ARJ etc), make searches, automatically extract descriptions from documents and much more."; fDesc[9] = "efficiently handles up to millions of links by using a database. Version 7 features an optional desktop toolbar for faster browsing."; fDesc[10] = "helps you to run your PC without errors and internal system problems. It also offers a Windows tweak tool that can make shell changes to your system to avail you some useful facilities."; fDesc[11] = "snapshots of your disks, imports descriptions and thumbnails, and allows for offline access, searching, reporting, organizing..."; fDesc[12] = "program catalogs contents of your media and makes it available for offline browsing and searching."; fDesc[13] = "that you subscribe to. The news are displayed, skipped and rotated automatically on a 3D or modern toolbar. The toolbar's transparency can be changed, and the toolbar itself can be shown or hidden using shortcut keys."; fDesc[14] = "articles, memos, ideas and any other kind of information in a fast and easy way."; fDesc[15] = "magnificent interior. This virtual tour gives you that opportunity. See the State, Semi State and Private Apartments of the Palace."; 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 = '...'; } }