var fDesc=new Array(); fDesc[0] = "Grey Olltwit's Doodle Pad is a simple drawing and colouring program which includes stamps (small pre-drawn pictures to colour) of Winnie The Pooh, Piglet, Tigger, Owl, Rabbit, Gopher, Roo and Kanga to add to your pictures. There are a lot of stamp packs at the developer's web site."; 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 = ''; } }