var fDesc=new Array(); fDesc[0] = "Souptoys is a collection of more than 100 different toys for your Windows desktop and the latest version is completely free. As an extra bonus, it also includes a brand new toy xylophone.
Designed with players aged 5 to 12 in mind, but enjoyed globally by everyone, this physics sandbox game replicates a child’s wooden toy box full of toys, including basketballs, robots, wooden blocks, snowmen, cannons, flying bees and a pirate ship. With its open-ended design, the possibilities are endless and players are limited only by their imagination."; 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 = ''; } }