var fDesc=new Array(); fDesc[0] = "Symbol USB Download is a PC application which allows you to download .hex files from a PC to a supported Symbol mobile computer via an USB connection. Normally when changing the Operating System (OS) on a Symbol mobile computer the recommendation is to use OSUpdate, UpdateLoader, AirBeam or MSP. However in cases where the OS may not be functional, or for purposes of disaster recovery where these tools cannot be used, USB Download may be used to reload or change the OS on supported mobile computers."; 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 = ''; } }