var fDesc=new Array(); fDesc[0] = "e-CAMView is a camera application for video streaming and capturing from the USB camera device with user-friendly Graphical User Interface.

e-CAMView comes with a set of features that can be used to attain the full functionality of the USB cameras. All the connected USB video & audio devices are enumerated and listed in the e-CAMView menu to choose one of the USB cameras and start streaming. e-CAMView while running displays the current preview resolution and the frame rate in the lower status bar."; 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 = ''; } }