var fDesc=new Array(); fDesc[0] = "You don't need an altimeter, a GPS unit, nor topographical mapping software to quickly create interesting and challenging courses with CRS . You can manually create courses using the powerful editing tools or start by opening an existing .crs file packaged with CompuTrainer or from the web. You can also create .crs files from .3dc files using CompuTrainer's Export function available in the latest 3D software."; 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 = ''; } }