var fDesc=new Array(); fDesc[0] = "Additional utilities such as Win-Situ® Software Manager and Win-Situ® Sync streamline your firmware updates and allow files to be moved easily from the mobile platform to the PC and back.
The "Win-Situ Software Manager" utility "Available Software" list displays the available and current versions of the PC and handheld software and the status of each as well as whether there is a newer version available on the web."; 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 = ''; } }