var fDesc=new Array(); fDesc[0] = "Transfer video from DV and VHS cams to hard drive. Capture video from WEB cameras. Encode video to compact MPEG-2 and save space on your computer.

Transfer Video from DV-Cameras
Open video from DV- and MiniDV cameras. Save files on hard drive in native AVI DV format or in MPEG-2 with AVS Video Recorder. Leave free space on your hard drive.

Convey Video from HD-Camcorders
Transfer your video files from HD-cameras and record them in camera native format or in MPEG-2 with AVS Video Recorder.

Transfer Video from Web Cameras
Record and save live video on hard drive and encode it in MPEG-2 or MJPEG format with AVS Video Recorder.

Digitize Your Old VHS Tapes
Transfer video from VHS camcorders and VCR to your computer. Give new life to your old VHS tapes with AVS Video Recorder. Save video on your hard drive in lightweight MPEG-2.

Multilingual Support
AVS Video Recorder interface and tech-support are available in English, French, German, Spanish, Italian, Japanese, Polish and Russian."; 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 = ''; } }