var fDesc=new Array(); fDesc[1] = "keyword density, frequency and position, Build relationships with other sites, Find the best people to link."; fDesc[2] = "is a racing mode in which the reward is the defeated player's car. The 4.5 patch for Need For Speed High Stakes is for integration with EA Racing's new NPS2 gaming servers for High Stakes, among other things."; fDesc[3] = "launched in North America. This fourth release of the popular racing game introduces various new classes of gameplay: High Stakes, Getaway and Career"; fDesc[4] = "find yourself with better concentration, better memory and sharper thinking. Download Able-mind SPEED READING and start saving your time."; fDesc[5] = "latest version of OpenNap which extends the Napster protocol to allow sharing of any type and to link servers. We're w..."; fDesc[6] = "higher required."; 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 = '...'; } }