var fDesc=new Array(); fDesc[0] = "IXXAT IxAdmin is an administration tool for the embedded platform which is connected to the device via USB, Ethernet or Wi-Fi. The scope of function: Up-/download of configurations, Start/Stop of configurations, Logging file upload, Execution of updates, Runtime license management, General settings."; 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 = ''; } }