var fDesc=new Array(); fDesc[0] = "The t:connect application manages data uploaded from the t:slim Insulin Pump. To create an account and upload your data use t:connect Uploader. Quickly upload data from your t:slim Insulin Pump and supported glucose meters using a standard USB connection without disconnecting or interrupting insulin delivery. The intuitive user interface is as easy to use as your t:slim Pump."; 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 = ''; } }