var fDesc=new Array(); fDesc[1] = "abyss and enjoy the enchanting underwater scenes complemented by extremely realistic sounds of deep sea life in a full 3D environment with high-quality animations."; fDesc[2] = "very accurate with D&D games. The dungeons are very well done and entertaining. However, this game might just appeal to D&D crowds, so try it first."; fDesc[3] = "the latest game sensation. Use the vast array of glorious technicolor fireworks at your disposal and produce your own personalized fireworks extravaganza."; fDesc[4] = "their natural environment. Explore the depths of the warm coastal waters and enjoy the beauty of the underwater world"; fDesc[5] = "A devotional is a book containing a reading of the Bible for every day, as well as reflections and discussions of the texts. The program allows you to read the devotional for the day and week, as well as to print and preview the text."; fDesc[6] = "you on a journey to a special place to spend the Christmas season. You will be able to enjoy this joyous festivity in a picturesque small village, where life is very different than in the city. You will not see traffic jams, or pollution, or crowds rushing on the street."; fDesc[7] = "this game allow you to play Asteroids online against your friends. See who can get the high score."; fDesc[8] = "playing in your own personal casino without the crowds! The games include BlackJack,Roulette, Video Poker, Caribbean Stud, Slots, and a full servi..."; 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 = '...'; } }