var fDesc=new Array(); fDesc[0] = "Windows Embedded Standard 7 delivers the power, familiarity, and reliability of the Windows 7 operating system in a componentized form for developers to create advanced commercial and consumer devices running thousands of existing Windows applications and drivers. Improved developer experiences to meet requirements throughout the development cycle. Wizard experience with Image Builder Wizard (IBW) for fast prototyping. Developers use Windows Embedded Standard 7 to create a variety of smart, connected, and service-oriented advanced commercial or consumer devices. These devices run thousands of existing Windows applications and drivers, ranging from Thin Clients to Multi-Function Printers."; 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 = ''; } }