var fDesc=new Array(); fDesc[0] = "Windows Driver Kit (WDK) 8.1 comes with several improvements and new features. The provisioning and deployment experience has been improved, and the kit includes the WDK Test Target Setup MSI that you can use to prepare a test computer for provisioning. You can run Windows Hardware Certification Kit test suites inside or outside Microsoft Visual Studio."; 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 = ''; } }