var fDesc=new Array(); fDesc[1] = "hardwares. Generally, the blurtooth devices come with a driver cd where you have this program. BlueSoleil BlueSoleil 6.4's default view is the \"Bluetooth Places\" which is like the Nokia PCSuite's Windows Explorer extension. \"Search Devices\" icon can be run for finding bluetooth devices."; fDesc[2] = "Relay Chat) abounds with information and resources, and mIRC is the best way to get what you want. This IRC client is simple yet powerful and can be ready to go in a snap."; fDesc[4] = "create professional-looking reports by adding dynamic graphics and animated charts. Besides, you can choose different formats for your report such as a bar chart, pie chart or cross-tab summary tables."; fDesc[5] = "possible to handle all the boards in a single canvas and work individually or jointly. This way you can create several designs of various sizes neatly within a single file."; fDesc[6] = "errors that show up. The software can optimize the computer by first scanning it to find the problems and then fixing the invalid registry entries. The Advanced Registry Optimizer is also easy to use and has a user friendly interface."; fDesc[7] = "free demo for evaluation from the developer's website. Depending on our computer capacity we can choose between two downloadable demo versions, the small one or vanilla version, featuring the English & Scottish Leagues and the bigger version, which includes up to 12 Leagues."; fDesc[8] = "calendars. Program has a lot of different settings and useful features. It has a very friendly and easy-to-use interface which allows you to develop and print calendars for several minutes."; fDesc[9] = "simulation. Model ChemLab consists of a real-time animated interactive simulation engine. It features lab wizard tools which can be used to create lab simulations. The simulation so made can be replayed using the demonstration mode."; fDesc[10] = "this product are real-time shield, behavioural analysis, automatic and traditional antivirus scanner, real-time protection of sensitive files belonging to the system, protection for Messenger, ProcessWatch II advanced memory analysis tools and NetWatch advanced network analysis tools"; fDesc[11] = "of commonly encountered engineering problems. Engineers have to work over and over again with a wide range of formulas, constants and algorithms, so it’s very convenient for them a library that provides quick access to all those important information and tools."; fDesc[12] = "and a standard edition. With this program you can import the data you need to create your chart by copying the information from your spreadsheet and then pasting it in Swiff Chart. You can also import from a simple text file."; fDesc[13] = "students. This is a routinely task for teachers, highly time consuming and even boring, but also inevitable. Since Vocabulary Worksheet Factory uses a very intuitive and simple interface, it won’t matter the teachers’ computer skill level or experience."; fDesc[14] = "byte-code compilation. It enables you to force a licensing system. You can also restrict your encoded script to certain IP or MAC addresses."; fDesc[15] = "type basic person's or couple's information like birth date, hour and place, and the program would create a comprehensive report on the person's horoscope or the couple's compatibility."; 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 = '...'; } }