var fDesc=new Array(); fDesc[0] = "SpectraWorks™ GUI tools adds new features that enhance workflow efficiency while using fewer system resources, allowing you to “do more with less.” You’re able to transform low-memory, small CPU devices such as digital cameras and household appliances into products that can deliver highly engaging user experiences. Nnew visual effects library offers professional, value-add modules for easily including popular UI paradigms, such as slide, turn, fade, spin and scale. In addition, you can now integrate advanced menu effects, such as a carousel, where images appear as if they’re sitting on a rotating disc. Each module includes both SpectraBuilder design files and Visual Studio® source code level project files that can be used quickly and customized as needed."; 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 = ''; } }