var fDesc=new Array(); fDesc[1] = "utilize the computer as a professional video recorder for the television set. The program encodes and compresses the real-time video data from the various video devices connected to the computer such as TV, VCD, analog camcorder and the likes."; fDesc[3] = "World Cup. There are several game modes that provide variety. This is a solid option for cricket fans out there."; fDesc[6] = "everything you can control regarding the great game of cricket. I remember having a little cricket set when I was younger. Although not the most thrilling of sports, it is certainly fun and challenging."; fDesc[9] = "PC. Thanks to this incredible game, like any British, now you can enjoy this sport which is the basis of American baseball. In this amazing title you will be able to experience the tension in each bowl, in each hit and every race."; fDesc[10] = ", grades and match information."; fDesc[11] = "play exhibition matches against a friend or the computer, or select career mode, in which you play in realistic ranking events around the world."; fDesc[12] = "darts. Scoring is set up like the dart game Cricket. Get the Tams11 Lobby at www.tams11.com to play with others online."; fDesc[13] = "away from your favorite pub! Play seven of the most popular dart games with friends or 48 computer opponents at different skill levels."; fDesc[14] = ", score-inputbar or speak the score with the implemented voice-recognition software. The program has great statistics and a varity of options"; fDesc[15] = "includes live feeds for news, sport, odd news, english premier league, champions league and cricket scores"; 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 = '...'; } }