var fDesc=new Array(); fDesc[1] = "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[2] = "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[3] = "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[4] = "easily through a Web Browser (IE,Netscape,Opera etc.). It can help you share files with your friends and colleagues."; fDesc[5] = "the remote server it needs. HTTPort creates a tunnel through a proxy and runs the connection through it. Th..."; fDesc[6] = "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[7] = "for collecting time expenses, reporting and invoicing. Free support is available!"; fDesc[10] = "more space and \"room\" in the web site!, so, sometimes we have to use this technology more and more!. Well according to these fabulous features, companies, people in general require these needs more often. This good software to save a lot of time registering and adding new accounts to Gmail Server."; fDesc[12] = "bandwidth costs dramatically. HTTP compression shrinks the size of common Web files safely and automatically provides browser compatibility."; fDesc[13] = "that works with console-based and DOS legacy applications. It features multiple user support and SSL encryption."; fDesc[14] = "of each connection is shown on a world map, domain and network Whois lookups enable quick reporting."; fDesc[15] = "evaluating effectiveness of advertising campaigns including PPC keyword, banner and email accurately."; 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 = '...'; } }