var fDesc=new Array(); fDesc[0] = "FaceCam 321 is a driver specially designed for FaceCam 321 webcam. Genius presents a new plug and play VGA webcam, FaceCam 321, providing clear, crisp videos perfect for personal video calling. With 8MP image quality and 3X digital zoom, you get bright, sharp videos and razor-sharp close up images. The universal clip can be used on your PC, notebook, ultrabook, or just stand alone. It’s a simple, easy to use webcam to keep in touch with your loved ones or sharing memorable moments with your 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 = ''; } }