var fDesc=new Array(); fDesc[0] = "You are Snake Logan, a top CIA operative who likes to do things his own way. Metro City has fallen under the attack of hideous mutants and your mission is to fly recon over the city and report back. While circling over the city you're shot down by hostile forces and forced to crash land on the streets of Metro. Grabbing what supplies you can find you are out to discover the source of these mutants and especially the guy who shot you down."; 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 = ''; } }