var fDesc=new Array(); fDesc[0] = "Virtual Runner is an interactive video software solution that will change the way you look at treadmill running. The program is designed to work with the existing technology you already own. No special treadmill is required. The high definition videos from a runner's vantage point will allow you to run famous race courses, running routes, and trails. Also, you control the video speed and how fast you run for a truly interactive experience."; 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 = ''; } }