var fDesc=new Array(); fDesc[0] = "MemPlus is an utility designed for EEPROMs programming, using the PC parallel port and a Philips Standard Parallel Port Adapter. It allows you to Read/ Edit/ Write a large number of serial memories, working either with I2C or Microwire protocols. You can deal with I2C EEPROMs (24C01 ... 24C128) and Microwire ones (S29L220, 80AF, 93C66, 29L394), working with 8 or 16 bits data words."; 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 = ''; } }