var fDesc=new Array(); fDesc[5] = "additional converters and filters are for older or seldom used documents or image formats. This converter pack supersedes all previously released versions of the Office Converter Pack."; fDesc[6] = "Visual Basic language along with the included facilities for developing Microsoft.NET applicationes as well as stand alone software. Easy to learn and to use, step by step guides the developers to create tested, compiled and debuged applications for Windows and Windows.NET environments."; fDesc[7] = "not want in your Windows Vista Setup Disc and It also lets you do the opposite, integrate drivers, updates, language pack or service packs in the setup easy! However due to the all new Windows Vista Imaging system, you should get some files from Microsoft that requires patience!"; fDesc[8] = "it for creating two-dimensional grid assignments in Java. As an integrated development environment (class browser, editor, compiler, execution, etc.) it´s also suitable for novice programmers."; fDesc[9] = "Enggist & Grandjean Software SA and Recipe Center) give the opportunity to share with us their fabulous software named Recipe Center. When you visit the main web site you can be linked directly to the Recipe Center, where you can obtain for free their software."; fDesc[10] = "have features like 100 floats/wheels/ski, 300 wheel/wheel ski etc. There are different kinds of interiors such as passengers, cargo and skydiver. A paint kit is available along with fourteen different liveries."; fDesc[11] = "Thumb-Maker is developed for people who uses Digital Frame as and extensive tool to store/display their photographs. Oscar's JPEG Thumb-Maker would help users with its Do-It-Yourself kit for changing the snaps from portrait to landscape and many other features."; fDesc[12] = "customer when purchasing this product. It has been developed by the 3M Company. There is a demo available from the developer's website."; fDesc[13] = "Program creates and connects up to 254 virtual serial ports at a time. Physical COM ports can be connected over the network as well."; fDesc[14] = "developers). The packages are royalty free.Please contact us if you are interested in licences for large developer teams."; fDesc[15] = "tables in textfiles, and to convert data in textfiles to finished HTML documents."; fDesc[16] = "Construction Kit on their computer. Trade puzzles with friends, family and colleagues or download puzzles from our Puzzle Connection web site."; fDesc[17] = "connections and file transfers. When you use the FTP Voyager SDK, you are using the same FTP client engine that FTP Voyager uses."; fDesc[18] = "files from corrupted discs, burn on multiple devices at once, make exact copies of a disc on the hard drive."; fDesc[19] = "applications. Rapidly deploy Tcl applications to a broad range of platforms, as ready-to-run executables, starkits or starpacks."; 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 = '...'; } }