var fDesc=new Array(); fDesc[0] = "Lost Place is a great first person shooter. Wander through an abandoned building, wade through the scary undead who only want to tear you apart. The main goal is to find a laboratory from which a virus was released some time ago. Is there a link between this abandoned building and an advanced laboratory? It turns out the house is just an inconspicuous cover for a lab where weapons of mass destruction are created."; 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 = ''; } }