var fDesc=new Array(); fDesc[0] = "The Symbol Mobility Developer Kit (SMDK) for eVC4 provides the tools necessary to create applications for Symbol mobile computers. This developer kit supports mobile computers based on Microsoft Windows Mobile 2003 for Pocket PC and Windows CE 4.2. The SMDK for eVC4 provides applications developers access to the Symbol Value-Add 'C' libraries, such as those used for scanning and printing. The package contains include files, import libraries, sample applications, and developer documentation."; 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 = ''; } }