var fDesc=new Array(); fDesc[1] = "stands for Virtual Network Computing, and it uses 2 small programs: Server and Viewer. The Server handles the service, and \"serves\" the access to the host computer. The Viewer, is used to access the computer where the server is installed and configured."; fDesc[2] = "deal with your screensavers collection. Needless to say, Astro Gemini Software provides this tool free of charge and is extremely easy to use, so you don’t have to take too much time to learn how to use it."; fDesc[3] = "the CD in the drive. It works just as well with a network file server. Running programs from your CDSpace virtual drive is about 200 faster than doing it from the CD."; fDesc[4] = "audio, text, insert both visual and audio effects, and finally export sequences in almost any format. Its choice of built-in tools will allow you to edit your pictures, your audio clips, your video sequences, and create new ones!"; fDesc[5] = "great variety of animals with different illnesses. As the animals come to the clinic, you must register them in the receptionist desk. Then, they wait in the waiting room until you assign them to an available bed in the examining room."; fDesc[6] = "screen. The goal of this program is to help fight the stress and boredom at the office. Desktop Graffitist 1.0.0.6 can also be used for leaving messages on other people's computers, such as love notes, hate notes, grocery lists and art/graffiti/vandalism ."; fDesc[7] = "number of tracks from different instruments and then laying them down as a song with proper looping and adjustable tempos is simple enough with this software. A variety of effects which can be edited to the user’s taste facilitates a proper enriched sound."; fDesc[8] = "decorate all around the office desk with the paper version of sticky notes this might be bad news, but for those who still need the notes and don´t want anymore sticky surfaces all around, well... the paradise is here."; fDesc[9] = "upload to your website or print for personal use. The program features a straightforward and unattractive user interface that only enables you to select the month and year of the calendar, the day starting the week (Sunday or Monday), etc."; fDesc[10] = "features an unattractive and simple user interface which can be used by anyone. You can not only solve hundreds of puzzles and crosswords, but also create your own ones using the amazing builders."; fDesc[11] = "netlists or pay extra for autorouting? Introducing Electronic Design Studio 3, integrated EDA with built in simulation, autorouting and now available with new Desk Top Manufacture (DTM). Heirachial schematics. Project Navigator. Integrated SPICE/XSPICE simulation PCB Design with Viper II Autorouter CADCAM & Desk Top Manufacture (DTM) Active shape based copper pour zones. Realtime DRC, online connectivity. Advanced Polyblend and shaping tools. Totally customisable user interface. XP look!"; fDesc[12] = "for contact management, customer service, time tracking, and electronic communication. Free for personal use."; fDesc[13] = "reflect the way that you work. Uses e-mail to keep everyone informed. Maintains a complete audit trail of all actions. Extensive reports supplied."; fDesc[14] = ", Inventory Control Payrol, Internals. Trace Estimates and job tickets. Inexpensive, flexiable and easy to use."; fDesc[15] = "architecture, and for such applications, available for the first time ever on a 'try before you buy' basis."; fDesc[16] = "management, comprehensive hardware and software inventory, software license compliance, and more."; fDesc[18] = "you to unclutter your workspace by running relativelyfew applications on each virtual-desktop instead of running all of the applications on a single desktop. This program would be most useful to those who typically run several applications at once and find that their workspace is difficult to navigate because of so many applicationscreens and icons floating around. Navigation between desktops is provided by pop-up menus in the Win95 taskbar icon area or by using selected hot-keys."; fDesc[19] = "even run it locally on a stand-alone machine.Features:Opera tor and end-user access. Automatic escalation. Email notification. etc"; fDesc[20] = "(\"trouble ticket software\" or \"issue tracking software\"). Easy to install, accessible from anywhere via Web."; 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 = '...'; } }