var fDesc=new Array(); fDesc[1] = "few clicks, and then enjoy it with versatile streaming features. With Nero you are sure that your data is safe after an event of system crash or a damaged disc."; fDesc[3] = "computer. Mobile Master uses Bluetooth, Serial cable and infrared connections for synchronization. Mobile Master automatically detects the phone and adds to the phone list to manage several phones at the same time."; fDesc[4] = "program, but includes advanced customization options so we can enjoy a menu of absolutely professional installation. The program has an interface that emulates the Windows Explorer."; fDesc[6] = "automatically with just one click when currently logged in to Windows Live. The program is not compatible with Microsoft Windows Vista - however, it works fine on Microsoft Windows XP."; fDesc[7] = "computer and one of the Steganos VPN servers, in a way that all your activities on the Internet are carried out through that tunnel. This tunnel encrypts all the information that runs through it by using an SSL connection which protects the information from being eavesdropped."; fDesc[8] = "currently logged in Windows Live ID only with just one click. The program is compatible with Windows Live and MSN messengers 7.0 and later. The installation process is very easy."; fDesc[9] = "undeliverable messages? Are you looking for a professional, easy-to-use all-in-one solution? Group Mail software for Windows may be the answer you’re looking for."; fDesc[10] = "another feature is that it can start in a background process; it allows editing your own error pages; it allows remote administration. Xerver Free Web Server is platform independent so it can work in any computer with Java interpreter installed with very low resources."; fDesc[11] = "is a card set specially designed for cat lovers; it automatically installs many cute images of cats of different colors and styles, replacing default unsightly cards with them."; fDesc[12] = "etc) onto a rich graphical representation. Wizard Based, including setup wizard used to scan & draw a network in a few steps."; fDesc[13] = "easy setup wizard that allows you to quickly share Windows printers. Wizard also allowsyou to print test page while setting up. Winlpd is fully RFC 1179 compliant and is a multithreaded 32 bit program."; fDesc[14] = "schedules. It has a 11 step setup wizard that provides the instructions for initial setup like micropause time (small breaks typically 15-20 seconds), rest breaks (last little longer from 8-10 minutes), micro pauses between Rest breaks & event type selection."; fDesc[15] = "application installation procedures."; 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 = '...'; } }