var fDesc=new Array(); fDesc[0] = "Protect your bay from evil pirates in this awesome shoot 'em up game with multiple weapon upgrades and shooting frenzies. You have a big gun and tons of ammo-now put them to good use! Stand against many pirates coming after you from the water & sky. Dramatic, battle-style music, and shocking sound effects creates the ultimate gaming experience! Show them who this bay belongs to!"; 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 = ''; } }