var fDesc=new Array(); fDesc[0] = "Device Configuration Package for MC50w is a program used to customize and deploy apps for a Symbol MC50w mobile computer running the Windows Mobile 2003 Second Edition AKU2. It contains a Readme file, a Product Reference Guide, the Terminal Configuration Manager (TCM) program, TCM Script files, Symbol Configuration Manager (SCM) and the complete set on component files used to rebuild the default hex files."; 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 = ''; } }