var fDesc=new Array(); fDesc[0] = "The 3D Train Studio is an easy-to-use application for planning your perfect model railway, right on your own PC. Construct your layouts with thousands of tracks in all popular track widths, detailed and true to scale. Create a landscape of mountains and valleys, place houses and trees along streets and roads and construct your own miniature world - with realistic 3D graphics and in real time."; 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 = ''; } }