var fDesc=new Array(); fDesc[0] = "TRUST USB2 AUDIO VIDEO EDITOR:Features:
External USB 2.0 audio/video capture device to convert your PC into a professional video editing system.
USB 2.0 for high speed video signal transfer and easy Plug & Play installation without opening the PC.
Suitable to connect various video sources such as a video camera, DVD player or VCR to your notebook or PC.
Including video editing software to create your own movie with various special audio/video effects.
Watch video/DVD full screen on your monitor or in a window whilst working on your PC."; 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 = ''; } }