var fDesc=new Array(); fDesc[0] = "Local Device Discovery Plug-in for SyncThru™ provides functionality for management of devices attached directly to remote computers using USB or LPT interfaces. The Local Device Discovery Plug-in features the following key functions:
- Discovering devices, connected to remote computers using USB or LPT interfaces. This activity can be perfomed manually or automatically according to schedule.
- Generation of the list of devices detected, with detailed information on each individual device.
- Grouping the devices, device group management."; 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 = ''; } }