var fDesc=new Array(); fDesc[1] = "and sizes, select the cloth, and much more with PCStitch PRO 9! Your creativity will be at its highest point with it! Make your hobby even easier to accomplish, and make a job of it if you please. Wait no more! Create now and enjoy it!"; fDesc[2] = "of matching. The game contains over 70 levels and 3 game modes! Try beating the clock or simply play to relax. Meet the happy bunny clan with it's peculiar family members and collect them all in your photo album."; fDesc[3] = "strategy game."; fDesc[4] = "save your created cards to the hard drive or - in case you want to play - you can print them out too. You can create your own templates for manna symbols, set symbols or cards."; 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 = '...'; } }