var fDesc=new Array(); fDesc[0] = "This free pack contains a detailed selection of modern Diesel and Electric locomotives from the UK. The selection of locomotives is covering Class 57, 58, 89 and HST onwards. The pack offers you a realistic driving environment and allows you to create various scenarios."; 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 = ''; } }