var fDesc=new Array(); fDesc[0] = "Scratch through all the exciting catchy levels of this whiskered word game for all ages! Have fun while improving your vocabulary and word-building skills and get enormous Round Word Bonuses. Use wholesome hints of an invisible cat-friend to see how he looks like at the end of the round. It's a lucky chance to increase your brainpower having fun at the same time! Add a new pet to your game collection!"; 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 = ''; } }