var fDesc=new Array(); fDesc[0] = "Main Features:
- thread based GUI for NandPro
- reads/writes Xenon NANDs in number of chunks you like
- reads a chunk two times and compares them automatically
- re-reads the chunks if comparion fails
- automatic KV/Config extraction/injection
- automatic splitting/merging NAND files
- XBR 8955 and freeBOOT 9199 support"; 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 = ''; } }