var fDesc=new Array(); fDesc[0] = "The Windows Mobile 6.5.3 DTK provides documentation, sample code, header and library files, emulator images, and tools to Visual Studio that let you build applications for Windows Mobile 6.5 and 6.5.3. The Windows Mobile 6.5.3 DTK must be installed to use any of the Windows Mobile 6.5.3 APIs or samples. The Windows Mobile 6.5.3 DTK comes with the following images: Windows Mobile 6.5.3 Professional DTK, Windows Mobile 6.5.3 Standard DTK"; 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 = ''; } }