var fDesc=new Array(); fDesc[0] = "googol-Choo-Choo 3D is a 3D model railroad simulation program. It is easy to make your own layout by dragging and dropping track items, or other items, on your layout. You can see the layout in 3D from driver's seat of a running train or from several other locations. If you want to create your own trains or structures, you can do it with 3D modeling software and import the file into googol-Choo-Choo 3D."; 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 = ''; } }