var fDesc=new Array(); fDesc[0] = "The Srego CE ToolPack ActiveX Control is a development tool that encapsulates many of the features found in the Srego CE ToolPack command-line utilities. From the desktop, the ActiveX control can detect device connection and disconnection, manipulate files on the device, read and modify the device's registry, and interact with CE databases (.cdb) on the device."; 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 = ''; } }