var fDesc=new Array(); fDesc[0] = "As a fearless Pirate Captain you will collect hidden treasure maps, undertake daring missions and courageous rescues, and swiftly hand out pirate-style justice to local braggarts at every port. The wild call of the ocean will lure you back to sea where they'll encounter enemy pirates and engage in mind-blowing open sea battles unlike any other game before"; 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 = ''; } }