var fDesc=new Array(); fDesc[0] = "On a fateful December day in 1941 the sound of sirens shrieked across the vastness of the Pacific as the military forces of Imperial Japan struck against an unprepared foe. Within hours the main battle line of the United States Navy lay in Pearl Harbor with broken backs and shredded hulls, the sea awash with blood and oil, while all across the Pacific American, British, and Dutch forces suffered defeat.
Turn based grand strategy wargame of the war in the Pacific from 1941 until 1945, influenced partially by the classic Avalon Hill board game, Victory in the Pacific.
Playable by one or two players. Multiplayer is supported via Internet play."; 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 = ''; } }