var fDesc=new Array(); fDesc[0] = "Be a contestant on Pat's newest game show, Linked Letters, and try your skill at word-building fun with quiz-show trivia. Play through hundreds of questions in multiple categories ranging from "At the Cineplex..." "Pop Goes the Culture" to "Found on the Menu." Feeling confident in your game play? Press your luck during the "Risk Round." Make it through each day's show to compete in the Bonus Round. Win in the Bonus Round and earn fabulous prizes. New clothing, fancy vacations and man-eating plants can all be yours!"; 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 = ''; } }