var fDesc=new Array(); fDesc[0] = "Ballad of Solar is an entertaining game in which your mission is to guide Solar and his band of helpers as they set out to stop the dark sorcerer Groan from achieving eternal life and to rescue the fair Lumina. You will put your time and resource management skills to work rebuilding towns, completing quests for friends you make along the way and stopping the enemy from striking."; 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 = ''; } }