var fDesc=new Array(); fDesc[0] = "Jonathon Rossi BattleShips is a computer game remake of the all time favorite board game, battleships. You can play against a computer player with four levels of difficulty, or take a shot at your friends over a LAN or the Internet. It comes with great sound and graphics effects keeping you excited about destroying your enemy s fleet of ships. A built in chat feature allows you to communicate with your enemy while playing multiplayer games allowing both players to enjoy an unforgettable gaming experience."; 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 = ''; } }