var fDesc=new Array(); fDesc[1] = ", choose your character, and begin to decipher the puzzles, defeat monsters and complete the dangerous missions. You will have to go through eleven game levels, major challenges and super splashy dialogues, Shrek style!."; fDesc[2] = "beautiful Fiona and Puss in Boots, besides a good number of secondary characters. Now it is only matter of waiting what this crazy characters have to offer us doing what they know what to do."; fDesc[8] = "castle before he destroys you. It has hundreds of fantasy units, heroes, items, and spells to assist you in overcoming your enemy"; 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 = '...'; } }