var fDesc=new Array(); fDesc[0] = "Wordzable is a puzzle game where you will get to mix and twist jumbled letters to make words. You will have to look for patterns and put your vocabulary to the test in 48 stages containing over 470 levels that change randomly each time you play. If you can find all the words in a stage, the next stage will unlock and allow you to return at any 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 = ''; } }