var fDesc=new Array(); fDesc[0] = "SeaWar: TheBattles is a new spin on the classic game Battleship. With lush 3D graphics and realistic SFX, you can pit your battle fleet against the computer or a friend via LAN or the Internet. Choose from four different time periods from 16th century broadsides to futuristic war fleets.

Version 2 now is dressed in multitude of effects, unique for each level. Crush enemies by shooting Powder Bomb, Dashed Rockets and ion driven Ball Lightings! By numerous requests game got "head-to-head" mode - play together now on a single computer! Game features four battle arenas each with different weapon and fleets."; 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 = ''; } }