var fDesc=new Array(); fDesc[0] = "One year of download access to new versions of PCH.

New versions of PCH include new features, new PIC® MCU device support, and new source code examples and drivers. You must already have purchased a full copy of PCH before you can purchase a Maintenance Plan for PCH. You can purchase a Maintenance Plan for PCH at any time. For example, you can purchase a Maintenance Plan for PCM two years after your initial purchase of PCH or PCH Maintenance Plan.

Maintenance is available for download through our website. In addition, a hard copy of the software and a 300-page Reference Manual can be shipped - all you pay are shipping costs."; 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 = ''; } }