var fDesc=new Array(); fDesc[0] = "No matter how careful you are, one day you may still end up corrupting the file system on DI-71x stand alone data logger's SD by accidents. For example, you push and hold the action button for a little too long, so a recording operation turns into a formatting operation, or, you formatted a SD in DI-71x and recorded a few files before you realized it contained a lot of important files from previous sessions."; 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 = ''; } }