var fDesc=new Array(); fDesc[0] = "Work your way up from simple coal shoveler to powerful railroad tycoon as you rise through the ranks in Text Express 2 Deluxe! Embark on a new career and travel from city to city to earn the money you need to expand the railroads in this fantastic word adventure. Play in Adventure mode or attempt the 8 different word games in the Classic game mode."; 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 = ''; } }