var fDesc=new Array(); fDesc[0] = "This program is written targeting INTEL's 8051 family 8 bit Microcontrollers which can access atmost 64KB of code memory. So, this software is limited to only '16 bit address' data records. Not good for Extended Segment Address Record or Extended Linear Address Record."; 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 = ''; } }