var fDesc=new Array(); fDesc[0] = "Pirate Storm is a game that allows you to experience the finest of thrilling pirate adventures. You can load the harpoons, turn sea monsters into chum, send your enemies to their watery graves and unleash the devastating power of your cannon fire - have your way with your opponents until all that’s left is the smoldering, tattered wreckage of their ships."; 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 = ''; } }