var fDesc=new Array(); fDesc[0] = "Based on one of most popular game shows on television, this Jeopardy-type game has all the bells and whistles of a great easy-to-use training game. Great graphics and sounds, question count down timer, The Daily Double, Final Peril and Buzzer options, as well as the ability to present additional information before or after the question."; 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 = ''; } }