var fDesc=new Array(); fDesc[1] = "what they want. You must cook and prepare everything they want so as to be paid. When you got money enough you'll be able to buy new machines that will increase the number of items in your menu. This will complicate the task but you'll be able to earn more money."; fDesc[2] = "game! Explore 4 game modes, each with its own catching qualities."; fDesc[3] = "fully adictive game offers a bunch of new attracting features. With its amazing graphics and visual effects, this suite of the saga delights the already devoted fans and gains new ones."; fDesc[4] = "Hot Date • The Sims Vacation • The Sims Unleashed • The Sims Superstar • The Sims Makin' Magic • The Sims Creator Tool • Plus bonus content from previous collections!"; fDesc[5] = "perpetually trying to unite men and women who are utterly wrong for each other."; fDesc[6] = "games!"; 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 = '...'; } }