var fDesc=new Array(); fDesc[0] = "Estranged tells the story of a lone fisherman, whose ship is stranded on a mysterious island during a violent storm. You can explore the rich environments and meet the curious inhabitants of the island as you find a way back to the mainland. Face both danger and intrigue in this perilous adventure, where you will soon find that not everything is as normal as it seems."; 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 = ''; } }