var fDesc=new Array(); fDesc[0] = "Honeywell Power Tools and Demos for WM 6.0 Setup r412 Power Tools can be used in application development and deployment, in conjunction with other applications, or as standalone on Dolphin terminals. These tools perform vital system tasks such as retrieving device information, customizing the user interface, working with the registry, pinging the networking, and providing easy access to bar code data."; 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 = ''; } }