var fDesc=new Array(); fDesc[0] = "Track Weightlifting, Cardio, Running, Swimming & Biking workouts. Customize workout columns to fit your needs. Take advantage of category grouping and calculated fields like pace and volume. Create workout templates to save time when adding frequently used workouts. Track personal wellness items such as bodyweight, body fat percentage, heart rate and more. Analyze your progress with descriptive charts."; 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 = ''; } }