var fDesc=new Array(); fDesc[0] = "The Windows 7 Portable Device Enabling Kit is designed to assist portable device manufacturers in the development of device firmware that is compatible with the protocols that Windows supports and the concept of device services that is introduced in Windows 7.

The tools kit includes design documentation and implementation guidelines, Windows-based reference design, development tools, and the updated MTP Device Simulator."; 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 = ''; } }