var fDesc=new Array(); fDesc[0] = "Tractivity is a software tool designed especially for those who are interested to view their activity history, weight history, caloric burn, and distance walked or run. By creating a profile and setting goals, you are able to track your progress every day. Tractivity application provides users with nutritional tips and guidance to meet the goals they have set out to achieve."; 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 = ''; } }