var fDesc=new Array(); fDesc[1] = "terrorist bases and hostile camps located in different parts of the world. Your main objective is to destroy these hostile forces and maintain your helicopter safe from attacks."; fDesc[3] = "programmer, then you will find out that PHPMaker can help you a lot. PHPMaker is a script generator that will let you manipulate data bases easily. In other words, you will be able to generate quick control panels (written in PHP) for a MySQL database."; fDesc[4] = "with your friends. Plain intuitive rules also help to relax. Play and enjoy yourself!"; fDesc[5] = "duplicate files finder. It does not find duplicate files on the bases of file name and size of the files. It actually finds the duplicate files on the bases of its content. Its byte-to-byte comparison method provides you the perfect result with all the duplicate files."; fDesc[6] = "aimed to control alien activity all over the world. To do this you are able to create your main bases anywhere in the world thanks to international funding. From these bases you should control UFOs and fight alien attacks so as not to lose international funds."; fDesc[7] = "Sequence Scanner. The program is capable of giving a graphical presentation to the report which it generates. The viewing of the imported traces from multiple or single run or plate can be in a detailed or a thumbnail format."; fDesc[8] = "storehouse (nearly 4000 mark emblem storehouse ), there will be strong graph processing ability, and picture process ability which PhotoShop compares favourably,Have strong data bases exchange ability also( exchange data freely with Microsoft Excel), the strong type and look ability ."; fDesc[9] = "Protector. When it is active, no programs can get access to the files and nobody can steal or spoil your data or use a third-party application to access it."; fDesc[10] = "Feature: Firm data base Serial letters with personal address import of all gaenigen data bases import of Outlook directory import of Ms Excel data bases import of ms ACCESS data bases import of Dbase, paradox and Foxpro import of separator files (csv) filters and sort functions for the data base export after Ms Excel data bases export after separator files (csv) Backup function for the data base purposeful production of serial letters by filter functions several data bases are managable comfortable Assisstent for providing new, arbitrary data base structures"; fDesc[11] = "mileage and/or dates can be displayed."; fDesc[12] = "these acids and bases. Ionic strentgh calculations included. Built-in database of common weak acids and bases."; fDesc[13] = ", random numbers. Editable tape: annotate your work, edit, save to file."; fDesc[14] = "C-17 Globemaster III is the newest purpose-built cargo aircraft to enter the United States and Western air forces."; fDesc[15] = "recovered in the .eml format and can be imported into Outlook Express mail and news bases."; 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 = '...'; } }