var fDesc=new Array(); fDesc[0] = "Power Video Capture allows you to capture video and image in real-time from any analog source device. You can capture video and image from DV, TV tuner, and other devices like USB Cam. You can edit media files already saved in your computer. It also has the function of motion detection to set alarms"; 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 = ''; } }