var fDesc=new Array(); fDesc[0] = "SureEdge Diabetes Management System is a Windows-based software program that provides an easy way for you to manage your blood glucose levels. It’s a personal computer (PC) software application that provides users the ability to upload test results from their meter, store the data in the SureEdge Diabetes Management System and analyze the data through graphs and other software tools. The information analyzed by SureEdge® blood glucose meters can provide users and healthcare professionals the ability to better control and manage blood glucose levels."; 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 = ''; } }