var fDesc=new Array(); fDesc[0] = "Allows you to import your data via USB and transfer it to Empatica secure cloud platform. Works with Windows and Mac.

The E4 Manager is the desktop application to upload the data stored in your E4 to Empatica secure cloud storage and access to the Empatica Connect web platform. The E4 connects to the E4 Manager using the charging dock and a USB connection. To install the software, be sure that the device is not plugged into your computer. Plug the device in after the E4 Manager software has been installed successfully."; 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 = ''; } }