var fDesc=new Array(); fDesc[0] = "HWK Repair Tools is a program that enables you to repair the HWK Chip. You can bBrowse select the Data TXT files and then click run to start re-programming your HWK Chip. You can also set the port address, choose to erase the main flash, the protected info flash, and to verify the entire process."; 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 = ''; } }