var fDesc=new Array(); fDesc[0] = "Titanic: Honor and Glory aims to extensively recreate the Titanic, from the grandest public rooms to the humblest crew areas, from the tips of the masts to the keel. The exterior and most of the interior is fully explorable with nice graphics and a rich and fluid 3D environment. You'll get to explore, in great detail, all the most famous areas of the ship, as well as many lesser-known areas, hidden crew spaces, and the deepest, darkest parts of the ship."; 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 = ''; } }