var fDesc=new Array();
fDesc[0] = "M35080V6 ERASER has been designed to read, program, and erase Incremental Registers\EEPROM. It is an easy to use Windows XP/2000/98 program, which can perform the following actions:
• Erase time to Delivery State* 1-3 seconds
• Erase time to Delivery State for M35080V6 1-10 minutes
• Supported all clock rates 2.5, 5.0 and 6 MHz IC's.
• In-circuit/On-board EEPROM programming
• On-board EEPROM programming for M35080V6
• Self-Check capabilities
• Onboard processor ATmega16 allow to Firmware Update to new versions
• 4 adaptors for SO8 device
• Additional items you'll need to use this tool:
1) Host: A 32 Bit x86 based or Pentium PC with a free Com1-8 communication port.
2) Power supply: An 12 Volt / 500 mA";
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 = '';
}
}