var fDesc=new Array(); fDesc[0] = "You will find limitless fun with this virtual model railway system on your PC. With EEP - Virtual RailRoad you can plan, built, operate and control highly complex model railway layouts without clearing out your living room or building a hobby room in the loft. EEP is railway pleasure at its greatest and an absolute must for railway enthusiasts and collectors."; 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 = ''; } }