var fDesc=new Array(); fDesc[0] = "The GQBlaster is designed for GQ-5X NAND programmer and G-5X SPI programmers. After the program is opened, the user is prompted to choose his desired programming device. After that step is completed, you can begin with the programming process and select the needed actions to be performed. From it's simple interface you can perform various actions like chip detection, chip reading, chip writing, data verification or blank check."; 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 = ''; } }