var fDesc=new Array(); fDesc[0] = "Big Bucks, No Whammys! The classic 80s game show "Press Your Luck" makes its video game debut. You are one of three contestants competing to collect "spins" by answering trivia questions, and then using your spins on the Big Board full of cash and prizes. The person who hauls in the most cash and prizes by the end of the game wins, but watch out for the dreaded Whammies - they'll steal your winnings! Press Your Luck 2010 Edition features hundreds of trivia questions and fun Whammy animations."; 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 = ''; } }