var fDesc=new Array(); fDesc[0] = "It can be used to take a Lattice device design completely through the design process, from concept to device JEDEC or Bitstream programming file output. Details about the programmable logic families supported with ispLEVER Classic are below.ispLEVER Classic is the design environment for Lattice CPLDs and mature programmable products."; 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 = ''; } }