var fDesc=new Array(); fDesc[1] = "items and some hints in case you get stuck. What makes this game different from others of the kind, is that in this one you are not only supposed to be finding items and picking them up from a scene, but you also have to put them in their correct spots in other scenes."; fDesc[2] = "all dark crystals containing the power of orks. Gnomzy is an entertaining and fairy-tale game."; fDesc[3] = "effects. Handy realtime preview. A collection of professional-looking stock gallery templates."; fDesc[4] = "floors of the Shaman's survival trial in Inca Quest Deluxe. Aim, launch and match Incan color coins in temples of ancient secrets and untold treasure."; fDesc[5] = "challenges of skill, strategy, and fun!"; fDesc[6] = "Itallows to make predictions without any specialtraining. The program has the built-in internet searchengine to seek for interpretations of Shaman's ..."; fDesc[7] = "groups of two or three, so you have to rotate the formation in order to get it fit with the blocks that are already on the base. You have a dispenser from which you have to drop the blocks, decide the position where you drop them, and rotate the arrangement if you need to."; fDesc[11] = ", accounts payable, job cost, cash management, and general ledger. This package is specifically designed for those businesses in need of a full-feature..."; 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 = '...'; } }