var fDesc=new Array(); fDesc[0] = "Watch the artist's hand draw hundreds of pictures on your computer!.Order the full version so that you can watch the artist's hand draw hundreds of drawings on your computer. It's like looking over the artist's shoulder. You'll be suprised how fascinated people are that see it running on your computer. It's also a great way to expose your kids to art!"; 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 = ''; } }