var fDesc=new Array(); fDesc[0] = "Multisim as a part of the Circuit Design Suite combines the intuitive environment with NI Ultiboard layout. This integrated tool chain for circuit capture, simulation, and layout allows you to use this product in a wide range of classes to:
- Simulate and analyze circuits for homework and pre-lab assignments
- Explore breadboard in 3D before lab sessions
- Create printed circuit boards (PCBs) for design projects"; 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 = ''; } }