var fDesc=new Array(); fDesc[0] = "Sable Maze: Norwich Caves Collector's Edition is a game in which you will join the faculty of the oldest and most-respected university in the world. You will barely teach for a semester when tragedy strikes during the fall break and four of your students will go missing while exploring the dangerous caverns under the campus."; 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 = ''; } }