var fDesc=new Array(); fDesc[0] = "Sea of Lies: Mutiny of the Heart Collector's Edition is a game in which a pirate has been executed and the Baron takes a hostage to ensure you’ll help him track down the treasure he left behind. The game takes you on a rollicking adventure as you track down a pirate’s treasure and find out what really happened between him and the Baroness."; 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 = ''; } }