var fDesc=new Array(); fDesc[0] = "Rails Across America is a game of railroad empires in North America, covering the period from 1830 to the near future. It is a real-time strategy game with a "sim" flavor. Rails allows hundreds of tracks with thousands of trains crossing the continent. Players focus on strategic decisions: where to expand, where to compete, and when to call in favors from government officials, union leaders, and other powerful figures.

Rails runs on the Win9x, Win2K, and XP platforms."; 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 = ''; } }