var fDesc=new Array(); fDesc[0] = "BodyMedia SYNC enables the BodyMedia FIT Activity Manager to communicate with your Armband. This application sync your armband to help you see the results of your workout rate, your heart rate, calories you burn, and sleep patterns. The BodyMedia FIT Activity Manager requires USB drivers and other software to communicate with your armband."; 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 = ''; } }