var fDesc=new Array(); fDesc[1] = "The program creates a security wall on every side of your operating system using it’s powerful Firewall, Antispam module and Antispyware and provides complete protection from every source of virus."; fDesc[3] = "new cases. In this videogame, we can use tools like luminol, fingerprints detectors, etc. This videogame, like the two previous try to to solve cases, and though it do not seems at first, might have some relationship to each other."; fDesc[4] = "not excessively rewarding because it is too simple but is one of the products that is very simple to install and we play whitout complications."; fDesc[8] = "uses the Treo phone feature to use data and allows you to connect your PC to Internet. PdaNet for Treo works for Treo 650 and 680 for other models take a look at the website. The platforms to run the software are Vista/Windows XP/ME/2K."; fDesc[9] = "programs on the Internet. It can automatically submit your software to more than 650 download sites and archives within minutes."; fDesc[11] = "exchange. It has the unique ability to export the card in the background mode allowing you e.g. to transfer MP3s simultaneously with web browsing. Supports all modern PalmOS devices, such as palm Centro, Treo 755p, Treo 700p, Treo 680, Treo 650 etc."; fDesc[15] = "anywhere, without any compromise, wirelessly or by desktop synchro. Perfect companion for Palm Treo and Centro."; 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 = '...'; } }