var fDesc=new Array(); fDesc[0] = "Buffy the Vampire Slayer Tooncast Studio gives you all the tools you need to make and share your own Buffy motion comics. If you can point and click, drag and drop, then you can make and share a Tooncast. With a few swift clicks of the mouse, you’ll be well on your way to making your own Buffy the Vampire Slayer Tooncast!"; 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 = ''; } }