var fDesc=new Array(); fDesc[0] = "The MultiSIM BLUE circuit design platform allows a wide variety of users interested in circuits to create, explore and build functional electronic designs using components from Mouser Electronics. Using the MultiSIM BLUE platform, you can wire up a circuit schematic, explore basic circuit behavior using inline virtual instruments combined with built-in basic SPICE models1, create a printed circuit board layout and purchase the required electronic components."; 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 = ''; } }