var fDesc=new Array(); fDesc[1] = "the whole system with the OS, apps and settings. In case of a crash you can restore it all in no time!"; fDesc[2] = "user-to-user conversation. It uses a chat similar to IRC (Internet Relay Chat) . You can configure the channel you are using with many options, send TTS (Text-to-speech) messages or adjust sound effects including surround and playback or record voice streams."; fDesc[3] = "developing web pages & applications. It contains Apache Web Server, MySQL Database Management System & PHP Programming Language. So now you can develop your applications locally on you home PC and once you have developed you applications you can upload it to your webhost."; fDesc[4] = "application. A good aspect of this software is its interoperability and wide range of platform supported such as MAC OS X, all windows platforms, QNX Neutrino 6.2 meaning almost every other operating system."; fDesc[5] = "email large attachments, IM a folder, or publish your downloadable videos to the Web? Maybe you'd just like to watch full-screen HD Internet TV. Meet Pando."; fDesc[6] = "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[7] = "and all other basic features needed for uploading/downloading from a remote FTP server . The program's layout is very simple and easy to deal with ."; fDesc[8] = "time to Flash Media Server software or Flash Video Streaming Service (FVSS). When high-quality streaming is your priority, Flash Media Encoder can help you broadcast live events and around-the-clock broadcasting."; fDesc[9] = "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[10] = "WinAgents TFTP Server, you can make reserve copies of device settings, update flash images, store sound files for IVR systems and do many other thing"; fDesc[11] = "anywhere through SSHD and Telnet servers . The programs allows you to add as many users as you wish and manage which control options to give each of them . It also allows you to enable file transfers between the client and server."; fDesc[12] = "the remote server it needs. HTTPort creates a tunnel through a proxy and runs the connection through it. Th..."; fDesc[13] = "essential tool when managing a lan company network. Lansweeper is actually quite simple to use, when somebody logs on for the first time at a new computer, their computer will be automatically scanned and all hardware and software inventory is done."; fDesc[14] = "for collecting time expenses, reporting and invoicing. Free support is available!"; fDesc[15] = "sends e-mails from localhost to the recipients’ mailboxes getting feedback quickly. QK SMTP server works with the most popular e-mail clients, such as Outlook Express, Eudora, Foxmail, KMail, Pegasus, etc. QKSMTP Server works on Windows 98/ME/NT/2000/XP."; 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 = '...'; } }