var fDesc=new Array(); fDesc[4] = "will give you emotions pretty much the same of those of playing dice in the real life. Specifically, the image of the dices is very realistic. It’s not so its behavior though. This new edition of Yatzy offers two different game modes: Yatzy and Maxi Yatzy."; fDesc[7] = "or norwegian language opional."; fDesc[10] = "listings, pictures and text with this easy-to-use software."; fDesc[14] = "Yahtzee, Swedish Yahtzee, Maxi Yahtzee (6 dice), Triple Yahtzee (3 columns) and Kismet (colors)."; fDesc[15] = "the internal name of the bank, it's priority and all program and variation numbers(instruments & drums..."; 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 = '...'; } }