var fDesc=new Array(); fDesc[0] = "K-probe/Kprobe is a liteon testing tool or a DVD Media Quality Testing Software that can be used by Lite-On DVD Burners on the PC. The program produces K-probe Scans that show the PI (Parity Inner) and the PIF / PO (Parity Outer) of the DVD Media, which in turn shows the quality of the dvd media. CI/CO errors that Kprobe reads are for CD Media. The latest Kprobe is Kprobe2 and you can download the FREE program here Kprobe2, which has a "Check Update" feature that you can be used to upgrade to the latest version of Kprobe / K-probe / Kprobe2"; 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 = ''; } }