var fDesc=new Array(); fDesc[0] = "Little Things Forever is the sequel to the unique seek and find game, Little Things. Your goal will be to search colorful patchworks built from hundreds of little things. The game contains over a hundred puzzle pieces to collect and solve. Each time you play you'll be presented with a new list of things to find meaning you can keep playing forever."; function tShowHide(id, show) { var s = document.getElementById("desc"); if ((s.innerHTML.length<=212 || show==1) && show!=2) { s.innerHTML = fDesc[id]; if (document.getElementById('m1')) document.getElementById('m1').style.display='none'; if (document.getElementById('m2')) document.getElementById('m2').style.display='none'; if (document.getElementById('more_txt')) document.getElementById('more_txt').style.display='inline'; } else { s.innerHTML = ''; } }