var fDesc=new Array(); fDesc[0] = "Land Air Sea Warfare allows you to command a force of thousands of units into strategic warfare in this new real time strategy game. You can fortify your base with turrets, surface to air missile launchers, torpedo launchers, and long range cannons, discover and mine unique resources to build gigantic mega units which can turn the tides of war instantly"; 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 = ''; } }