var fDesc=new Array(); fDesc[1] = "more from their player. Its forward backward button option, media library, online music search option, minimode are very useful additions. All this packed in a simple interface and makes it a great media player to work with."; fDesc[2] = "updates and thanks to it we can say it’s the next step in the Access evolution. The user’s disposal – wide library of professionally created templates of applications, makes table-, forms-, enquires- and reports- building easy."; fDesc[3] = "sytem that is available whether it be Windows, Free BSD, Mac or Linux. As the name suggest it natively creates compressed RAR files which is a much better compression format as compared to the popular ZIP format."; fDesc[4] = "devices. In order to do that we need to have a computer either with a USB plugin Bluetooth wireless adapter or a Broadcom enabled embedded."; fDesc[5] = "in Europe Be a Legend mode, which manage a single player to take him from small teams and benches to the maximum level. The graphics and atmosphere of the stadium was updated and enhanced to complement the experience of PES."; fDesc[6] = "You can rename files in so many different ways. For example, you can grab a bunch of files and add a letter to them all. You can also add a sequence of numbers to your files."; fDesc[7] = "every file present on the current drive with its last modification’s date and time, size of the file, attributes like hidden or read only or write only, etc. Not only that, the sorting of the files can be done by date created, modified or by size, name, etc."; fDesc[8] = "different methods makes it easy for you to change the names, attributes and timestamps of files in one go."; fDesc[9] = "file extensions so easily and quick. This handy tool can be useful for professional photographers, typists and all those who word with a lot of documents and files."; fDesc[10] = "when constructing statements. The Anagram Genius software uses friends’, colleagues’, and competitors’ names to alter the structure in ways that are unbelievable."; fDesc[11] = "great features make it bold in the queue of domain lookup utilities. Presently it can be used to search domains for the following domain extension: .com, .net, .org, .edu, .co.uk, .com.au, co.in, .in, .info, .biz, .aero, .coop .name, .ws, .nl, .nu,.de, .ca, .co.nz, .usfr, tw, tv etc."; fDesc[12] = "the names of files and folders can be changed. The names can be completely redone and new names can be given, such as in number order or with meta variables. It is also possible to edit the names that are already given."; fDesc[13] = "for their babies. HippoName’s database includes over 26.000 baby names divided by genre (male, female). Each name record shows the meaning of the name and its origin. It also includes a column to mark those names that you like the most."; fDesc[14] = "to find your desired domain names quickly and easily. The built-in database helps you to search from generic top level domains and from country code top level domains as well."; fDesc[15] = "perfect name for their newly arrived little one, and also at creative writers who are looking for the perfect character name for their new fiction, etc."; 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 = '...'; } }