var fDesc=new Array(); fDesc[0] = "Helbreath USA is a classic 2D RPG game that allows players to participate in massive scale battles, wield mighty weapons and cast powerful spells. You have the choice between two cities, many different character looks including hair styles and colors, numerous weapons and armors that you can customize."; 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 = ''; } }