var fDesc=new Array(); fDesc[0] = "This is a driver for the compact and stylish webcam that can be easily mounted onto monitors and laptop screens.
The small program features snapshot option for instant images capture. You can also preview your audio and video streaming abilities before you start using the web cam to communicate with your relatives and friends."; 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 = ''; } }