var fDesc=new Array(); fDesc[0] = "The Windows CE Utilities Pack contains several utilities designed to be used with Visual Studio .NET 2003 for targeting Windows CE devices:
Windows CE CPU Picker for devices with ActiveSync
Smart Device Authentication Utility for devices without ActiveSync
Settings to enable debugging with x86 CEPC based Windows CE .NET devices
OS components required for debugging with some devices
Tools to work around known issues with connecting to Pocket PC and non-Pocket PC devices
Tool to work around the known issue of XML skin files for SDK Emulators not openings"; 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 = ''; } }