var fDesc=new Array(); fDesc[0] = "BattleFleet (BF) is the model of naval conflicts at the turn of the 20th century from the high point of view. In Battlefleet old battles can be reproduced. The game graphic is primitive - it shows the ships positions on the map. So, it is simple to learn the game; and it can be used on any computer with OS Windows."; 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 = ''; } }