var fDesc=new Array(); fDesc[0] = "Cardio PC Link is a software that allows the user to download to PC information recorded by the Pulse Sonic watch. The Cardio PC Link comes with an user friendly interface that saves data for multiple users, making charts and graphs for the heartbeat rate, BMI, fat burnt, calories burnt depending on the various exercises the user may do."; 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 = ''; } }