var fDesc=new Array(); fDesc[0] = "This new 3D game, though based on very simple rules well known all over the world, features excellent graphics, highly realistic water, ships, bombings and explosions, and has many other options that will let you enjoy the game again and again. The historically accurate ships of the times of Armada (XVI-XVII century models), 3D field that can be rotated and viewed under any angle, highly realistic explosions and fire make this old favorite navy game very entertaining and highly addictive. Player may choose a country to fight for (all flags and ships correspond to the specific time period and are based on the research of the ships of those times and their varieties)."; 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 = ''; } }