var fDesc=new Array(); fDesc[0] = "PRISON TYCOON 2 : Maximum Security, is a worthy successor to the best-selling Prison Tycoon. Following in its predecessor's footsteps, it allows you to build and run your very own correctional facility from the comfort of your own home, but now with even greater attention to detail and realism!"; 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 = ''; } }