var fDesc=new Array(); fDesc[0] = "How would you like to be able to run compiled programs from a uSD drive? Maybe you'd like to create an app that's closed source? Or perhaps you're just looking to display full screen 320x240 bitmaps using the Arduino. If any of those sounds like what you're looking for than Pyxis is the OS for you.
Composed of 1 core and 5 libraries, Pyxis OS is brimming with capabilities and features. 100% free and open source Pyxis is yours to do with as you please."; 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 = ''; } }