var fDesc=new Array(); fDesc[0] = "IoT Dashboard lets you download, set up and connect your Windows 10 IOT (Internet of Things) Core devices from your PC. Windows 10 IoT includes a family of operating systems that device builders can use to power a range of intelligent, connected IoT devices for industry, mobile and small footprint devices. It is supported on devices such as Raspberry Pi 2, MinnowBoard MAX, and the Dragonboard 410c."; 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 = ''; } }