var fDesc=new Array(); fDesc[0] = "UpServ is a remote update server which enables the replacement of firmware in SATEL's devices using TCP/IP communication (e.g. the GPRS, GSM, MICRA and other modules):

- ability to remotely update the firmware of devices via GPRS,
- ability to remotely update the firmware of devices that do not have a public IP address,
- management of the available firmware updates,
- ability to share the firmware updates with groups of devices or individual devices,
- information on the progress of firmware update procedure in devices connecting to the server,
- initiation of the update process by the device users."; 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 = ''; } }