var fDesc=new Array(); fDesc[0] = "BeatScanner 1.42 Freeware
The best and easiest way to find and organize music for your workouts.

The best and cheapest (as in free) tool to find and organize your workout music play lists is available here. Give it a try and see how easy it is to create your own workout play lists. You can submit your preferred tracks and playlists and will soon be able to browse workout playlists other people have suggested."; 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 = ''; } }