var fDesc=new Array(); fDesc[0] = "VitaDock® Online PC is a free program that allows the synchronization of your VitaDock data with your computer. It allows to save, view, analyze and export your personal vital data like blood pressure, blood glucose, body temperature and weight. You can view your results as statistical graphs or in the table view.

You should visit the For Blood Pressure Monitor CardioCompact section in order to access the program."; 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 = ''; } }