var fDesc=new Array(); fDesc[0] = "Take the helm of a mighty battleship and sink enemy vessels with a click of your mouse in Pearl Harbor: Fire on the Water! Accuracy and timing will be your only allies as you patrol the dangerous waters near Pearl Harbor in a boat armed to the teeth with torpedoes, lasers and nukes!"; 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 = ''; } }