var fDesc=new Array(); fDesc[1] = "PC or server all around the world within just a few seconds. You can remote control your partner's PC as if you were sitting right in front of it. Find out why more than 15.000.000 users trust TeamViewer!"; fDesc[2] = "Windows, Linux and OS X. The communication between peers is assisted for a third party server (a mediation server). That mediation stops when the communication is established."; fDesc[3] = "management of home accounting. It allows working offline and online, in the latter mode the program updates balances and movements from your bank accounts. It runs only on Windows Vista and Windows XP Service Pack 2."; fDesc[4] = "up.Various plans offer you to purchase music to as low as 25 cents per track of 10$ for a whole book. So enjoy the music at almost a cost considered to be free."; fDesc[5] = "define filling boxes and font sizes and now your form is ready. Next fill needed form and print it on preprinted or empty form."; fDesc[6] = "always searching profits, has established a new base to continue the study of a Martian civilization uncovered by the original science team. In general, this expansion meets all the fans' unsatisfied ludic needs the original version could not cover."; fDesc[7] = "Nokia Configuration Tools you can connect your phone to a PC to access settings. The connection to PC is established via Nokia PC Suite and USB cable. IT professionals and other advanced users can modify and store settings on PC and transfer them to Nokia devices."; fDesc[8] = "need a server in between users. It is small program that resides on the system-tray and pops-up when a message is recived. Available for Windows, Linux and Mac in English and a couple of other languages."; fDesc[9] = ", print and many other markets. modo combines a highly advanced real-time subdivision surface engine, fast, flexible and extensible modeling tools, and one of the most innovative and flexible user interfaces ever created. Due to the flexible nature of the modo toolset and interface, modo is excellent for creating models of any type. From organics to hard surfaces, from high-resolution film models to low-resolution real-time meshes, modo has the tools you need. Built For Artists modo was created to fill a void in the production world. Today's 3D modelers require a much more robust set of modeling tools, within a real-time environment, designed specifically for manipulating subdivision surfaces. modo delivers this toolset in an architecture that is designed with expansion in mind. This allows artists to create more detailed models, in an interactive environment, in a shorter timeline...."; fDesc[10] = "connection are shown in a list called the connection table, including remote hostnames and IP addresses, ports used, status, age, and program."; fDesc[11] = "your Internet. It will monitor your selected network in real time and provide detailed information about each connection established to your computer. So you can use this tool as a information tool, as a security tool or as a administrator tool."; fDesc[12] = "formula established in the previous two games. In this launch of the game, two teams of up to 32 players each battle to gain the supremacy on immense virtual battlefields, fighting one another on foot, in a vehicle, on sea, and in the air."; fDesc[13] = ", traffic, age, process EXE, status). Includes IP-Lookup Tools, Network Statistics, Remote Access Server, Rules, Port Database. It's Internet radar."; fDesc[14] = "switch. Scans all working computers in the local network and identifies their MAC addresses, IP addresses and Computer Names (Hostnames)"; fDesc[15] = "affordable paperless office solution."; 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 = '...'; } }