var fDesc=new Array(); fDesc[0] = "Sink and destroy ships such as the mighty battleship, the long-range missile cruiser and the versatile destroyer along with other submarines in this sequel to the award winning game Torpedo Submarine Battles. Arise from the aqueous depths and engage enemy ships in naval battles across the world's seas and oceans in your own stealthy torpedo submarine. Be wary of enemy torpedos from destroyers and other submarines however otherwise you could sink to the sea floor yourself."; 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 = ''; } }