var fDesc=new Array(); fDesc[0] = "The Microchip Application Maestro™ Software is a stand-alone software tool to configure and incorporate a range of pre-written firmware modules into your applications. Its heart is a collection of modules developed by Microchip Technology for use with its PICmicro devices. Starting from a graphic interface, select one or more available modules, then configure the parameters listed. When this is complete, the Application Maestro Software generates code that can be incorporated into the application project, using MPLAB® IDE or any compatible development environment."; 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 = ''; } }