var fDesc=new Array(); fDesc[0] = "Main idea of using DVR HDD Reader is to view the images from DVR’s HDD on the PC. By simply taking out the HDD from DVR and placing the HDD into the PC, DVR Reader will automatically read the image from the HDD. The software also brings several features including saving image in AVI file, KPEG file or BMP file. KPEG file format is invented by our company engineers and its file size is 5~10% of AVI files. The main disadvantage of using the AVI file format were the file size as well as saving time.
Printing and searching images are available with the software. Most of current users save the important materials in either moving or stationary image into CD by utilizing CD-writer."; 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 = ''; } }