var fDesc=new Array(); fDesc[0] = "Fun Adventures, Fascinating Puzzles, and Fast Action Games! In "I Love Puppies" all dog lovers can help precious puppies who need love and affection to be playful and happy. Just like a good mama dog, you can also teach them lessons they need to learn with fun and exciting puppy training programs."; 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 = ''; } }