var fDesc=new Array(); fDesc[0] = "The product contains listing of development tools and utilities to aid application development on the Vinculum family of USB Host/Slave controller products. New code editor component in the VinIDE development environment.Improvements to the debugging interface, including better flash programming and debugging performance. The information provided in the watch windows has been improved to show addresses of variables as well as values stored."; 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 = ''; } }