var fDesc=new Array(); fDesc[0] = "WordZap is a fast-paced addictive word game you can play against the computer. If you like playing word games like Scrabble or Boggle you will love WordZap.As you get better at WordZap the computer does too. Our unique built-in AI provides you with your perfect match - ready to play at any time - never upset if you Zap him into oblivion - and always bouncing back to give you another hard time"; 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 = ''; } }