var fDesc=new Array(); fDesc[0] = ""What does the imprisonment of a janitor, a majestic wooden horse and a room filled to the top with water have in common? Answer these questions and more by making your way through the chaos-ridden hallways of a not so typical university." Room66 is a first person walking simulator, in wich you uncover the circumstances of a huge campus riot. On your way to find out what happend, you will encounter many obstacles to overcome, and in the end uncover the story of the ridiculous situation"; 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 = ''; } }