var fDesc=new Array(); fDesc[1] = "will play the part of Jennifer Lourdes, a novice FBI agent who is in company of Alan Michaels, an older agent, they are after Ira Einhorn, a former hippie leader who turned into killer and runaway after putting Holly Maddux to death in 1977."; fDesc[2] = "seeds, water them and the flowers will shoot up in an instant. Don't forget to kill the bugs and to pull up the weeds, but you don't need green fingers and you won't get your hands dirty!"; fDesc[3] = "This new version is faster than the previous ones, and there are many more Bible modules in different languages for downloading. If you are a Bible scholar, cleric or layperson seriously interested in studying the Scriptures, then you may like to try this program."; fDesc[4] = "phrase in the Bible. Its interface is very intuitive and easy-to-use. Also, the program has many customizable features, making your Bible-reading experience a more personal one."; fDesc[5] = "and versions. You can download the Bible in the most popular languages and in many less-known dialects too. The aim is to give the Word of God to every person in the world, mainly those in poor, illiterate parts of the world."; fDesc[7] = "way. It includes many useful tools and complements that would make your reading more spiritually productive. Very useful for clerics and laypersons interested in studying the Holly Scriptures."; fDesc[8] = "Eve. She’s hoping to finish the shift so she can go back home but always seems to be something else to do. Now, you have to help her finishing her assignments in order to be able to go home.The game can be categorized into the “seek & find” category."; fDesc[14] = "formats converter application in this Studio pro pack."; fDesc[15] = ", ever- changing holiday illustrations. Christmas trees, gifts, holly, bells, candles, snowflakes, wreaths, poinsettias, ornaments, stockings."; 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 = '...'; } }