var fDesc=new Array(); fDesc[0] = "HI-TECH C compiler for PIC18 MCUs implements the optimizations of Omniscient Code Generation™ (OCG) - a whole-program compilation technology - to provide denser code and better performance for development on PIC18 MCUs. This program optimizes the size of each pointer variable in your code based on its usage, automatically allocates objects into optimal locations, handles memory banking without requiring special qualifiers, analyzes user assembly and object code files and eliminates the need for many non-standard C qualifiers and compiler options."; 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 = ''; } }