var fDesc=new Array(); fDesc[0] = "$100,000,000 is at stake in this competition to discover a formula to predict tornado touchdowns. But when equipment starts failing and crew members are injured, you as Nancy Drew, must join the team to keep them in the competition. Is it just bad luck that's plaguing the storm chasers or is someone sabotaging their chances of winning in the action adventure Nancy Drew: Trail of the Twister?"; 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 = ''; } }