var fDesc=new Array(); fDesc[1] = "of your system, detecting all kind of unwanted files and threats, including spyware, adware, and, viruses. Its protecting Resident Shield will work in the background, keeping an eye on everything that attempts to install itself without your consent."; fDesc[2] = "know instantly whether their computer's virus, spyware, e-mail, and firewall protection services are up-to-date. It combines a set of must-have security services with simplified access to McAfee´s security products."; fDesc[3] = "application is a stronghold of stability and reliability. There is so much to say about this application. Perhaps the most important aspect to comment about the change of name is that, since then, the application includes a portal for high definition content."; fDesc[4] = "and reducing size for audio/video files, converting for audio/video playback devices, extracting audio tracks from video files, ripping audio/video discs, reparing corrupted or partial downloaded video files, and so on."; fDesc[5] = "visual basic appliaction. It includes excel spreadsheet, chartspace, pivot table and data source connection."; fDesc[6] = "Tomcat is very helpful for a developer and it is compliant with almost all the security standard features required for the system administrators. It has very valuable features such as SSL support, authentication schemes, Apache integration among others."; fDesc[7] = "as many audio files as you wish in MP3, WAV or WMA, arrange them in any order you like, add fade-ins and fade-outs, change their volume and pitch… and make your own original mixes with just a few clicks!"; fDesc[8] = "archive file or create an exact image of partitions on your hard disk for easy hard disk upgrade or complete/partial system recovery."; fDesc[9] = "image, using two type of bending (curling and folding), but also texturize it (using the bump maps), orient it in 3D space (including the perspective distortions) and obtain total control over the process of lighting the image (including the option of dropping inner shadows. List of Features: The ability to create both the turning page effect (Page Curl) and the folding page effect (Page Fold) (collectively – bends). The Multi-bend option: the ability to create several bends within the single session of the plug-in. The ability to orient the page in 3D space. The ability to specify the desired level of the perspective while orienting in 3D space. The ability to work with arbitrarily-shaped images (non-rectangular, with full or partial transparent areas, etc.) The total control over the process of creating the surface for a curled or a folded page by adjusting the following..."; fDesc[10] = "in multiple profiles, and the program comes with support for FTP and SFTP/SSH servers, ZIP compression, data encryption and a scheduler for automated backups."; fDesc[11] = "can see new features: Table Editor. Data filtration is now available when connecting through HTTP tunneling. Unicode is now displayed properly in the DB Explorer. Partial support of OpenGIS fields is implemented."; fDesc[12] = ", that is hard not to fall in love with it. I am a basketball fan. I play the sport and watch a lot of it. When this game came out, I was forced to buy it."; fDesc[13] = "types of effects using the all new and vastly improved engine: the very realistic turning page effect (Page Curl) and the folding page effect (Page Fold). The plug-in lets you adjust the plethora of parameters while curling or folding the page. The new unique features of AV Bros. Page Curl 2.0 along with the old ones, which were inherited from version 1.2, let you create amazing effects in almost no time! The User Interface of AV Bros. Page Curl 2.0 is extremely convenient and has some special features that make your work with the plug-in not only pleasant, but very efficient as well. List of Features: The ability to create not only the turning page effect (Page Curl), but the folding page effect (Page Fold) as well. The ability to work with arbitrary-shaped images (non-rectangular, with full or partial transparent areas, etc.) The total control over the process of creating the surface..."; fDesc[14] = "components sound is built on, and allows them to manipulate that sound and its components in a musical way. The program analysis any sample input into two components, i.e. up to 512 sine tracks for the partial components and the residual spectrum for the noise components"; fDesc[15] = "derivatives of a function at a given point. They are approximated using central difference formulas."; 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 = '...'; } }