var fDesc=new Array(); fDesc[1] = "directly from satellite. The program is completely free, but to use it you need a DVB-PCI card with hardware decoders on the board and a SAT-dish. The application features a very simple and intuitive user interface that requires no knowledge at all."; fDesc[2] = "tools and the Rhinoceros provides just the needed tools to model and document personal designs ready for rendering animation, analysis, engineering, drafting, and manufacturing or construction purposes."; fDesc[3] = "effective way. This multi-user application is highly recommended for those people who want to prepare their GMA, GRE, SAT admission tests or TOEFL examination test. This program is suitable for native and international students alike, or anyone interested in expanding his/her vocabulary."; fDesc[4] = "similar software is the possibility to calculate the position for all satellites at once."; fDesc[5] = "channels include the ITV - UK, ESPN -US, RIO and porn. Ability to pause/resume live TV."; fDesc[7] = "dictionary is set up with the examination point of view which is easy to use and an effective tool for a user to prepare for the examinations. This dictionary serves as a user friendly interface. The existing data can be edited and one can add his/her own data in the dictionary."; fDesc[8] = "different learning levels. The five learning levels allow the student to attack the words from different angles allowing more complete learning."; fDesc[9] = "anything. You can create any number of flash card sets and print on any printer. There are also five testing modes, so you can study on your computer."; fDesc[10] = "act as repositories for a wide range of test items for specific topics. It allows you to create an unlimited number of TestBanks, with an unlimited number of test items that may include multiple choice, True/False, Fill-in and essay types."; fDesc[11] = "understand. Its as easy as opening a mesh file using the Open command and saving it as a solid using the Save As command."; fDesc[12] = "Skills covered include prime numbers, factoring, squares, cubes, remainders, fractions, percentages, algebra and logic. You will dramatically increase your appreciation of numbers."; fDesc[13] = "word for GRE/GMAT/SAT/ACT/TOEFL test takers, ESL students and teachers."; fDesc[14] = "illustrations of each word for GRE/GMAT/SAT/ACT/TOEFL test takers, ESL students and teachers."; fDesc[15] = "Toronto Slots affords pleasure and gives pungent feelings to every player. To do it just put a bet and begin playing!"; 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 = '...'; } }