var fDesc=new Array(); fDesc[0] = "CyberLink YouCam Deluxe lets you record video from the webcam. The application also lets you take HDR and panorama photos. You can add funny frames, moustaches, and avatars to your face. The build-in video enhancer reduces the noise levels and improves the brightness and contrast. The Deluxe version also has Burst Mode photo capturing, Dual Video support, and 3D Augmented Reality Objects."; 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 = ''; } }