var fDesc=new Array(); fDesc[1] = "takes a rather different approach than other applications. For starters, this is an open-source project, meaning that it is absolutely free and it accepts collaborations from anyone who wants to participate in the project."; fDesc[2] = "provides voice-changing capabilities of various personalities, right from a cool dude down to a matured elderly lady. This tool can be used for adding fun and comedy to instant messaging and voice-overs."; fDesc[3] = "collection consists of twelve different card games, which includes the classic Klondike Solitaire, Raglan, Somerset, King Albert, Harp, Gargantua and more."; fDesc[5] = "quite a long time now, and I only have good things to say about it. This application allows users of Windows Media Center 2005 to stream videos of any format supported by your computer to the XBOX 360."; fDesc[7] = "The mission is to find and gather the family back together, trying to clean the different scenarios (eras) from things that don’t belong to that time. Try this game for 60 minutes."; fDesc[9] = "findings of many other theologists in a comprehensible, easy-to-understand language. You can have this module and many others by ordering the free CD at the developer's site."; fDesc[12] = ", kilometers, meters, yards, feet, pounds, kilograms, fluid ounces, ounces, grams, tons, quart, gallon, liter."; 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 = '...'; } }