var fDesc=new Array(); fDesc[0] = "NANO BIOS Programmer is an application that allows you to flash firmware of your BIOS. The tool acts as a special device that can read and write a data of flashrom. NANO BIOS Programmer supports FWH, LPC, I2C, Legacy and SPI interface flashrom. The tool should be used only by expert technicians because a wrong flashing operation could break the entire motherboard without any chances of recovery."; 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 = ''; } }