var fDesc=new Array(); fDesc[0] = "The pen is truly mightier than the sword in this exciting action-puzzler from the creators of Mah Jong Medley and Super Collapse! II. Use your feather quill to guide the ball around the screen in two action-packed game modes! Whether you like a thoughtful puzzle or a brick-busting free-for-all, Incredible Ink has it all! Gems and power-ups thicken the plot, but keep an eye out for Gremlins and other nasty hazards. Fantastic fun for the entire family!"; 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 = ''; } }