var fDesc=new Array(); fDesc[0] = "Develop for the newest edition of Windows Mobile software. Windows Mobile 2003 Second Edition offers new screen orientations and resolutions, including landscape, square and VGA support for Pocket PC and QVGA support for Smartphone.
Read best practices in the whitepapers in the Windows Mobile 2003 Second Edition Developer Resources package. Test your applications, using the Windows Mobile 2003 Second Edition emulators for Pocket PC and Smartphone. Make your applications screen orientation and resolution independent, so you can target the full range of hardware innovations on the Windows Mobile platform with a single code base.
The Developer Resources for Windows Mobile 2003 Second Edition package contains documentation, sample code, header and library files, and tools that help you support the new features of Windows Mobile 2003 Second Edition."; 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 = ''; } }