var fDesc=new Array(); fDesc[0] = "Bkool Indoor is an application that provides a realistic riding experience. This indoor riding simulator provides hundreds of real videos and over 500,000 riding sessions. Also, it allows you to create, share and take part in leagues, groups and rankings.

Features:
- On-screen display of speed, distance traveled, heart rate, cadence, power, calories.
- Multiplayer: ride with up to 100 friends anywhere in the world.
- Real videos: thousands of kilometers to ride on; road or mountain.
- Google Earth: ride anywhere in the world.
- Record your data: always available on the cloud for you to analyze and share."; 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 = ''; } }