var fDesc=new Array(); fDesc[0] = "Multisim and Ultiboard 11.0 introduce a number of new features and enhancements to make capturing designs, simulating behavior, and defining board layout faster and easier.
With the latest release of Multisim and Ultiboard 11.0, NI continues to enhance its design, simulation, and layout capabilities. Whether in the college laboratory or a professional research laboratory, Multisim 11.0 enhances visualization, makes capture easier, and continues to advance leading analog simulation capabilities.
Educators also gain access to new tools to teach digital design basics, while taking advantage of an evolving simulation environment to foster student learning."; 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 = ''; } }