var fDesc=new Array(); fDesc[0] = "VisualSpice is a completely integrated 32-bit analog, digital, mixed signal schematic design, and circuit simulation program.
VisualSpice allows you to quickly and easily capture your schematic designs, perform your simulation, and analyze the results using the powerful signal processor and waveform viewer. You can customize almost everything in the design environment, and easily search for, find, select, and categorize, from over 25,000 device models (50,000 parts in EDA version)."; 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 = ''; } }