var fDesc=new Array(); fDesc[0] = "The exciting sequel to one of the most captivating word games around is here! Your mission: to solve the mystery phrase by spelling out words on the board. To guess a letter in the puzzle, just find a word that starts with that letter. Seems easy, right? And it is...for the first few words! Flip Words 2 will keep tons of word fun at your fingertips!!"; 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 = ''; } }