var fDesc=new Array(); fDesc[0] = "GameHouse Studios has combined three incredible word games in one deluxe package! Take part in a word shootout at Hangman Corral in Super Wild Wild Words. Challenge your brain with the word find with a twist -- Super WHATword! Or, see how many words you can find with just 7 letters in Super TextTwist. From one of the premier game developers, these games have already provided hours and hours of gaming fun for word fans. Now, they can all be yours in this amazing 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 = ''; } }