var fDesc=new Array(); fDesc[1] = "keyword density, frequency and position, Build relationships with other sites, Find the best people to link."; fDesc[2] = "animals, figures, colors, order and mind process. In this game Kids will learn a lot and will have a great fun with Bob the Builder and with lots of different animals."; fDesc[3] = "business. You must serve your customers by matching identical type of scoops of ice creams. Try to form special groups like scoop ring and giant scoops to get extra bonus."; fDesc[4] = "listings appear on eBay. It gives you the chance to be first to grab wholesale lots when they are listed!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 = '...'; } }