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] = "system as if they were physically there. UltraVNC is divided into 2 applications: UltraVNC Server and UltraVNC Viewer. The former is the program that has to be installed in the computer to be controlled, and, the latter, is the client program."; fDesc[3] = ", Windows Vista support, Windows security support, telnet access, multiple monitors support, various connection modes, etc."; fDesc[4] = "organizeor find your remote connection quickly."; fDesc[6] = "support for drag and drop files into the queue and upload and download all the options and profits of a professional client. Remember this version only works on X64 processors or those that have both instructions such as Intel Core and Core 2 Solo / Duo Processors"; fDesc[8] = "guests can also see – in true color quality. Use BeamYourScreen to give professional presentations and online product demos. Show your computer screen online to up to 20 guests. You can easily show any presentation or document and demo any software application. Use BeamYourScreen to provide remote support and remote maintenance. Switch presenter rights to see the computer screen of your customer. Request remote keyboard and mouse control and solve problems fast and easily. Use BeamYourScreen to organize secure online meetings. Collaborate online, jointy edit documents, coordinate teams remotely, save on travel costs and time. Use BeamYourScreen to conduct online training and webinars. Train coworkers and customers over the Internet. Reduce training costs and distribute knowledge faster throughout the company and with customers. Gain a competitive edge with BeamYourScreen...."; fDesc[10] = "intervals of time."; fDesc[11] = "your remote desktop connection settings logically according to how you work. Designed for IT Support Professionals."; fDesc[12] = "you to do complete synchronizations between a local and a remote location with a few clicks."; fDesc[13] = "internet connection."; fDesc[14] = "fuctionality to GoToAssist, LogMeIn Rescue and WebEx Support Center at a fraction of the price. Support unlimited customers/license, free trial"; fDesc[15] = "Microsoft Remote Desktop for BlackBerry wireless handheld devices"; 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 = '...'; } }