var fDesc=new Array(); fDesc[0] = "So, you want to help Pixel and Vega save the game and save the world? Here’s your mission. It’s crunch time—the game is about ready for release. Out of no where mutant bugs appear, and are trying to take over the game world. It is up to you to help Vega get rid of the bugs, as Pixel directs you through the mission. We’re counting on you!"; 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 = ''; } }