var fDesc=new Array(); fDesc[0] = "As dawn broke on February 19, 1945, US Marines began the largest, most important island campaign of the Pacific Theater. Fear permeated the air as the deeply entrenched Japanese defended against the brutal assault. Battle weary, but unyielding, these heroic Marines hoisted the American flag, turning the tide of war forever. Join these heroes, battling your way through these island skirmishes."; 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 = ''; } }