var fDesc=new Array(); fDesc[0] = "REVELPROG-IS is a professional tool for serial memory programming. It supports a wide range of EEPROM, FLASH and FRAM devices with I2C, SPI and MICROWIRE (uWire) protocols powered with 1.0V - 5.0V voltage levels. Its programmer application is quite easy to use; you can easily select the chip, read/write memory, check for black memory, and compare with buffer."; 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 = ''; } }