var fDesc=new Array(); fDesc[0] = "With this program you can save frames from your webcam to images as a BMP picture format. WebCam To Image can also handle pictures from digital camera, USB camera, and any other camera that can be connected to your PC. The program works on Windows 98 SE, ME, 2000, XP, 2003, Vista, Windows 7."; 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 = ''; } }