var fDesc=new Array(); fDesc[0] = "The ispVM System™ is a comprehensive design download package that provides an efficient method of programming Lattice devices using JEDEC and Bitstream files generated by Lattice Diamond, ispLEVER, PAC-Designer, and other design tools. This complete device programming tool allows the user to quickly and easily download designs to devices through an ispSTREAM™, and includes features that facilitate ispATE™, ispTEST™, and ispSVF™ programming as well as gang-programming with DLxConnect™ and numerous other features and related utilities."; 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 = ''; } }