var fDesc=new Array(); fDesc[1] = "We take every necessary precaution and step to protect the integrity of our Poker Room"; fDesc[2] = "instance, if you shoot a ball down a pocket with the Dommelsch logo, you will receive one of three kinds of jokers. These let you sabotage your opponent's balls in three different ways. For example you can make one of your opponent's ball stick firmly to the table."; fDesc[3] = "different emotions. This program will help you to enjoy chatting even more, as these winks fit different situations and make chatting more interesting."; fDesc[5] = "published by Dreamcatcher Interactive. In this amazing game you will find a lot of thrilling adventure, mystery and suspense. Plot: Somebody robbed the vault at Spencer Mansion, the Hardy Boys are called by the Bayport Police to help them solve this mystery which has some loose ends"; fDesc[6] = "partners and new friends, and getting them whatever they need. They’ll express what they need using dialogue bubbles above their heads. You’ll be dealing with different types of campers, so you better be prepared!"; fDesc[8] = "and dance and strip for you whenever you want them to. The desktop version is free and unlimited."; fDesc[10] = "girls names. It includes the names, gender, origin, and meaning. Future parents can browse through the entire database and add the names they like most to the favorite folder."; fDesc[11] = "images that represent the ancient style are found in this card set. Examples of these images are: happy boys, praying women, a woman with big bowel, people shaking hands, people helping each other, woman carrying maize and many others."; 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 = '...'; } }