var fDesc=new Array(); fDesc[0] = "Help Bob plan the job, choose the materials, pick the right tools and clean up afterwards in a series of games that are both fun and creative. Watch Roley, Scoop and Muck do what they do best, but keep an eye on Pilchard and Spud because you know they are bound to get into trouble. When the job is done, not only will you have a fantastic carnival, but you’ll also win prize stickers to create your very own carnival scenes!"; 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 = ''; } }