var fDesc=new Array(); fDesc[0] = "Fall into an animated world of TackAToy with Winny the Pooh, elephants and many others… Bur unfortunately, the heroes lost its parts of body. So, now you should help them find it and get a new life. Gather favourite characters by parts. Show that you like them. The most important thing to remember about time, indeed if not to make everything quickly, your goose will be cooked. So, good luck to you!"; 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 = ''; } }