var fDesc=new Array(); fDesc[0] = "Word Challenge Extreme is the ultimate fix for word game addicts! Offering four separate and complete word games in a single package, it's also a bargain hunter's delight!

In Word Jumble, you race against the clock to find as many words as possible in a group of letters. Hunt-a-Word challenges you to find the words hidden in a mosaic of letters. Your goal in Hungman is to reveal the secret phrase before an execution is carried out. Finally, in Word Whiz, you form words by linking adjacent letters."; 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 = ''; } }