var fDesc=new Array(); fDesc[0] = "VSO Inspector is a free tool that reports various information about your hardware configuration. Using this freeware, you can check the listed CD, DVD and Blu-ray readers and writers connected to your computer, check the firmware used. The details about the media used and the speed supported by a given writer with this media. Also you can scan a burnt media for read errors and be confident about the readibility of your fresh backup."; 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 = ''; } }