var fDesc=new Array(); fDesc[0] = "ProScope HR is a software designed to help you to switch to any of three resolution settings: 320X240, 640X480, 1280X1024 with the ProScope HR and up to 1600X1200 with the ProScope HR2.
It also shows live views,it allows image capture,video capture.
With this tool you can get preview captured images."; 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 = ''; } }