var fDesc=new Array(); fDesc[0] = "This kit is a collection of tests and tools that can be used to help verify the stability, reliability, and quality of a platform or device running Windows CE 5.0. This download is intended to be used on systems where Windows CE 5.0 is not installed; however, it is the same kit as the one included in the Windows CE 5.0 product and is used in the same way. Most tests will focus around device drivers, however there are 3 new BSP level tests in this version, which you find under the OAL Category."; 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 = ''; } }