var fDesc=new Array(); fDesc[0] = "Five Nights at Treasure Island Remasterd is a free-to-play open world strategy game for Mac OS. A long time ago there was an incident, your job is to work on the Island to keep an eye on the equipment so the SSA can ship their equipment off the island."; 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 = ''; } }